> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/payloads/payloads-overview.md).

# Payloads Overview

Freefly payloads are designed to work across our aircraft platforms. This page provides a quick reference for payload compatibility and specifications.

For additional payload options not documented here, visit [freeflysystems.com/payloads](https://freeflysystems.com/payloads).

{% hint style="info" %}
Alta X Gen1 uses a different payload architecture and is not compatible with the smart payloads listed below. Contact Freefly for Alta X Gen1 payload options.
{% endhint %}

## Freefly Payloads

| Payload                                               | Description                            | Astro | Alta X Gen2 | Weight   |                                NDAA                               |
| ----------------------------------------------------- | -------------------------------------- | :---: | :---------: | -------- | :---------------------------------------------------------------: |
| [Flux LiDAR](/ecosystem/payloads/flux-lidar.md)       | Survey-grade LiDAR for 3D mapping      |   ✅   |      ✅      | 663–715g |                              O1 only                              |
| [LR1 Payload](/ecosystem/payloads/lr1-payload.md)     | 61MP camera for mapping/inspections    |   ✅   |      ✅      | 970g     |                                 ✅                                 |
| [A7R4 Payload](/ecosystem/payloads/a7r4-payload.md)   | 61MP camera for photogrammetry         |   ✅   |      ❌      | 1,496g   |                                 ✅                                 |
| [Wiris Pro](/ecosystem/payloads/wiris-pro-thermal.md) | Thermal imaging for inspections        |   ✅   |      ❌      | 940g     |                                 ✅                                 |
| [Ventus OGI](/ecosystem/payloads/ventus-ogi.md)       | Optical gas imaging for leak detection |   ✅   |      ✅      | 1,320g   |                                 ✅                                 |
| [FPV Camera](/ecosystem/payloads/fpv-camera.md)       | First-person view camera module        |   ✅   |   Built-in  | 85g      | [See Note](/ecosystem/payloads/fpv-camera.md#fpv-module-variants) |

## Third-Party Payloads

| Payload                                                                                    | Description                    |                   Astro                  | Alta X Gen2 | Weight   | NDAA |
| ------------------------------------------------------------------------------------------ | ------------------------------ | :--------------------------------------: | :---------: | -------- | :--: |
| [Hovermap ST-X/ST](/ecosystem/payloads/third-party-payloads/hovermap-st-x-and-st-lidar.md) | LiDAR with SLAM for GPS-denied | <p>✅ </p><p>(ST-X only on F45 Astro)</p> |      ❌      | 1,570g   |   ❌  |
| [Sentera 6X/65R](/ecosystem/payloads/third-party-payloads/sentera-6x-65r.md)               | Multispectral for agriculture  |                     ✅                    |      ✅      | 515–588g |   ✅  |
| [Gremsy Vio](/ecosystem/payloads/third-party-payloads/gremsy-vio.md)                       | Camera gimbal with streaming   |                     ✅                    |      ✅      | 1,100g   |   ✅  |
| [Gremsy Pixy PE](/ecosystem/payloads/third-party-payloads/gremsy-pixy-pe.md)               | Gimbal for custom payloads     |                     ✅                    |      ✅      | Varies   |   ❌  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.freeflysystems.com/ecosystem/payloads/payloads-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
