# FAQs

1. **How can I request a new feature in FlytBase?**&#x20;

   We encourage you to contact our technical team directly to give feedback on FlytBase’s performance, suggestions, and ideas for new features useful for your drone application. You can write to us at <mark style="color:blue;"><support@flytbase.com></mark>.

#### Operations&#x20;

1. **How can I change my drone's name?**&#x20;

   To change the name, vehicle ID, or Token of a drone, locate the drone card on which you want to make changes, click on ![](/files/C6L3QgJTrOfsTWgVhgcg) icon of the drone card, and select the 'edit' option from the displayed options. The '**update drone**' option will show up. make the required changes to the drone's name and then click on the '**update**' button to save the changes.
2. **The drone is not coming online, only the docking station is online.**&#x20;

   This typically occurs when the Odroid, RC, or drone is not turned on. Make certain that all of these devices are turned on. Even after turning everything on, do check the DS power supply and the internet connectivity. If it still doesn't work then contact support at [<mark style="color:blue;">support@flytbase.com</mark>](mailto:support@flytbase.com).
3. **What to do when the user gets an “Automation failed” message on the dashboard?**&#x20;

   This might happen when a mission is going on and the user tries to take manual control of the drone, then automation may fail.&#x20;
4. **The docking station is not coming online.**&#x20;

   This could happen because of two possible reasons, firstly the docking station may not be receiving proper power supply, causing connectivity issues. Secondly, the Raspberry Pi, may have turned off. Additionally, if the docking station lacks internet access, it may also cause connectivity problems. Make sure to check these factors to resolve the connectivity issues and ensure smooth operations.
5. **While Registration of Docking station what to do if we get a message of registration failed?**&#x20;

   If the docking station is ON for more than an hour, it gets out-off the binding mode. The user should reboot the docking station in such a case. You can also confirm if the UDC is correctly typed.&#x20;
6. **My dashboard's “Next” button after entering the UDC code is frozen what to do?**&#x20;

   This could happen while copy-pasting the UDC the is some space extra spacing is given. Try re-entering the UDC code manually or hitting “Backspace”.
7. **How can I control the opening/closing of the box remotely, and receive its vital information in the FlytBase dashboard?**&#x20;

   To control the opening/closing of the box remotely, navigate to the [<mark style="color:blue;">docking station</mark>](/features/operations/docking-station.md) guide and receive its vital information in the FlytBase dashboard. The docking station can also be controlled by the docking station's own dashboards.

#### Planning

1. **When the user launches a mission/manual take-off from the dashboard, but the docking station isn't ready?**

   The user will encounter this if the drone does not have GPS counts. So the user should ensure that the drone is kept in an area where it can acquire satellite counts/GPS counts. Alternatively, via the dashboard, run the "Open enclosure" command and wait for the drone to establish a GPS lock before launching your mission.&#x20;
2. **I launched a mission/manual take-off from the dashboard, but the docking station isn't ready.**

   This problem comes as a result of GPS difficulties. You will encounter this if the drone does not have GPS counts. Therefore, make sure that the drone is kept in an area where it can acquire satellite counts/GPS counts. Alternatively, via the dashboard, run the "Open enclosure" command and wait for the drone to establish a GPS lock before launching your mission.&#x20;

#### Settings

1. **What kind of accuracy and reliability can I achieve while using the FlytBase Precision Landing feature?**&#x20;

   The accuracy & reliability of the precision landing module is most critical for autonomous operations to work. FlytBase has worked with customers to attain 99.99% landing accuracy & reliability with DJI Mavic 2 drones. Click [<mark style="color:blue;">here</mark>](https://www.youtube.com/watch?v=7ateo0KIYc8) to see the FlytBase precision landing module in action with the DJI Mavic 2 drones.
2. **Can I abort the Failsafe action from the dashboard?**

   Yes, the Failsafe Actions can be aborted by clicking “**Abort**<img src="/files/uVsaRvAs88qvw2vrrJYW" alt="" data-size="line">” after the drone starts performing the failsafe action.&#x20;

#### Flight Operations

1. **My drone is online in the FlytBase dashboard but I can not see the video feed.**

   At times due to an unstable internet connection, the FlytBase mobile app does not go into cockpit view hence video feed is not available. Try checking your internet connection to make sure the video feed is visible in the FlytBase dashboard.
2. **Can I share the drone's live video feed with other stakeholders for role-based access?** Yes, FlytBase enables you to [<mark style="color:blue;">securely share</mark>](/flight-operations/guest-sharing.md) your drone's [<mark style="color:blue;">Live HD video</mark>](/flight-operations/cockpit-view.md#live-hd-video-feed) feed.
3. &#x20;**How do I set up FlytBase for the first time?**&#x20;

   To get started, please visit [<mark style="color:blue;">Understanding FlytBase</mark>](/understanding-flytbase.md) to know more about FlytBase's workflow, required hardware, and software setup.&#x20;


---

# 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/doubts/faqs.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.
