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