> 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/astro/other-user-manuals/specs-and-interfaces/component-sourcing.md).

# Compliance

## Remote ID

Freefly provided a no-cost software update for all Astro operators to enable FAA Remote ID compliance in North America with firmware v1.5 or later. Refer to [FAA Remote Identification (RID)](/astro/other-user-manuals/ecosystem/faa-remote-identification-rid.md)

All new Astro ship with FAA Standard Remote ID enabled.

## Component Sourcing

Astro variants using Herelink radios are not NDAA-compliant, as the Herelink controller and air unit are manufactured in China. \
\
The [Pilot Pro controller with Herelink RF ](https://store.freeflysystems.com/products/pilot-pro)is not NDAA-compliant, as the Herelink air unit is still used on the aircraft. \
\
Astro + Pilot Pro using Doodle Labs radios is NDAA-compliant and DIU Blue Listed.


---

# 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/astro/other-user-manuals/specs-and-interfaces/component-sourcing.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.
