# Schedules

You can create a schedule to automatically run tests during selected hourly blocks between 3:00 AM and 10:00 PM, Monday to Sunday. The hours between 11:00 PM and 2:59 AM UTC are reserved for maintenance and cannot be selected

When configuring a schedule, you can:

* Select flows using one of the following options:
  * **All** – Run all available flows.
  * **Tags** – Include or exclude flows based on assigned tags.
  * **Recipe** – Run only flows triggered by a specific recipe.
* Set the number of consecutive failures (1–5) before the schedule is automatically paused.
* Set the schedule state to either **Active** or **Paused**, allowing you to control whether the schedule is currently running or temporarily disabled.


---

# 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.does.qa/configuration/schedules.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.
