> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/tac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/tac/flight/quick-takeoff/return.md).

# Return

1. To land the vehicle, click on the **Return command** on the left side of the screen.

<figure><img src="/files/uZwHNs1f7h9F0avlPAL4" alt="" width="295"><figcaption></figcaption></figure>

2. The **Pizza Slices** reappear, and the **Return command** can now be confirmed.

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

3. **Clicking** on the **Pen** icon at the top of the octagon allows changes to be applied to the **sectors** and the **Transition Altitude**. This is useful after extended flight periods, especially if weather conditions have changed.

<figure><img src="/files/359ybHf1H9LZ7n380TyN" alt="" width="375"><figcaption></figcaption></figure>

4. **Hold to confirm** after making changes.

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

5. **Hold to Confirm** the **Return command**.

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

6. The vehicle will **automatically place** the **Loiter Down** item within the available sectors. It will then **perform the back transition** to **Multirotor Mode** into the wind, or as close as possible to this direction, depending on the limitations of the selected sectors.

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


---

# 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.deltaquad.com/tac/flight/quick-takeoff/return.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.
