# Scheduler

The Scheduler provides a way to trigger workflow runs at specific times. This is an extremely powerful tool that gives immense configurability as to what date, time, or frequency the workflow is run at.

## Anatomy

<figure><img src="https://688288018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1flQ2To8tQpCQWl2Ty9U%2Fuploads%2FRwHuHOMKJEOcKTi8mu8S%2FETL%20Workflow%20Scheduler.png?alt=media&#x26;token=96f204d7-0718-4601-9d7d-a5919b76701b" alt=""><figcaption></figcaption></figure>

1. The name of the schedule.
2. The environment the workflow should be run in. Usually, this is set to "production".
3. A checkbox that determines whether the schedule should run or not.
4. A checkbox that enables more precise scheduling.
   1. This type of scheduling is similar to a [`cron` expression](https://en.wikipedia.org/wiki/Cron#Cron_expression).
5. The frequency at which the schedule should run.
6. The date and time the schedule should begin.
7. A calendar visualizing the configured schedule.


---

# 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://glyue.docs.sandboxbanking.com/etl/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.
