> For the complete documentation index, see [llms.txt](https://guide.zig-zag.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.zig-zag.ai/ai-auto-scheduler/how-to-customize-my-schedule.md).

# 🖍️How to customize my schedule

Say:

> 📆 "This week I want breaks every 30 minutes."

or

> 🕒 "I'm not working from 3 pm tomorrow"

or

> 💸 "Move all tax related tasks to next week"

or

> 🔴 "I wanna do all the overdue tasks first"

or

> 😶‍🌫️ "I didn't do anything yesterday, and I will probably procrastinate today, but tomorrow I will stay up till 4 am working"

It adjusts according to whatever you say. So just say it.

***

Check it out: [www.zig-zag.ai/scheduler](https://www.zig-zag.ai/scheduler)


---

# 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://guide.zig-zag.ai/ai-auto-scheduler/how-to-customize-my-schedule.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.
