# Mission Start Action

{% hint style="info" %}
A **VTOL (Vertical Takeoff and Landing) Takeoff** refers to a vehicle's ability to lift off vertically, eliminating the need for a runway. Once airborne, the drone transitions from **Multirotor Flight (Hover)** to **Fixed-wing Flight (Aero)**, enabling more efficient forward flight and greater range. The **transition** is a critical phase where the vehicle switches from vertical lift, using rotors, to forward thrust, using its wings to generate lift, optimizing performance for long-distance travel.
{% endhint %}

<figure><img src="/files/Zvxv042hRkqA6y3JQGBT" alt=""><figcaption></figcaption></figure>

1. First, enter the **Plan View** via the **AMC Menu**.

<figure><img src="/files/hApIyjDh4GTb8VE5UgrI" alt="" width="282"><figcaption></figcaption></figure>

2. When the **Plan View** is selected the **Mission Editor** appears on the right side of the screen.

<figure><img src="/files/pmULe5ueBktzT263faRH" alt="" width="337"><figcaption></figcaption></figure>

3. Click on **Add VTOL Takeoff**. When the DeltaQuad Evo is connected to **AMC**, the **VTOL Takeoff** and **Transition** **item** is automatically placed at the vehicle's current location. The transition direction is also planned automatically, aligning with the vehicle’s nose to ensure a takeoff and transition into the wind. The **Transition Direction** item can be adjusted by dragging it to the desired location on the map.

{% hint style="warning" %}
The **Transition Direction** item must be planned so that the vehicle performs the **Takeoff** and **Transition** into the wind.
{% endhint %}

4. If the vehicle is not connected to **AMC**, a dialog window will appear. Click on the map to set the planned launch location, and adjust the **Transition Direction** item to the desired position.

<figure><img src="/files/XBhU3vYgUxraJFbB5tJl" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bHtCWl8V0kGoK58MPXX1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the vehicle is not connected to AMC during mission planning, make sure to select **VTOL** for the **Vehicle Type**.
{% endhint %}

<figure><img src="/files/mmqFBInJNjOhD4eyUc8l" alt="" width="338"><figcaption></figcaption></figure>

5. After the **VTOL Takeoff** and **Transition** **Direction** item is placed, the **VTOL Takeoff Altitude** must be set.

{% hint style="warning" %}
The minimum **VTOL Takeoff Altitude** is **15 meters** above any obstacle in the takeoff area. For example, if the average tree height in the takeoff area is 10 meters, the **VTOL Takeoff Altitude** must be set to at least 25 meters.
{% endhint %}

<figure><img src="/files/XonJlenRqszZIrHBrFZK" alt=""><figcaption></figcaption></figure>

6. Set the **VTOL Takeoff Altitude** by adjusting the **Altitude Slider** or by typing in the desired altitude.

<figure><img src="/files/R2AxFB7EUaLIOD2ZMhIa" alt="" width="337"><figcaption></figcaption></figure>

{% hint style="info" %}
In **Multirotor Mode (Hover)**, the DeltaQuad Evo uses up to 12 times more energy compared to **Fixed-wing Mode (Aero)**. The **VTOL Takeoff Altitude** cannot be set higher than **100 meters**, as this will impact the total flight time. As a rule of thumb, every additional minute ascending in **Hover Mode** will reduce the total mission length by 10 km, while every extra minute descending in Hover Mode will reduce it by 7 km.
{% endhint %}

The **Altitude Frame** is set to **HGT** by default. For standard operation, it is recommended to leave this setting as it is.&#x20;

<figure><img src="/files/I2sR02fbng6gWuMHlgEV" alt="" width="338"><figcaption></figcaption></figure>

7. Always verify ground elevation using the **Terrain Altitude Indicator**. A ground collision is indicated when the **orange line turns red** in the Terrain Altitude Indicator and is also visible on the map.

<figure><img src="/files/URXNgnE1hqtwmbqEPLWB" alt=""><figcaption></figcaption></figure>

## Altitude Frame Options

<table><thead><tr><th width="243">Symbol</th><th>Meaning</th><th data-hidden></th></tr></thead><tbody><tr><td>HGT</td><td>Height (Heights are referenced to the takeoff location)</td><td></td></tr><tr><td>MSL</td><td>Mean Sea Level (Altitude Above Mean Sea Leve)</td><td></td></tr><tr><td>AGL</td><td>Above Ground Level (Altitude Above Ground Level)</td><td></td></tr></tbody></table>

In the **Initial Mission Settings**, the default value for the **Default Waypoints Altitude** can be set. This altitude will be applied to all waypoints during the planning stage but can be changed for each waypoint individually. A new waypoint will take over the altitude of the previous waypoint.

<figure><img src="/files/qUES02LKpl7OLOnz7nPx" alt="" width="337"><figcaption></figcaption></figure>

The **Default Waypoints Altitude** value and the available range of the slider can also be set in the **AMC Menu** under **Settings -> General -> Plan View**.

<figure><img src="/files/noyGIVk12hiRCrGV3h0U" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/mission-start-action.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.
