# Third-Party Payloads

Astro is designed to be compatible with a wide variety of payloads.

* Astro utilizes the Smart Dovetail which is the reference design for the [Pixhawk Payload Bus Standard](https://github.com/pixhawk/Pixhawk-Standards/blob/master/DS-014%20Pixhawk%20Payload%20Bus%20Standard.pdf)

Want to see your payload listed here? [Click here to tell us about it!](mailto:support@freeflysystems.com)

Want to learn about developing payloads for Astro? Check out the [Interfaces section](https://github.com/freefly-systems/wiki-public-ecosystem/blob/main/payloads/specs-and-interfaces/README.md) of this wiki!


---

# 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/ecosystem/payloads/third-party-payloads.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.
