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

# MIO

- [FAQ](https://docs.gremsy.com/gimbals/mio/faq.md): MIO
- [GETTING STARTED](https://docs.gremsy.com/gimbals/mio/getting-started.md)
- [Introduction](https://docs.gremsy.com/gimbals/mio/getting-started/introduction.md): MIO
- [Specification](https://docs.gremsy.com/gimbals/mio/getting-started/specification.md)
- [I/O Connection](https://docs.gremsy.com/gimbals/mio/getting-started/i-o-connection.md): Mio will be used with the S-PORT, which will help users plug and unplug the camera in or out of the drone as fast as possible.
- [What's in the box?](https://docs.gremsy.com/gimbals/mio/getting-started/whats-in-the-box.md): MIO
- [OPERATION MODES](https://docs.gremsy.com/gimbals/mio/operation-modes.md)
- [BALANCING](https://docs.gremsy.com/gimbals/mio/balancing.md): MIO GIMBAL
- [GIMBAL CONFIGURATION](https://docs.gremsy.com/gimbals/mio/gimbal-configuration.md): After the camera is balanced on the MIO, it’s time to fine tune some parameters for best performance.
- [FOLLOW MODE SETTINGS](https://docs.gremsy.com/gimbals/mio/gimbal-configuration/follow-mode-settings.md)
- [IMU SENSOR](https://docs.gremsy.com/gimbals/mio/gimbal-configuration/imu-sensor.md)
- [REMOTE CONTROL](https://docs.gremsy.com/gimbals/mio/remote-control.md): MIO
- [SBUS/PPM SETTINGS](https://docs.gremsy.com/gimbals/mio/remote-control/sbus-ppm-settings.md)
- [M600/M600 PRO](https://docs.gremsy.com/gimbals/mio/m600-m600-pro.md): MIO
- [HERELINK](https://docs.gremsy.com/gimbals/mio/herelink.md): MIO
- [PIXHAWK - MIO - FLIR DUO PRO R](https://docs.gremsy.com/gimbals/mio/pixhawk-mio-flir-duo-pro-r.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://docs.gremsy.com/gimbals/mio.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.
