# Schedule

**Schedule** page allows seeing work hours of employees as time slots. From this page, you can create and edit employee schedules.&#x20;

Schedule can be ranged by a day, a week, or a month. To view the schedule for another time range, select a time range from the drop-down menu.

To view schedule for the current day, week or month, select **Current day, Current week,** or **Current month**.

To sort employee list by a team, select a team from the drop-down menu.

To view schedule for a specific employee, enter an employee's name in **Search by employee** box.

<div align="left"><img src="/files/-LoKEaZChISGHO37ttPl" alt="Schedule page"></div>

**How to create Personal schedule**

You can create a schedule in two ways:

1. Hover over employee's name. **Add schedule** button appears; select **Add schedule**.
2. Select **Add schedule** directly in the table.

In the modal window, perform the following steps:

1. Select the employee.&#x20;
2. Select **Working days**. For each day, select **Working hours** on the drop-down menus **From** and **To**.
3. If you want to remove **Working hours**, select **Remove time**.
4. By default, you set the schedule for one week. If you want to use this schedule for all periods, select **Use this schedule for all time.**
5. If you are glad about created schedule, select **Save**.
6. If you want to remove an existing schedule, select **Remove schedule**.

<div align="left"><img src="/files/-LoKBtEkQffyr5Ts7HoT" alt="Creating Personal Schedule pop-up window"></div>

**How to edit Personal schedule**

You can edit a schedule in two ways:

1. Hover over employee's name. If a schedule is already created, the **Edit schedule** button appears; select **Edit schedule**.
2. In **Daily view**, select a border of a time slot and drag it to the desired position.

In the modal window, perform the following steps:&#x20;

1. Select **Working days**. For each day, select **Working hours** from the drop-down menu **From** and **To**.
2. If you want to remove **Working hours**, select **Remove time**.
3. By default, you set a schedule for one week. If you want to use this schedule for all periods, select **Use this schedule for all time**.
4. If you are glad about created schedule, select **Save**.
5. If you want to remove an existing schedule, select **Remove schedule**.

<div align="left"><img src="/files/-LoKMD8eeAAetMyYw6or" alt="Editing Personal schedule"></div>


---

# 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.aitheon.com/human-resources/hr/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.
