> For the complete documentation index, see [llms.txt](https://docs.auterion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auterion.com/vehicle-operation/auterion-mission-control/ui-breakdown/plan.md).

# Plan View

*Plan View* is used to plan autonomous flights that may include:

* [​Missions:](/vehicle-operation/auterion-mission-control/ui-breakdown/plan/mission-editor-tab.md) Autonomous waypoint missions, including surveys, corridor scans and structure scans.
* ​[GeoFences](/vehicle-operation/auterion-mission-control/ui-breakdown/plan/geofence-plan.md): Virtual fences that define areas where the vehicle can safely move.
* ​[Rally Points](/vehicle-operation/auterion-mission-control/ui-breakdown/plan/rally-points.md): Alternative safe destinations when in [Return mode](https://github.com/Guscedav/DocsUnited/blob/main/operating-a-vehicle/auterion-mission-control/plan/broken-reference/README.md).

{% hint style="info" %}
Mission plans are used in [Mission mode](https://github.com/Guscedav/DocsUnited/blob/main/operating-a-vehicle/auterion-mission-control/plan/broken-reference/README.md), and landings defined in missions may also be used for landing vehicles in [Return mode](https://github.com/Guscedav/DocsUnited/blob/main/operating-a-vehicle/auterion-mission-control/plan/broken-reference/README.md).

Geofences and rally points apply in all flight modes.
{% endhint %}

The topics in this section provide an overview of the common planning user interface and more detailed instructions on each type of plan and survey.


---

# 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:

```
GET https://docs.auterion.com/vehicle-operation/auterion-mission-control/ui-breakdown/plan.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.
