# Drone Control

After registering the drone on the dashboard, the operator can configure certain default controls for the drone in relation to the docking station that will be linked with it. These controls can be set according to the operator's preferences and requirements. And even bind the drone and docking station directly from the FlytBase dashboard.

## Default Drone Controls

* In **Settings**, select a drone from the drop-down box at the top left corner of the settings. Then select **Drone Control**.
* Under the **Default Drone Controls,** set the RTDS speed & RTDS altitude at this speed and altitude the drone will proceed after the mission is completed or when the RTDS command is triggered.

What is **Return to Docking Station (RTDS)**?

When the finish action of a mission is set to '**RTDS**', the drone returns to the docking station's location at the set RTDS speed and altitude. Once the drone reaches the docking station's location, Precision Landing will be engaged and the drone will ascend or descend to the set PL altitude to perform Precision Landing.

<figure><img src="/files/i5sZPvYdhIaaFFRveEPo" alt=""><figcaption><p>Configuring Default Drone Controls</p></figcaption></figure>

## Essential  No Fly Zone (NFZ) Settings

* To enable '**Smart RTDS**' and '**Smart RTSL'**, activate the '**Avoid NFZ for RTDS & RTSL'** toggle.&#x20;
* '**Smart RTDS**' and '**Smart RTSL**' are added functionalities for the **RTDS** and **RTSL** commands when an NFZ is configured. They enable the drone to create a path that avoids breaching the **No Fly Zone (NFZ)** while executing the following commands.
* You can also configure the altitude for '**Smart RTSL**', while the altitude for '**Smart RTDS**' stays the same as the default **RTDS** altitude.

<figure><img src="/files/udp4NwFztrbCeIRUfK9I" alt=""><figcaption><p>No Fly Zone settings</p></figcaption></figure>

Please refer to the following documentation to learn more about how to [configure an NFZ](/add-ons/no-fly-zones-nfz.md).

## Docking Station and Drone Binding

The operator can bind the Docking Station to the drone directly from the dashboard by clicking on the **Bind** button. This will turn the docking station RC into binding mode then the operator can bind it with the drone.

{% hint style="info" %}
Docking station and drone binding can be used when the drone is not bonded to the docking station.
{% endhint %}

<figure><img src="/files/NKIAQrvIyio5N0Rp7ZbY" alt=""><figcaption><p>Docking Station and Drone Binding</p></figcaption></figure>

Please refer to the following documentation to learn more about how to configure failsafes:

{% content-ref url="/pages/3kwF8mq1TWjdhfhh3cRZ" %}
[Failsafe](/features/settings/failsafe.md)
{% endcontent-ref %}


---

# 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://legacydocs.flytbase.com/features/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.
