> For the complete documentation index, see [llms.txt](https://gryfn.gitbook.io/gryfn-hardware/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-hardware/support.md).

# Support

- [GOBI Quick Start Guide](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-quick-start-guide.md): Printable Field Quick Start Guide for GRYFN Gobi
- [GOBI User Manual](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual.md): Here you can find information about maintaining your Gobi, formatting the sensors, learn more about Headwall Polygons, and some troubleshooting information.
- [Unboxing GOBI](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/unboxing-gobi.md)
- [Chassis Layout](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/chassis-layout.md)
- [Integration](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration.md)
- [Inspired Flight IF1200A](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration/inspired-flight-if1200a.md): Integration instructions for Inspired Flight IF1200A
- [DC-DC Converter](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration/inspired-flight-if1200a/dc-dc-converter.md): The DC-DC Converter is used in Gobi applications with the 24V Kestrel Board. It converts the input voltage from the Dovetail to a regulated 24V, ensuring stable and reliable operation of the Gobi.
- [Inspired Flight IF800](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration/inspired-flight-if800.md)
- [DJI M350](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration/dji-m350.md): Integration instructions for DJI M350
- [Freefly Alta X](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration/freefly-alta-x.md): Integration instructions for Freefly Alta X
- [Connecting to GOBI](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/connecting-to-gobi.md)
- [Embedded Software](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software.md): GOBI WebUI software for GOBI gives users the ability to fully configure GOBI sensors for optimal data collection needs.
- [Missions](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software/missions.md)
- [Data](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software/data.md)
- [Sensors](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software/sensors.md)
- [Config](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software/config.md)
- [Firmware](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/embedded-software/firmware.md)
- [Data Collection](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/data-collection.md)
- [Data Management](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/data-management.md)
- [Maintenance](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/maintenance.md)
- [Sony ILX-LR1](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/maintenance/sony-ilx-lr1.md)
- [Troubleshooting/FAQ](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/troubleshooting-faq.md)


---

# 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-hardware/support.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.
