> For the complete documentation index, see [llms.txt](https://docs.duku.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duku.ai/viewport-dashboard/schedules.md).

# Schedules

Use **Schedules** to automate recurring runs for the selected target.

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

Open a product, choose a target, then open **Schedules**.

### <i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i> What you can do

* <i class="fa-arrows-rotate">:arrows-rotate:</i> Create recurring exploration sweeps.
* <i class="fa-clock">:clock:</i> Review recurrence, status, next run, and last run.
* <i class="fa-pen-to-square">:pen-to-square:</i> Edit or delete an existing schedule.

### <i class="fa-table-list">:table-list:</i> Schedule list

The schedule list shows:

* <i class="fa-tag">:tag:</i> **Schedule:** The schedule name
* <i class="fa-play">:play:</i> **Run type:** What the schedule runs, such as `EXPLORE`
* <i class="fa-calendar-days">:calendar-days:</i> **Recurrence:** The day, time, and timezone
* <i class="fa-toggle-on">:toggle-on:</i> **Status:** Whether the schedule is active
* <i class="fa-hourglass-half">:hourglass-half:</i> **Next run** and **Last run:** When it runs next and when it last ran

### <i class="fa-calendar-plus">:calendar-plus:</i> Create a schedule

1. Click **Create schedule**.
2. Add a **Name** if you want one.
3. Choose the **Run type**.
4. Select the **Days of week**.
5. Choose the **Time of day**.
6. Choose the **Timezone**.
7. Click **Create schedule**.

### <i class="fa-sliders">:sliders:</i> Schedule options

You can choose individual days or use quick options like **Weekdays**, **Weekends**, and **Every day**.

You can also pick a time window such as **Morning**, then choose the timezone that should control the schedule.

### <i class="fa-lightbulb">:lightbulb:</i> Good uses

* Weekday morning exploration sweeps
* Weekend smoke coverage
* Recurring checks for staging or preview targets


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.duku.ai/viewport-dashboard/schedules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
