# DroneBridge for ESP32 Drone Light Show Edition

- [Overview Drone Light Show Edition](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/overview-drone-light-show-edition.md): Drone Light Show Edition (DLSE) of DroneBridge for ESP32 - what it is, how it fits into your show system, and how to get started.
- [Safety & Integration Guideline](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/safety-and-integration-guideline.md): Valid for DroneBridge for ESP32 and specifically the Drone Light Show Edition (DB32 DLSE)
- [Hardware & Wiring](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/hardware-and-wiring.md): How to choose the right ESP32 hardware for your show fleet and how to wire it to your flight controller and power management board.
- [Installation](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/installation.md): How to flash the DLSE firmware to your ESP32 module.
- [License](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/license.md): Info about available licenses and the way they work
- [Configuration](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/configuration.md)
- [Support Suite](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/dlse-commercial-support-suite.md): Open-source Python tooling for bulk flashing, configuration, licensing, and OTA updates across your entire drone fleet.
- [Developers - DLSE API Definition](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition.md)
- [System](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition/system.md)
- [Settings](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition/settings.md)
- [Clients](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition/clients.md)
- [License](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition/license.md)
- [OTA](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition/ota.md)
- [Static](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition/static.md)
- [Models](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/developers-dlse-api-definition/models.md)


---

# 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-drone-light-show-edition.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.
