> For the complete documentation index, see [llms.txt](https://sdr-enthusiasts.gitbook.io/ads-b/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdr-enthusiasts.gitbook.io/ads-b/intro/how-to-get-help.md).

# How to Get Help

You can get help by [joining our Discord](https://discord.gg/sTf9uYF), and asking your question in the `#adsb-containers` channel. There are a bunch of friendly and knowledgeable people there who would be happy to help.

Furthermore, we welcome any feedback on this document. If you think a section needs better instructions or further explanation, or if anything doesn't work for you, please let us know in the Discord's `#adsb-bitbook` channel so that we can continue to improve this document. You can also [open an issue on GitHub](https://github.com/sdr-enthusiasts/gitbook-adsb-guide/issues) or [submit a pull request](https://github.com/sdr-enthusiasts/gitbook-adsb-guide/pulls) with suggested changes!

## All This Feels Like Too Much

While following this guide is a great way to learn more about Docker and to better understand a fairly complex system with many interconnected components, some people might prefer the **easy** button. You can get a simple to use image designed for common single board computers, including most of the recent Raspberry Pis, that comes with a straight forward Web UI and hides all of the complexity described here from you. You can find more about this at the [adsb.im Feeder Image website](https://adsb.im/home). This project is built on top of the containers described in this document and actively maintained in collaboration with the maintainers of these containers (as well as the authors of some of the underlying tools).

Or, as sort of a middle ground, you can install the same well maintained software stack on most current Linux distributions, and especially easily on any DietPi system, where it is directly available through the `dietpi-software` app (as application #141).

Questions about this project can be posted at the Discord mentioned above or in the [dedicated Zulip channel](https://adsblol.zulipchat.com/#narrow/stream/391168-adsb-feeder-image).

But now back to the in-depth technical information about how to set up your own feeder.


---

# 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, and the optional `goal` query parameter:

```
GET https://sdr-enthusiasts.gitbook.io/ads-b/intro/how-to-get-help.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
