# Drone

For FlytBase Auto users, the drone will be added to the FlytBase dashboard after successful registration of the docking station through the [<mark style="color:blue;">**Setup DiaB**</mark>](/diab-setup.md) section in the **Add Device** menu.

While manually registering the docking station, the operator must add the device to the dashboard using the steps mentioned below once the drone has been registered on the edge device.

## Adding a drone

To add drones to their Dashboard, operators need to navigate to the **Drones** section under **Operations** in the navigation drawer and click on the ![](/files/Yc8BTYyP1z6N8gmZiyOF)icon to open the **devices** dialog box.

<figure><img src="/files/dUFJhd8l8yI6e4GHNVee" alt=""><figcaption><p>Adding a drone</p></figcaption></figure>

Select the desired drone from the list and click add. The drone will then be added to the drones section on the dashboard.

{% hint style="info" %}
Drones that are already linked with the account will be shown in that list.
{% endhint %}

<figure><img src="/files/0GJcjf2sAxyttS1Thv20" alt=""><figcaption><p>Drone added to the dashboard</p></figcaption></figure>

{% hint style="warning" %}
If the drone is not listed, add it manually to the FlytBase Dashboard.
{% endhint %}

### Manually adding the drones

To manually add a drone, the operator will require to provide the **Vehicle ID** of the drone and their **Personal Access Token.**

* The **vehicle ID** of a drone can be obtained from the FlytBase account (my.flytbase.com). Here's a quick [<mark style="color:blue;">link</mark>](https://my.flytbase.com/accounts/login/?next=/devices/) to navigate.
* Navigate to the[ <mark style="color:blue;">Developer Settings</mark>](https://my.flytbase.com/developer/token/) tab in the FlytBase account and copy the **Personal Access Token.**
* Click on **Add Manually**, on the FlytBase dashboard and enter any desired name for the drone. Use the previously obtained Vehicle ID and the Personal Access Token to add the drone to FlytBase Dashboard.

<figure><img src="/files/U7zkJQVNk6Yzc9xNxNv4" alt=""><figcaption><p>Adding a drone manually</p></figcaption></figure>

## Drone telemetry

Now that the drone is added, the operator can view the live telemetry and video feed on the Dashboard. Also, they can control the drone remotely and execute missions.

In the **Drones** tab, click on the drone from the list. An operator can then access the live telemetry, video feed, connection status, and other drone vitals on the screen. To get detailed telemetry, expand the drone card.

<figure><img src="/files/uNflmiuhWu6VVVjZ3zix" alt=""><figcaption><p>Viewing live telemetry of the drone</p></figcaption></figure>

{% hint style="info" %}
The drone must have GPS-Locks in order to access the live location on the map.
{% 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://legacydocs.flytbase.com/features/operations/drone.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.
