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

# ARK Pi6X Flow

- [Block Diagram](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/block-diagram.md)
- [Pinout](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/pinout.md)
- [3D Models](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/3d-models.md)
- [Flashing Guide](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/flashing-guide.md)
- [Pi CM4 Lite with Micro SD](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/flashing-guide/pi-cm4-lite-with-micro-sd.md)
- [Pi CM4 with EMMC](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/flashing-guide/pi-cm4-with-emmc.md)
- [After Flashing, Before Installing](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/flashing-guide/after-flashing-before-installing.md): After flashing the SD/EMMC you must modify the config.txt in order for the ARK Pi6X to function properly.
- [Wi-Fi Setup](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/flashing-guide/wi-fi-setup.md): If WiFi was not setup via the OS Customization options in the Pi Imager UI you can follow these steps to setup your network.
- [SSH](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/flashing-guide/ssh.md): If SSH was not setup via the OS Customization options in the Pi Imager UI you can follow these steps to setup SSH.
- [ARK Services](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/ark-services.md)
- [Services](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/ark-services/services.md): This page explains the function of each ARK-OS service.
- [Autopilot Connections](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/autopilot-connections.md)
- [QGroundControl Connection](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/autopilot-connections/qgroundcontrol-connection.md)
- [Updating the Flight Controller Firmware](https://docs.arkelectron.com/products/flight-controller/ark-pi6x-flow/updating-the-flight-controller-firmware.md): The Pi6X Flow can be flashed with PX4 Firmware from v1.15 and above


---

# 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.arkelectron.com/products/flight-controller/ark-pi6x-flow.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.
