> For the complete documentation index, see [llms.txt](https://gryfn.gitbook.io/gryfn-operations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gryfn.gitbook.io/gryfn-operations/uas-quick-start/dji-m350-rtk/faq.md).

# FAQ

<details>

<summary>Aircraft Antenna Satellite Searching Error</summary>

After installation of the standard payload bus mounting mechanism, Gobi GNSS antenna mounts, masts, and antennas, and Gobi, some users have experienced and **Aircraft Antenna Satellite Searching Erro**r.

To resolve this error:

1. Enable RTK on the aircraft.
2. Check the status of both aircraft antennas, ensuring each antenna is receiving similar number of satellite connections.
3. Disable RTK on the aircraft.

After power cycling the aircraft, this searching error should disappear. At this point, you can re-enable RTK if you choose to operate with RTK corrections (not necessary for Gobi operation/collection).

If the error is not resolved by enabling/disabling cycles of the RTK signal:

1. Move the Gobi GNSS antenna mounts in 1-2 inches from the edge of the rotor arm.
2. Check if the error persists or not.

If moving the antenna masts in slightly alleviates the issue, please contact <support@gryfn.io> as the SBG configuration will need a slight update.

</details>


---

# 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://gryfn.gitbook.io/gryfn-operations/uas-quick-start/dji-m350-rtk/faq.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.
