# Scheduled trigger

Scheduled triggers let you define a custom schedule/frequency how often runs of a workflow should be triggered.

For example:

* Every working day at 5pm
* Every 1st Monday of the month at 9am
* Every 15 minutes
* etc

## Setting up a scheduled trigger

#### 1. Select 'Scheduled' from the trigger menu

<figure><img src="/files/vKLmDHii3gAgTX0aqaF7" alt=""><figcaption></figcaption></figure>

#### 2. Specify the schedule on which runs should be triggered

<figure><img src="/files/Om2EZjCvmhV8PUHUO9lP" alt=""><figcaption></figcaption></figure>

#### 3. Finish the workflow and turn the trigger on

<figure><img src="/files/N8bBCRG3BpH4yf64q2SI" alt=""><figcaption></figcaption></figure>


---

# 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://docs.relay.app/triggers/scheduled-trigger.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.
