> For the complete documentation index, see [llms.txt](https://agamrobotics.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller.md).

# Autopilots/Flight Controller

- [Agam Autopilot v6X-RT](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart.md)
- [Introduction](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/introduction.md)
- [Technical Specification](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/technical-specification.md)
- [Firmware](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/firmware.md)
- [Pixhawk Autopilot Standard](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/pixhawk-autopilot-standard.md)
- [Supported Hardware](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/supported-hardware.md): List of devices
- [Placement and Orientation](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/placement-and-orientation.md)
- [Baseboard Port](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/baseboard-port.md)
- [Agam Autopilot v6X-RT Wiring](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/agam-autopilot-v6x-rt-wiring.md)
- [In-Field Compass calibration](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/in-field-compass-calibration.md)
- [Companion computer setup](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/companion-computer-setup.md)
- [IMU triple redundancy feature](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/imu-triple-redundancy-feature.md)
- [How to setup](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/how-to-setup.md)
- [Purchase Link](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/purchase-link.md)
- [FAQ](https://agamrobotics.gitbook.io/docs/autopilots-flight-controller/quickstart/faq.md)


---

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

```
GET https://agamrobotics.gitbook.io/docs/autopilots-flight-controller.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.
