> For the complete documentation index, see [llms.txt](https://docs.ohmautomation.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmautomation.io/en/ios/guide/scheduling.md).

# Scheduling

Scheduling allows you to perform a series of operations at the desired time and days of the week, thus automating your *routines*.

Click on the three dots at the top right, then on the *Scheduling* button.

<div align="left"><img src="/files/2SkqKoeky1U0FW2xFzHl" alt="" width="300"></div>

To add new events, simply click on the three dots at the top right, then *New Event*.

<div align="left"><img src="/files/Q1GdXkMlPVUcyaX2rsnF" alt="" width="300"></div>

You can define the execution time and the days of the week for which you want the schedule to be valid; click on *Set Operations* to define the list of operations you want (you can define as many as you wish).

<div align="left"><img src="/files/AH78wEyYCpLzmRdoczs4" alt="" width="300"></div>


---

# 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:

```
GET https://docs.ohmautomation.io/en/ios/guide/scheduling.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.
