# Drone Control

For safe autonomous Dock-Drone operations, it is crucial to ensure the following:

* **Safe Take-off**: Drones must ascend to a safe altitude above the docking station before proceeding to their target waypoints.
* **Safe Return**: While returning, drones should fly at or above a safe altitude to avoid all obstacles and descend vertically over the dock.

To manage drone behavior during these operations, you can configure the following parameters:

* **Take-off Altitude**
* **Return to Home (RTH) Altitude**

**Accessing These Parameters**:

1. Navigate to **Device Management** and select the relevant device.
2. Go to **Settings** -> **Drone Control**.
3. Set the desired **RTH Altitude**.
4. Enter the **Take-Off Altitude**.&#x20;
5. To revert to default values, click on **Reset**

These altitudes are set relative to the take-off point (Docking Station), and these ensure safety when the drone executes a pre-planned mission or a Go-to Location flight.

<figure><img src="/files/BToLliVaWWe6XRNbYzW4" alt=""><figcaption><p>Take-off Altitude</p></figcaption></figure>

<figure><img src="/files/Hw7G2DvjdApkA9px0ZRb" alt=""><figcaption><p>Drone Control: Take-off and RTH Altitude settings</p></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.flytbase.com/device-management/device-management/dji-docks/device-settings/drone-control.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.
