> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/journey-to-getting-started-with-giot/18.-generating-reports.md).

# 18. Generating Reports

## **Understand how to generate and dowload data reports.**

Creating reports on GIOT involves exporting data directly from various sections of the platform, such as devices, alarms, events, or device lists with a specif battery level. These exports allow users to analyze data in external tools. Follow these general steps:

* **Use Filters to Narrow Data:** Apply filters in the desired section (e.g., Devices, Alarms, or Events) to focus on specific criteria, such as device type, status, or date range.
* **Export the Data:** Click on the export icon (usually available in the top-right corner) to download the filtered data. Choose the format, such as **CSV** or **JSON**.
* **Customize the Output:** Use the platform's flexible filtering options to tailor the exported data to your needs, ensuring only relevant information is included.

<figure><img src="/files/CIDP8BlXlHrYYMRbyCEv" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.g-iot.io/journey-to-getting-started-with-giot/18.-generating-reports.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.
