> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/reports/employee-schedule.md).

# Employee Schedule

Proceed to:\
**Schedule** > **Employee Schedule** *(found on the left side of the screen)* OR **Reports** > **Employee Schedule**

![Employee Schedule](/files/0a34cf3207c98c525a5f52ed9be442f3ceaa77ff)

{% stepper %}
{% step %}

## Choose the date

Choose the Date for the Schedule you would like to view/print, *(or use the Quick Pick Dates)*.
{% endstep %}

{% step %}

## Select an employee

If you would like to narrow it down to only one employee, choose that employee.
{% endstep %}

{% step %}

## Choose options

**Hide Empty Slots**: This will hide any hours on the Schedule that the employee is NOT booked for.

**Include Client's Schedule**: This will show the client's schedule for that date.

**Include Client's History**: This will show each client's last 3 services received and last 3 products purchased.

**Include Future Appointments**: This will show client's future appointments.

**Include Terminated Employees**: This will show any terminated employees that are not hidden on your schedule *(when running for All employees)*.
{% endstep %}

{% step %}

## Run the report

Click **Run Report**.

![Run Employee Schedule Report](/files/b3c2952f065148b35f3ec51814cab72686747f0b)

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-41-09-54-PM)
{% endstep %}
{% endstepper %}


---

# 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://support.rosysalonsoftware.com/reports/employee-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.
