> For the complete documentation index, see [llms.txt](https://maxbasev.gitbook.io/santa-maria-dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxbasev.gitbook.io/santa-maria-dashboard/en/menu/doctors-schedule.md).

# Doctors' Schedule

To view the doctors' schedules, go to the main menu item "Schedule".&#x20;

The treatment list is downloaded from Simplybook.

<figure><img src="/files/2YII06u0NtozV1Aqs5mu" alt=""><figcaption></figcaption></figure>

The page for viewing the doctor's schedule consists of the following elements (see the image above):&#x20;

1 — Schedule update button.&#x20;

2 — "Download schedule in PDF" button.&#x20;

3 — Physician selection field. Access to this field is limited. If this field is missing, the schedule is displayed for the current user of the system.&#x20;

4 — Fields for entering the period for which you want to view the schedule. The current day is selected by default.&#x20;

5 — Schedule as a table.&#x20;

The table consists of the following columns:&#x20;

* Date.&#x20;
* Day of the week.&#x20;
* Time of procedure.&#x20;
* Name of procedure.&#x20;
* Comment.
* Patient name.&#x20;
* Procedure Execution checkbox.&#x20;

The procedure is set manually by the doctor.

### Mobile view

In the mobile version of the application:&#x20;

* there is no button to download the schedule;&#x20;
* the schedule is presented as a list (see the image below),
* the procedure execution checkbox is also located on the right side of the procedure.

![](/files/tVmbJ4f4KEW1Fh8HETTJ)


---

# 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://maxbasev.gitbook.io/santa-maria-dashboard/en/menu/doctors-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.
