> 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/65r-sensor-user-guide/65r-sensor/data-offload/file-structure.md).

# File Structure

## Introduction

The 65R uses an internal SSD to store the captured data. This article will describe the file storage structure.&#x20;

***

## File Structure

The 65R file structure is as follows:

**data > snapshots > session folders > rgb > image files**

The session folders are labeled as YYYY-MM-DD\_HH-MM-SS. Where YYYY-MM-DD is the date that the imagery was collected on, and HH-MM-SS is the UTC time that the session folder created at (when the 6X status lights turned green).&#x20;

{% hint style="info" %}
If the 65R is power cycled between flights over a single area, there will be a session folder for each power up and session start of the camera. i.e. the imagery will be split between each folder.&#x20;
{% endhint %}

<figure><img src="https://3675182560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXxc0lOfDa92aCfFa5lb4%2Fuploads%2FC0IUZ3hZVJym5qiMRhZn%2Fimage.png?alt=media&amp;token=80ab3ac9-2fdf-426b-b0c3-9ba78b26628d" alt=""><figcaption></figcaption></figure>

Inside of each session folder is a sub folder labeled rgb. This folder contains the the imagery.&#x20;

<figure><img src="https://3675182560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXxc0lOfDa92aCfFa5lb4%2Fuploads%2FwfXKbfT72hZNTSdwg6LK%2Fimage.png?alt=media&amp;token=ed13fbcd-6b51-48a4-9764-52131c30db98" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3675182560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXxc0lOfDa92aCfFa5lb4%2Fuploads%2FH9mKka1wyMpOhlxyOrRI%2Fimage.png?alt=media&amp;token=5abab5c5-17f0-45da-8e45-ef11483bd08b" 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, and the optional `goal` query parameter:

```
GET https://support.senterasensors.com/home/65r-sensor-user-guide/65r-sensor/data-offload/file-structure.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.
