# Hardware

This section contains topics about integrating PX4 with *new* autopilot and peripheral hardware, including:

* [Flight Controller Reference Design](https://px4.gitbook.io/px4-user-guide/development/hardware/reference_design)
* [Manufacturer’s Board Support Guide](https://px4.gitbook.io/px4-user-guide/development/hardware/board_support_guide)
* [Flight Controller Porting Guide](https://px4.gitbook.io/px4-user-guide/development/hardware/porting_guide)
* [Serial Port Mapping](https://px4.gitbook.io/px4-user-guide/development/hardware/serial_port_mapping)
* [Airframes](https://px4.gitbook.io/px4-user-guide/development/hardware/dev_airframes)
* [Device Drivers](https://px4.gitbook.io/px4-user-guide/development/hardware/drivers)
* [Telemetry Radio/Modems](https://px4.gitbook.io/px4-user-guide/development/hardware/telemetry) and other communications links
* [Sensor and Actuator I/O](https://px4.gitbook.io/px4-user-guide/development/hardware/sensor_bus)
* [RTK GPS (Integration)](https://px4.gitbook.io/px4-user-guide/development/hardware/rtk_gps)

:::tip Other sections show how to *use* and *configure* supported [autopilot](https://px4.gitbook.io/px4-user-guide/drone_parts/flight_controller), [companion computer](https://px4.gitbook.io/px4-user-guide/drone_parts/companion_computer) and [peripheral](https://px4.gitbook.io/px4-user-guide/drone_parts/peripherals) hardware. :::


---

# 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/development/hardware.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.
