# Planning a mission

The DeltaQuad EVO has been designed to fly autonomously, this is achieved by planning and executing missions. Missions are set through the Ground Control Station. They can be created and sent to the vehicle directly, loaded from an existing mission plan, or saved to a mission plan. This section covers the basics of planning a mission for the DeltaQuad EVO.&#x20;

The operator can plan a takeoff and landing from the Fly View by selecting sectors that are free of obstacles at the approach altitude.&#x20;

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

The DeltaQuad will take off and transition to aerodynamic mode into a set direction and orbit until new commands are given.&#x20;

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

How to take off and land using Fly View will be discussed thoroughly in a later section of this manual.

{% hint style="info" %}
In certain situations where launch and landing sites pose significant restrictions and obstacles, utilizing the Takeoff and Approach functionalities in Fly View becomes impractical. In such instances, it is advisable to employ the Plan View for comprehensive mission planning.
{% endhint %}


---

# 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/sth/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.
