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

# Отчёт

The **Отчёт** Страница отчётов в панели администратора предоставляет простой способ доступа к данным об использовании платформы, включая количество активных устройств. Это позволяет узнать, сколько активных устройств у вас и ваших дилеров было в течение определённого периода времени.

<figure><img src="/files/a46174df14fb797d58faadee0ba1e6b529619e8b" alt="Report page"><figcaption><p>Страница отчётов</p></figcaption></figure>

Она состоит из нескольких разделов:

* **Селектор даты**: Выбирает диапазон дат для формирования отчёта.
* **Панель фильтров**: Позволяет фильтровать отчёт по различным свойствам.
* **Владельцы устройств** **список**: Отображает владельцев устройств, активных в выбранный период, сгруппированных по месяцам. Также показывает количество устройств, активных у каждого пользователя (в скобках).
* **Кнопка экспорта**<img src="/files/d67fe1301ac794332cc4c12463173516b8eb1913" alt="" data-size="line">: Экспортирует сформированный отчёт в файл CSV.

Чтобы сформировать отчёт:

1. Выберите период времени, за который хотите сформировать отчёт.
2. Отчёт генерируется автоматически и показывает всех пользователей и количество активных трекеров у них в указанный период.
3. Сохраните отчёт в виде файла CSV, нажав <img src="/files/493e81cc1b1bdd7dc515f9319fc7881f7d76110b" alt="" data-size="line"> в правом верхнем углу экрана.
4. Чтобы узнать больше о владельце любого устройства, активного в этот период, нажмите на имя пользователя. Откроется **Окно пользователя** которое предоставляет ту же информацию и параметры, что и правая боковая панель страницы [Пользователи](/docs/admin/ru/users.md) .

<br>


---

# 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://navixy.com/docs/admin/ru/otchyot.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.
