# Safety & Integration

DroneBridge is tested a lot and released only if there is high confidence in the code. The hardware and software are designed to be as reliable as possible and manufactured with the utmost care.\
However, it cannot guarantee a safe or crash-free operation.

All versions of DroneBridge for ESP32, including the ones coming with the pre-flashed boards, have not been tested or certified for use on manned aircraft.

{% hint style="danger" %}
The safe integration of DroneBridge for ESP32 is the responsibility of the operator of the software and hardware.
{% endhint %}

{% hint style="danger" %}
DroneBridge for ESP32 may crash, reset, freeze or stop operating abruptly and without prior notice.

Never rely on DroneBridge for the safe operation of your device or UAV.
{% endhint %}

{% hint style="danger" %}
DroneBridge for ESP32 hardware may stop working at any time. It may cause damage to the connected devices.
{% endhint %}

{% hint style="warning" %}
Never use DroneBridge as the sole communication link.\
Make sure to have a backup link in place that allows the safe operation of your device.
{% endhint %}

{% hint style="warning" %}
DroneBridge for ESP32 may lock up internally, sending the same message continuously to the connected device.
{% endhint %}

{% hint style="warning" %}
DroneBridge for ESP32 may overheat and stop operating without prior notice.\
DroneBridge for ESP32 may automatically reduce transmission power to prevent overheating. This may cause a sudden reduction of range and subsequent loss of connectivity.
{% endhint %}

{% hint style="warning" %}
The legal operation of DroneBridge for ESP32, according to the local regulations, is the responsibility of the operator of the software and hardware.
{% 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://dronebridge.gitbook.io/docs/dronebridge-for-esp32/safety-and-integration.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.
