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

# Advanced Airframe Integration

- [Custom Power Setup](https://docs.auterion.com/hardware-integration/airframe-integration/custom-power-setup.md): This page describes how to power Skynode in a system where the Auterion Power module or the with it provided wires is not an option.
- [Wiring without Breakout Boards](https://docs.auterion.com/hardware-integration/airframe-integration/wiring-without-breakout-boards.md): Instructions on how to wire peripherals directly to Skynode without using the breakout boards
- [ESC Calibration](https://docs.auterion.com/hardware-integration/airframe-integration/esc-calibration.md)
- [Camera Calibration](https://docs.auterion.com/hardware-integration/airframe-integration/camera-calibration.md)
- [Camera Calibration on a Computer](https://docs.auterion.com/hardware-integration/airframe-integration/camera-calibration/camera-calibration-on-a-computer.md)
- [Camera Calibration on Skynode](https://docs.auterion.com/hardware-integration/airframe-integration/camera-calibration/camera-calibration-on-skynode.md)
- [Serial Port Configuration](https://docs.auterion.com/hardware-integration/airframe-integration/serial-port-configuration.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://docs.auterion.com/hardware-integration/airframe-integration.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.
