# DroneBridge for ESP32

- [Overview](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/untitled.md)
- [Quick Start](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/quick-start.md): Fastest way to get started with DroneBridge for ESP32, plus links to the detailed guides.
- [Hardware & Wiring](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/hardware-and-wiring.md): List of supported Hardware and the wiring instructions
- [Installation](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/installation.md): How to flash the firmware to the hardware.
- [Configuration](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/configuration.md): Configuration Options for DroneBridge for ESP32
- [Drone Swarm Control](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/drone-swarm-control.md): Swarm communication options for DroneBridge for ESP32
- [Safety & Integration](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/safety-and-integration.md): Important Information on Safety & Integration Guidelines. Disclamers.
- [Hardware Setup Examples](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/hardware-setup-examples.md): This pages shows some examples on how to wire & setup DroneBridge for ESP32 hardware.
- [Troubleshooting/Help](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/troubleshooting-help.md)
- [Logging & Debugging](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/logging-and-debugging.md)
- [Developer & API Documentation](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/developer-and-api-documentation.md): Documentation regarding DroneBridge for ESP32 aimed at developers and everyone how wants to use the REST:API.


---

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