> 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/feeder-containers.md).

# Feeder Containers

- [Feeding Plane.watch](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-plane-watch.md): If you wish to feed Plane.watch, follow the steps below.
- [Feeding FlightAware (piaware)](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-flightaware-piaware.md): If you wish to feed FlightAware, follow the steps below.
- [Feeding FlightRadar24](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-flightradar24.md): If you wish to feed FlightRadar24, follow the steps below.
- [Feeding Airnav Radar](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-airnavradar.md): If you wish to feed AirNav Radar, follow the steps below.
- [Feeding PlaneFinder](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-planefinder.md): If you wish to feed PlaneFinder, follow the steps below.
- [Feeding ADSBHub](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-adsbhub.md): If you wish to feed ADSBHub, follow the steps below.
- [Feeding OpenSky Network](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-opensky-network.md): If you wish to feed OpenSky Network, follow the steps below.
- [Feeding RadarVirtuel](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-radarvirtuel.md): If you wish to feed RadarVirtuel, follow the steps below.
- [Feeding Radar1090 UK](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-radar1090uk.md): If you wish to feed Radar1090 UK, follow the steps below.


---

# 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/feeder-containers.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.
