# Middleware

This section contains topics about PX4 middleware, including PX4 internal communication mechanisms ([uORB](https://px4.gitbook.io/px4-user-guide/development/middleware/uorb)), and between PX4 and offboard systems like companion computers and GCS (e.g. [MAVLink](https://px4.gitbook.io/px4-user-guide/development/middleware/mavlink), [uXRCE-DDS](https://px4.gitbook.io/px4-user-guide/development/middleware/uxrce_dds)).

:::tip For a detailed overview of the platform architecture see the [Architectural Overview](https://px4.gitbook.io/px4-user-guide/development/concept/architecture). :::


---

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