> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/gov/maintenance/flight-logs/downloading-log-files-via-the-gcs.md).

# Downloading log files via the GCS

* Power on the DeltaQuad Evo
* Assemble and turn on the GCS
* Wait until the connection between the vehicle and the GCS is established

1. Open Auterion Mission Control (AMC) and switch to **Advanced Mode** by clicking the Auterion Menu icon in the upper left corner of the screen five times.

<figure><img src="/files/E4k4PoIcGLupDK4lDWh7" alt="" width="248"><figcaption></figcaption></figure>

<figure><img src="/files/o6mgRNMda7qQROrTlBpk" alt="" width="563"><figcaption></figcaption></figure>

2. Click the Auterion Menu icon and select the **Analyze** tool.

<figure><img src="/files/BJrTvXgineaRFIJJqOSP" alt="" width="235"><figcaption></figcaption></figure>

3. Under the first tab, **Log Download**,  you can download and erase log files from the vehicle. If no log files are available, click on **Refresh**. Select a log file or a batch of log files, you wish to download and click on **Download**.

<figure><img src="/files/6SRjpmR5iv2QXVEk48mm" alt=""><figcaption></figcaption></figure>

4. A window will open prompting you to select a folder on your computer to store the log file. Choose a location and click **Select Folder**.

<figure><img src="/files/SceMKfdgrq5Uct6zq8bx" alt="" width="563"><figcaption></figcaption></figure>

5. AMC will indicate a successful download by displaying **Downloaded** under **Status**.

<figure><img src="/files/3wzbLLzOI1jD4PGTG7we" alt=""><figcaption></figcaption></figure>

You can find the log file in the storage location of your choice. For a log analysis please share the log file with the DeltaQuad support team **<support@deltaquad.com>**.


---

# 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://docs.deltaquad.com/gov/maintenance/flight-logs/downloading-log-files-via-the-gcs.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.
