# Planning a Mission

{% hint style="success" %}
The DeltaQuad Evo is designed for autonomous flight, accomplished through the planning and execution of missions. Missions can be planned using the Ground Control Station and can be created and sent directly to the vehicle, loaded from existing mission plans, or saved for future use. The following sections provide an overview of the fundamental steps involved in planning a mission for the DeltaQuad Evo.
{% endhint %}

## Chapter Index:

* [Preparing a Mission Plan](/tac/flight/planning-a-mission/preparing-a-mission-plan.md)
* [Best Practice and Tips](/tac/flight/planning-a-mission/best-practices-and-tips.md)
* [Mission Start ](/tac/flight/planning-a-mission/mission-start-action.md)[Action](/tac/flight/planning-a-mission/mission-start-action.md)
* [Set Intermediate Waypoints](/tac/flight/planning-a-mission/set-intermediate-waypoints.md)
  * [Survey Pattern](/tac/flight/planning-a-mission/set-intermediate-waypoints/survey-pattern.md)
  * [Corridor Scan](/tac/flight/planning-a-mission/set-intermediate-waypoints/corridor-scan.md)
  * [Stealth Switch](/tac/flight/planning-a-mission/set-intermediate-waypoints/stealth-switch.md)
* [Mission End Action](/tac/flight/planning-a-mission/mission-end-action.md)


---

# 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/planning-a-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.
