# Recording Control

This page outlines the available control over flight recordings on vozilla

There are 2 types of control over the recordings that can be done through vozilla.

## Start/Stop Recordings

To start or stop a recording, toggle the control on the homepage of vozilla as seen below.

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

This will either stop a current recording or if one is not already running, will restart the recording service. This will create a new ecal measurement recording within the log folder for the current boot. See image below.

<figure><img src="/files/1MyLj2PliA7Z4cVgDPOq" alt=""><figcaption></figcaption></figure>

Note that this does not control the auto start on boot behavior. To control that refer to the section on the [Enable/Disable Recordings](https://app.gitbook.com/o/3XcGCVYDmpR51XZKRzt0/s/hUdZltvGJCfBMBzRuwSC/~/edit/~/changes/139/gcs-software/vozilla-2.0/settings/recording-control#enable-disable-recordings).

## Enable/Disable Recordings

You can also control the behavior of the recordings on device boot. By default this is set to enable, which means that it will begin recording all values at the start of every boot.&#x20;

If this is not wanted behavior. Navigate to the device setting and disable the auto start on boot toggle seen in the image below. Toggling this off will disable the recordings from automatically starting on every boot until the control is enabled

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

{% hint style="warning" %}
Note that if you turn this off. You must manually start the recording before a flight using the button on the HOMEPAGE. See the section on "[Start/Stop Recordings](https://app.gitbook.com/o/3XcGCVYDmpR51XZKRzt0/s/hUdZltvGJCfBMBzRuwSC/~/edit/~/changes/139/gcs-software/vozilla-2.0/settings/recording-control#start-stop-recordings)" above
{% endhint %}

## Clearing log data

To clear out all of the logs on device, navigate to `Settings -> Diagnostics -> Delete all logs`

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


---

# 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/vozilla-2.0/settings/recording-control.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.
