> 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/flight/executing-and-monitoring-a-mission/monitoring-the-mission.md).

# 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**](/gov/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**](/gov/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**](/gov/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**](/gov/flight/auterion-mission-control-amc-overview/amc-menu/vehicle-overview.md).
{% endhint %}


---

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