# Schedules

You can schedule your workers to do work for you autonomously.

The [Schedules](https://toolhouse.app/schedules) page allows you to create and manage schedules. You can also tell Agent Builder to set up a schedule for you.

## Setting up a schedule

1. Go to [Schedules](https://toolhouse.app/auth-connections)
2. Select a worker
3. Specify a cadence. You can use natural language ("every Monday at 3pm") or use the interface. Scheduled times always refer to your local time zones.
4. Click **Create schedule.**

## Things to know about schedules

* Toolhouse supports execution intervals of up to 10 minutes. This means that each worker can execute as often as once every 10 minutes.
* If you use a faster cadence, for example every 2 minutes, it will still default to our minimum supported cadence of every 10 minutes.
* Scheduled times always refer to your local time zones.
* You can have multiple schedules per single worker.
* You can optionally have the worker send a message to a webhook when they're done. To do so, specify a valid URL in the Callback field.


---

# 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.toolhouse.ai/toolhouse/toolhouse/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.
