> 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/qna/using-navixy/raw-data.md).

# Raw Data

- [Exporting tracker raw data to a CSV file](https://navixy.com/docs/qna/using-navixy/raw-data/exporting-tracker-raw-data-to-a-csv-file.md): Export parsed telematics data in CSV format from the Raw data block; select the date range and parameter columns before running the export
- [Including parameters in raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/including-parameters-in-raw-data-export.md): Select any integrated parameters for your GPS tracker model when exporting raw data; the export supports up to 1,000 parameter columns
- [Selecting date range and time zone in raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/selecting-date-range-and-time-zone-in-raw-data-export.md): Filter raw data exports by date range (up to 30 days) and time zone to unify timestamps for downstream analytics and reporting
- [Typical use cases for raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/typical-use-cases-for-raw-data-export.md): Export raw data for analytics pipelines, ML systems, sensor debugging, event verification, and custom report building outside the platform
- [Determining why a tracker stopped transmitting](https://navixy.com/docs/qna/using-navixy/raw-data/determining-why-a-tracker-stopped-transmitting.md): Export 30 days of raw data to review battery voltage and signal strength trends in the period before a device stopped transmitting
- [Why the platform may consider telematics data invalid](https://navixy.com/docs/qna/using-navixy/raw-data/why-the-platform-may-consider-telematics-data-invalid.md): Platform filters data with zero satellites or invalid coordinates (0,0) to prevent inaccurate location display and track quality issues
- [Specifying Teltonika AVL parameters in raw data export](https://navixy.com/docs/qna/using-navixy/raw-data/specifying-teltonika-avl-parameters-in-raw-data-export.md): Specify individual Teltonika AVL parameter IDs, comma-separated lists, or hyphen-delimited ranges in the raw data export filter


---

# 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/qna/using-navixy/raw-data.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.
