> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/bookster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/bookster/administration/settings/schedule.md).

# Schedule

The **Schedule** tab focuses on the configuration of work schedules. This tab is used to define and manage the working hours for services or personnel.&#x20;

<figure><img src="/files/494dXHubDUHjoHyZCkdp" alt=""><figcaption><p>A screenshot showing the Schedule settings of Bookster</p></figcaption></figure>

Here’s a detailed breakdown of what the screenshot displays:

**(1). Work Schedule Configuration**:

* **Daily Settings**: Each day of the week can be individually configured. In the screenshot, Monday is highlighted as an example, with a work period set from 08:00 AM to 05:00 PM. This indicates that services or agents are available for booking within this time frame.
* **Toggle Work Day**: Each day has a toggle switch (illustrated by a circle on the left side for other days) that allows the administrator to quickly enable or disable work for that particular day. For days that are off, such as Sunday in the screenshot, the toggle is set to "Off", and no time slots are displayed.

**(2). Add Work Period**:

* For days where multiple work periods are necessary, such as split shifts, there's an option to add additional work periods. This is indicated by the "+ Add Work Period" button under the primary work period for Monday. This feature allows for greater flexibility in scheduling by accommodating non-continuous working hours.

**Save Changes**:

* Click on the "Save Changes" button visible at the bottom to ensure all adjustments are saved.


---

# 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.yaycommerce.com/bookster/administration/settings/schedule.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.
