> 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/jetson-pabs/ark-jetson-pab-carrier.md).

# ARK Jetson PAB Carrier

An NVIDIA Jetson Orin Nano/NX carrier board built around the ARKV6X flight controller and the Pixhawk Autopilot Bus. It runs PX4 and ships with ARK-OS pre-installed.

## Where to Start

**Your bundle arrived preflashed.** The Jetson already runs ARK-OS and the flight controller already has PX4. Go to [Set Up Your Carrier](/products/flight-controller/jetson-pabs/ark-jetson-pab-carrier/setup.md), then manage it from the ARK-UI web interface.

**You have a bare board, or you want to flash it yourself.** Install a Jetson module and NVMe SSD, then start at the [Flashing Guide](/products/flight-controller/jetson-pabs/ark-jetson-pab-carrier/developer/flashing-guide.md).

## Sections

* [Set Up Your Carrier](/products/flight-controller/jetson-pabs/ark-jetson-pab-carrier/setup.md) — connect to it and get it on your network
* [Using ARK-OS](/products/flight-controller/jetson-pabs/ark-jetson-pab-carrier/using-ark-os.md) — services, web interface, autopilot connections
* [Hardware Reference](/products/flight-controller/jetson-pabs/ark-jetson-pab-carrier/hardware.md) — pinout, GPIO, cameras, display output
* [Developer Guide](/products/flight-controller/jetson-pabs/ark-jetson-pab-carrier/developer.md) — flashing, serial console, building from source


---

# 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/jetson-pabs/ark-jetson-pab-carrier.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.
