> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/tac/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/tac/flight.md).

# Flight

## Chapter index

* [Auterion Mission Control (AMC) Overview](/tac/flight/auterion-mission-control-amc-overview.md)
  * [Normal and Advanced Mode](/tac/flight/auterion-mission-control-amc-overview/normal-and-advanced-mode.md)
  * [AMC Top Bar](/tac/flight/auterion-mission-control-amc-overview/amc-top-bar.md)
  * [AMC Menu](/tac/flight/auterion-mission-control-amc-overview/amc-menu.md)
* [Planning a Mission](/tac/flight/planning-a-mission.md)
  * [Preparing a Mission Plan](/tac/flight/planning-a-mission/preparing-a-mission-plan.md)
  * [Best Practices and Tips](/tac/flight/planning-a-mission/best-practices-and-tips.md)
  * [Mission Start Action](/tac/flight/planning-a-mission/mission-start-action.md)
  * [Set Intermediate Waypoints](/tac/flight/planning-a-mission/set-intermediate-waypoints.md)
  * [Mission End Action](/tac/flight/planning-a-mission/mission-end-action.md)
* [Quick Takeoff](/tac/flight/quick-takeoff.md)
  * [Land Approach](/tac/flight/quick-takeoff/land-approach.md)
  * [VTOL Takeoff](/tac/flight/quick-takeoff/vtol-takeoff.md)
  * [Return](/tac/flight/quick-takeoff/return.md)
* [Pre-flight Checks](/tac/flight/pre-flight-checks.md)
* [Radio Range and Line of Sight (LOS) Operation](/tac/flight/radio-range-and-line-of-sight-los-operation.md)
* [Executing and Monitoring a Mission](/tac/flight/executing-and-monitoring-a-mission.md)
  * [Executing the Mission - Returning the Vehicle](/tac/flight/executing-and-monitoring-a-mission/execute-the-mission-returning-the-vehicle.md)
  * [Monitoring the Mission](/tac/flight/executing-and-monitoring-a-mission/monitoring-the-mission.md)
  * [Controlling the Vehicle](/tac/flight/executing-and-monitoring-a-mission/controlling-the-vehicle.md)
  * [Manual Control](/tac/flight/executing-and-monitoring-a-mission/manual-control.md)
  * [Emergency Procedures](/tac/flight/executing-and-monitoring-a-mission/emergency-procedures.md)
* [Advanced Flight](/tac/flight/advanced-flight.md)
  * [GPS-Denied Operation](/tac/flight/advanced-flight/gps-denied-operations.md)
  * [Offshore Operation](/tac/flight/advanced-flight/offshore-operations.md)
* [Post-flight Checks](/tac/flight/post-flight-checks.md)


---

# 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/tac/flight.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.
