# Scheduler

## What is Scheduler?

Scheduler allows you to schedule a time for your workflow to begin. You can choose from these options:&#x20;

| Schedule... | Description                                                       |
| ----------- | ----------------------------------------------------------------- |
| Hourly      | Workflow runs every hour.                                         |
| Daily       | Workflow runs everyday at a specific hour, set by you.            |
| Weekly      | Workflow runs every week on a specific day and hour, set by you.  |
| Monthly     | Workflow runs every month on a specific day and hour, set by you. |

## Schedule hourly/daily/weekly/monhtly

<table><thead><tr><th width="204.05859375">Field</th><th width="410.37109375">Description</th><th>Required?</th></tr></thead><tbody><tr><td>Trigger on weekends?</td><td>Sets your preference on whether the workflow should run on weekends (Saturday and Sunday).</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span></td></tr><tr><td>Time of day</td><td>Sets the specific time of the day that the workflow will run.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span></td></tr><tr><td>Day of the week</td><td>Sets the day of the week (Monday - Sunday) that the workflow will run.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span></td></tr><tr><td>Day of the month</td><td>Sets the specific day in a month that the workflow will fun.</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2714">✔️</span></td></tr></tbody></table>

## Check step

**Check step** will tell you the date and time when the pipe will next run.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.plumber.gov.sg/user-guides/start-the-workflow/scheduler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
