# Reviewing a flight

Select a flight to display that flight on the map. Both GPS and position estimate tracks are displayed if your UAV has both.&#x20;

### Metrics Tab

The **Metrics** tab shows the median accuracy of the VPS relative to the GPS and the coordinates of both positions.&#x20;

<figure><img src="/files/dnNmqQP9DiFHcsjbnHI2" alt=""><figcaption><p>Metrics tab</p></figcaption></figure>

The **Metrics** tab provides tools to generate an MCAP file for flight visualizations.

<figure><img src="/files/55Rsn07IcPgtqGvMW1ZX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
We recommend [Foxglove Studio](https://foxglove.dev/download) as your MCAP viewer.
{% endhint %}

### Notes Tab

The **Notes** tab allows you to add observations and comments to your flight logs for later reference.

<figure><img src="/files/bh9C1DpseWrVrrnxAx1s" alt=""><figcaption><p>Notes tab</p></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/flights/reviewing-a-flight.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.
