# 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. Pressing the play button below the map replays the flight so you can track the accuracy at any point of the flight. You can also drag the slider along the playback bar to scrub through the flight.

The **Metrics** tab shows the median accuracy of the VPS relative to the GPS and the coordinates of both positions. Moving the slider on the playback bar to any given point during the flight will display the accuracy and coordinates at that point in the flight.

<figure><img src="/files/AZTLRiRsFRSupyD7KeNF" alt=""><figcaption><p>Metrics Tab</p></figcaption></figure>

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

<figure><img src="/files/FqhcpwSofmXd7Z7SZUOc" 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-gcs/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.
