> 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/data-management-and-eu-data-act-compliance/downloading-data-via-csv.md).

# Downloading Data via CSV

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

### **Steps to Export Data via CSV**

1. **Navigate to the Desired Section:**\
   From the **Cockpit** or **Assets** menu, open the section from which you want to export data.\
   Examples include: **Devices**, **Users**, **Alarms**, **Rules**, or **Measurements**.
2. **Set Filters (If Required):**
   * Click the **Filter** icon at the top-right of the section.
   * Select **“All”** (or any specific filter needed).
   * Click **Apply** to confirm the selection.
3. **Locate the Download Icon:**\
   Once the filters are applied, click the **Download (CSV)** icon at the **top-right corner** of the page.
4. **Confirm Export:**\
   A pop-up will display the **total number of records** to be downloaded.\
   Click **Export** to start generating the CSV file.
5. **Retrieve the File:**\
   The exported **CSV file** will be saved automatically in your computer’s **Downloads** folder.


---

# 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://docs.g-iot.io/data-management-and-eu-data-act-compliance/downloading-data-via-csv.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.
