> 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/mission-editor-tab/mission-section.md).

# Mission Section

## Waypoint Mission Editor

This section of the Mission Editor allows you to further adjust waypoint settings one-by-one.

Waypoints are created by selecting the desired location(s) on the map when the **Plan Tools > Waypoint** button is selected. Item positions may be changed by drag/drop on the map, and the altitude is changed in the associated editor. Waypoints can be moved but not created when the Waypoint button is toggled off. The front of the vehicle will yaw towards the next waypoint (by default).

{% hint style="info" %}
Changing any values may not be necessary, as settings are retained from the previous waypoint.
{% endhint %}

| **Setting**             | **Description**                                                                                                                                                               |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ***Mission Item Type*** | <p>A waypoint can be changed to another type of mission item using the selector in the heading.</p><p><img src="/files/TL9KWPydEksZLyW2rXig" alt="" data-size="original"></p> |
| ***Altitude***          | Altitude for the waypoint, relative to the home/takeoff point. This is initialized with the altitude of the previous waypoint.                                                |

![](/files/zgt7nujS9ujCyneFJxLn)

*Waypoint* items specify locations (position and altitude) on the vehicle path, along with optional camera settings for the following segment of travel. They are connected on the path by lines to previous and next waypoints. The current waypoint is highlighted on the map in green and its editor is expanded in the mission list.

## Camera Panel

![](/files/wE1Htns8lGTF3g33pYQv)

The *Camera Panel* specifies camera action/triggering and gimbal positioning from the current waypoint until the next waypoint (the next waypoint continues the camera action by default).

| Setting               | Description                                                                                                                                                                      |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Camera triggering** | <p>No change (continue current action)</p><p>Take photos (time)</p><p>Take photos (distance)</p><p>Stop taking photos</p><p>Start recording video</p><p>Stop recording video</p> |
| **Mode**              | Camera mode: *Photo*, *Video*, *Survey*.                                                                                                                                         |
| **Gimbal**            | Enables gimbal fields: *Pitch* and *Yaw*.                                                                                                                                        |

## Point of Interest (POI) Mission Item

![](/files/vs6qVGqUpf7lljAEqS4d)

An *POI item* defines a location (position and altitude) that the camera will track.

An POI mission item is created by clicking on the map when the **Plan Tools > POI** button is enabled. The item position can be changed by drag/drop on the map, while the altitude is set in the editor.

The camera will track the point from the preceding waypoint destination until a [Cancel POI Mission Item](/vehicle-operation/auterion-mission-control/ui-breakdown/plan/plan-tools/waypoint-mission.md#cancel-roi-mission-item) is added to the mission or the mission ends.

| Setting      | Description                                                                                                                                  |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Altitude** | Altitude for the region of interest, relative to the home/takeoff point. This is initialized with the altitude of the previous mission item. |

### Cancel POI Mission Item

![](/files/snG52ABEPhrd5rctDCoj)

A *Cancel POI* item is created by selecting the button: **Plan Tools > Cancel POI** (the button is available if a POI is enabled). The new item is added alongside the current mission item.

The *Cancel POI Editor* doesn't provide other specific settings.


---

# 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.auterion.com/vehicle-operation/auterion-mission-control/ui-breakdown/plan/mission-editor-tab/mission-section.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.
