# Report

The **Report** page of the Admin Panel provides an easy way to access data on platform usage, including the number of active devices. This allows you to learn how many active devices you and your dealers had during a specific period of time.

<figure><img src="/files/4xf6bQzpQfJe8PBbbtbd" alt="Report page"><figcaption><p>Report page</p></figcaption></figure>

It consists of several sections:

* **Date selector**: Selects the date range for generating a report.
* **Filter toolbar**: Allows filtering the report by various properties.
* **Device owners** **list**: Displays the owners of devices active during the selected period, grouped by month. Also shows the number of devices active for each user (in brackets).
* **Export button**<img src="/files/Q3wqZwUB7OiuoAkbdhfR" alt="" data-size="line">: Exports the generated report to a CSV file.

To generate a report:

1. Select the time period for which you want to generate the report.
2. The report is automatically generated, showing all the users and the number of active trackers they have during the specified time period.
3. Save the report as a CSV file by clicking <img src="/files/GOe00JyfU7rV3qZSdg39" alt="" data-size="line"> in the top-right corner of the screen.
4. To learn more about the owner of any device active during the period, click their user name. This will open the **User** window, which provides the same information and options as the right side panel of the [Users](/docs/admin/users.md) page.

<br>


---

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