> For the complete documentation index, see [llms.txt](https://docs.flytbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flytbase.com/pre-flight-modules/learn-more-about-failsafes.md).

# Learn More About Failsafes

FlytBase does not have any custom failsafes at this time since DJI does not allow access to its cloud APIs for the same. Instead, the DJI Dock and Drone initiate a 'Return to Home' (RTH) or other failsafe protocol as outlined by DJI.&#x20;

For more detailed information regarding the behavior during these cases, please consult the [DJI User Manual](https://dl.djicdn.com/downloads/m30_series_dock_bundle/UM/20230824/M30_Series_Dock_Bundle_User_Manual_v1.4_1EN.pdf), specifically on pages 41-47.

If you have any questions or require further assistance, please feel free to contact our support team at <mark style="color:blue;"><support@flytbase.com></mark>.


---

# 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:

```
GET https://docs.flytbase.com/pre-flight-modules/learn-more-about-failsafes.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.
