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

# Controller

- [Pilot Pro](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro.md)
- [Getting Started](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/getting-started.md): Quick Start
- [Operating Handbook](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook.md)
- [User Interface](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/user-interface.md)
- [Ecosystem](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/ecosystem.md)
- [RTK and NTRIP](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/ecosystem/rtk.md): This quick tutorial will walk you through how to setup RTK with your Astro or Alta X using the Pilot Pro with the Herelink or Doodle Labs radio module
- [Power and Charging](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/power-and-charging.md)
- [Radio Modules](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules.md)
- [Herelink Radio](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules/herelink-radio.md)
- [Doodle Labs Radio Module](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules/doodle-labs-radio-module.md)
- [Doodle Pro Tips](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules/doodle-labs-radio-module/doodle-pro-tips.md)
- [Doodle Channel Selection](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules/doodle-labs-radio-module/doodle-channel-selection.md)
- [Doodle RJ45 Ethernet Port](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules/doodle-labs-radio-module/doodle-rj45-ethernet-port.md)
- [Doodle Binding / Pairing](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules/doodle-labs-radio-module/doodle-binding-pairing.md)
- [RFD900 Solo](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/radio-modules/rfd900-solo.md)
- [Input Output Mapping](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/input-output-mapping.md): Default input and output mapping values
- [Advanced Input Mapping](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/input-output-mapping/advanced-input-mapping.md): Advanced Input / Output mapping for the Pilot Pro
- [Rate Controls](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/operating-handbook/rate-controls.md): How to fine-tune gimbal pointing controls
- [Maintenance](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/maintenance.md)
- [Troubleshooting](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/maintenance/troubleshooting.md): How to troubleshoot and how to share logs for better support
- [Software and Firmware Updates](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/maintenance/software-and-firmware-updates.md): How to make sure your Pilot Pro has the latest and greatest software
- [Software Release Notes](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/maintenance/software-and-firmware-updates/software-release-notes.md)
- [Specs](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/specs.md)
- [Technical Specs](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/specs/technical-specs.md)
- [Radio Technical Specs](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/specs/radio-technical-specs.md): Technical Specifications for the Pilot Pro RF Module
- [Testing and Certification](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/specs/testing-and-certification.md)
- [Compliance](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/specs/compliance.md)
- [Interfaces](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/interfaces.md)
- [Electrical Interfaces](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/interfaces/electrical-interfaces.md)
- [Mechanical Interfaces](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/interfaces/mechanical-interfaces.md)
- [Software Interfaces](https://docs.freeflysystems.com/ecosystem/controller/pilot-pro/interfaces/software-interfaces.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, and the optional `goal` query parameter:

```
GET https://docs.freeflysystems.com/ecosystem/controller.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.
