# Recording Management

Micro VPS offers the option to record all sensor data and real time processes to support development and troubleshooting.

{% hint style="info" %}
Enable recordings when conducting integration tests for sharing with the Theseus team.
{% endhint %}

The recording service can be started/stopped from the main dashboard on the Theseus GCS app.

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

To access all your recordings, navigate to the "Recordings" tab on the left menu.

## Recordings Page

The recordings page allows you to view the available storage space on your device, control your active recording, list all recordings on your device, and download recordings.

The Micro VPS comes with two disks. The NVMe disk is where recordings are stored. eMMC disk is essential to operating system tasks.

{% hint style="warning" %}
Make sure **both disks remain below 80% capacity**. Get in touch with the Theseus team if it goes above.
{% endhint %}

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

### Current Recording

The "Current Recording" panel shows you the recording for your current boot cycle. Recording directories are unique per sessions which are defined by boot cycles of the device.

You can **start and stop recording** by clicking the "Start Recording" or "Stop Recording" button at the top left of the panel.&#x20;

Click the green "Download" button to **initiate a download of your recording** to your local computer.

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

### All Recordings

The "All Recordings" panel offers the option to **list all available recordings** on disk and download them.

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

## Log Sharing

When sharing logs for a flight with the Theseus team, note the recording id of the flight. Download the recording by clicking the green "Download" button and share that file with us.


---

# 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://docs.theseus.us/gcs-software/legacy-software/theseus-gcs-app/feature-list/recording-management.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.
