# Pixhawk Autopilot Bus (PAB) & Carriers

The [Pixhawk Autopilot Bus (PAB) Standard](https://github.com/pixhawk/Pixhawk-Standards/blob/master/DS-010%20Pixhawk%20Autopilot%20Bus%20Standard.pdf) provides a standard interface design that allows any compliant Pixhawk flight controller to be used "plug-and-play" with any compliant base board.

This modularity makes it easier to integrate flight controllers into different system-on-module designs. For example, the PAB means that you can use the same flight controller hardware on a more compact board with fewer outputs, or on a board that integrates with a companion computer, and so on.

The following carriers and flight controllers are PAB-compliant, and can therefore be used interchangeably.

:::note The "Mechanical Design" section of the standard provides specific recommendations for mechanical compatibility between vendors. The flight controllers and baseports listed here are expected to be compliant with all recommendations. :::

## PAB Compatible Carriers

* [ARK Electronics Pixhawk Autopilot Bus Carrier](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/pixhawk_autopilot_bus/arkpab)
* [Holybro Pixhawk Standard Baseboard](https://holybro.com/products/pixhawk-baseboards)
* [Holybro Pixhawk Mini Baseboard](https://holybro.com/products/pixhawk-baseboards)
* [Holybro Pixhawk RPi CM4 Baseboard](https://px4.gitbook.io/px4-user-guide/drone_parts/companion_computer/holybro_pixhawk_rpi_cm4_baseboard) (Integrated Companion/Flight Controller Board)

## PAB Compatible Flight Controllers

* [ARK Electronics ARKV6X](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_manufacturer_supported/arkv6x)
* [Holybro Pixhawk 5X (FMUv5X)](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_pixhawk_standard/pixhawk5x)
* [Holybro Pixhawk 6X (FMUv6X)](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_pixhawk_standard/pixhawk6x)
* [CUAV Pixhawk V6X (FMUv6X)](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_pixhawk_standard/cuav_pixhawk_v6x)


---

# 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://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/pixhawk_autopilot_bus.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.
