# Список пациентов

Для просмотра полного списка клиентов необходимо перейти в соответствующий пункт меню.&#x20;

Список клиентов представлен в виде таблицы.&#x20;

<figure><img src="/files/8c2Y5QFeymrmarDH2uTr" alt=""><figcaption></figcaption></figure>

Таблица состоит из семи столбцов:&#x20;

* имя клиента;
* фамилия клиента;
* дата рождения;
* email;
* телефон;
* страна проживания;
* действия.

Чтобы отсортировать таблицу по конкретному столбцу, необходимо нажать на название столба (2) в шапке таблицы (1).

Всё содержимое таблицы визуально поделено на страницы. Посмотреть общее количество клиентов (4), перейти на предыдущую или следующую страницы (5), а также просмотреть и настроить количество клиентов на одной страницы таблицы (6) можно в подвале таблицы (3).

Последний столбец таблицы содержит ссылка на страницу пациента.


---

# 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://maxbasev.gitbook.io/santa-maria-dashboard/ru/menu/patients-section/list-of-patients.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.
