# Software Interfaces

Astro is PX4 and MavSDK compatible. This means a serial connection can be used to get messages from the autopilot like GPS position and velocity, or send commands to the autopilot like position and speed. Learn more here: [https://www.dronecode.org](https://www.dronecode.org/).

Astro has an onboard computer. This means your code can run in a Docker and connect via ethernet/serial to a payload, the autopilot, and the internet via LTE modem. Learn more here:&#x20;

<https://docs.auterion.com/app-development/app-development/application-development-1>

### Example code

Coming soon! [Let us know](mailto:support@freeflysystems.com) what kind of examples would be interesting.


---

# 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://docs.freeflysystems.com/astro/other-user-manuals/ecosystem/development-tools/software-interfaces.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.
