# Experimental Autopilots

:::tip For more information about PX4 project autopilot board support levels see: [px4.io/autopilots/](https://px4.io/autopilots/). :::

## Experimental Autopilots

This category is for experimental autopilots (and autopilot "platforms") that are *not supported* by either the PX4 project team or by a manufacturer.

* [BeagleBone Blue](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_experimental/beaglebone_blue)
* [Raspberry Pi 2/3 Navio2](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_experimental/raspberry_pi_navio2)
* [Raspberry Pi 2/3/4 PilotPi Shield](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_experimental/raspberry_pi_pilotpi)

Boards in this category must work with at least one PX4 release for a defined vehicle type. They may not be compatible with the current PX4 release, and compatibility is not maintained by the project for future releases.

## Experimental Vehicles

These are [complete vehicles](https://px4.gitbook.io/px4-user-guide/drone_parts/complete_vehicles) that have a fully integrated autopilot and other hardware (i.e. unlike the other autopilots listed, you can't use them in your own builds). They are listed in this page because from a PX4 software perspective, they are another autopilot.

* [Bitcraze Crazyflie 2.0](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller/autopilot_discontinued/crazyflie2) ([Complete Vehicle](https://px4.gitbook.io/px4-user-guide/drone_parts/complete_vehicles))
* [Bitcraze Crazyflie 2.1](https://px4.gitbook.io/px4-user-guide/drone_parts/complete_vehicles/crazyflie21) ([Complete Vehicle](https://px4.gitbook.io/px4-user-guide/drone_parts/complete_vehicles))


---

# 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/autopilot_experimental.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.
