# DroneBridge for Raspberry Pi

- [Release Notes](https://dronebridge.gitbook.io/docs/dronebridge-for-raspberry-pi/release-notes.md): Current releases can be found at: https://github.com/seeul8er/DroneBridge/releases
- [Getting started](https://dronebridge.gitbook.io/docs/dronebridge-for-raspberry-pi/getting-started.md): Guide on setting up the DroneBridge system
- [Supported hardware](https://dronebridge.gitbook.io/docs/dronebridge-for-raspberry-pi/supported-hardware.md): A list for all the supported hardware options you have with DroneBridge
- [Standard Modules](https://dronebridge.gitbook.io/docs/dronebridge-for-raspberry-pi/standard-modules.md): Information on all standard modules on what they do and their inputs & outputs
- [Milestones](https://dronebridge.gitbook.io/docs/dronebridge-for-raspberry-pi/milestones.md): Milestones for past and upcoming releases
- [mwptools](https://dronebridge.gitbook.io/docs/dronebridge-for-raspberry-pi/untitled.md): GCS for iNAV systems
- [Adjusting TX Power & EIRP](https://dronebridge.gitbook.io/docs/dronebridge-for-raspberry-pi/adjusting-tx-power-and-eirp.md): How to change the TX power of the DroneBridge system


---

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