# Monitoring the Mission

Throughout the mission, both the **telemetry data** and the **vehicle** should be closely monitored. While this task can be performed by a single operator, it is recommended to have both an **operator** and an **observer**. The observer should continuously watch the vehicle and its surroundings, alerting the operator to any issues or nearby traffic.

* The [**Telemetry Dashboard**](/tac/flight/auterion-mission-control-amc-overview/amc-menu/fly-view.md#telemetry-dashboard) provides relevant information about altitude, speed, distance, flight time, heading, wind direction, and wind speed.

<figure><img src="/files/SqYdgIGe9TDuybRaLbwZ" alt="" width="299"><figcaption></figcaption></figure>

* The [**remaining flight time**](/tac/flight/auterion-mission-control-amc-overview/amc-top-bar.md) at the top of the screen should be monitored closely, as this indicator is dynamic and adjusts based on various factors, such as weather conditions and flying style.

<figure><img src="/files/5CBwVVB3koDdHlOaWZqv" alt=""><figcaption></figcaption></figure>

* The [**Fly View**](/tac/flight/auterion-mission-control-amc-overview/amc-menu/fly-view.md) displays important **warnings** in a highly visible popup. These notifications inform you of unexpected behavior and issues. Whenever possible, the notification will also indicate the cause of the problem and any necessary actions you should take unless they are obvious.

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

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

{% hint style="info" %}
Less important messages, as well as any missed warnings, are logged and can be viewed in [**Vehicle Overview -> Notifications**](/tac/flight/auterion-mission-control-amc-overview/amc-menu/vehicle-overview.md).
{% endhint %}


---

# 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.deltaquad.com/tac/flight/executing-and-monitoring-a-mission/monitoring-the-mission.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.
