> For the complete documentation index, see [llms.txt](https://support.senterasensors.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.senterasensors.com/home/6x-series-sensors-user-guide/quickstart-guide/data-offload.md).

# Data Offload

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

1. Power 6X using aircraft battery or AC power cable.&#x20;
2. Connect 6X to a computer using the provided USB-C cable.&#x20;
3. Open a file browser.&#x20;
4. In the address bar type \\\192.168.42.1 and press enter.
5. Login into the sensor. Enter the user name sentera and press okay. There is no password.&#x20;
6. Select the data folder.
7. Select the snapshots folder.&#x20;
8. Select the session folder with the correct data and copy it to the computer or an external hard drive.

***

### Detailed Data Offload Instructions

{% content-ref url="/pages/TeySLnUKdgSjy5FE479q" %}
[Data Offload](/home/6x-series-sensors-user-guide/6x-series-sensors/data-offload.md)
{% endcontent-ref %}


---

# 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://support.senterasensors.com/home/6x-series-sensors-user-guide/quickstart-guide/data-offload.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.
