# Exporting tracker raw data to a CSV file

## Question

How can I export raw data from a GPS tracker to a CSV file?

## Answer

You can export raw (parsed raw) data from any device in CSV format by following these steps:

1. Go to **Devices and Settings**.
2. Select the device you want to export data from.
3. In the **Raw data** block, click **Export data**.
4. In the **Raw data export** window, choose:
   * Date range (up to 30 days)
   * Time zone
   * The parameters you want to include in the file
5. Click **Download CSV** to start the download.

The CSV file can be opened in any text editor or spreadsheet viewer.

## Links

* [Raw data export tool](/docs/expert-center/faq-and-troubleshooting/access-iot-data/save-iot-data-to-csv-file.md)


---

# 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/qna/using-navixy/raw-data/exporting-tracker-raw-data-to-a-csv-file.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.
