> For the complete documentation index, see [llms.txt](https://docs.gyroflow.xyz/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gyroflow.xyz/app/advanced-usage.md).

# Advanced usage

- [Input Data](https://docs.gyroflow.xyz/app/advanced-usage/input-data.md)
- [Lens Profiles](https://docs.gyroflow.xyz/app/advanced-usage/lens-profiles.md)
- [Synchronization](https://docs.gyroflow.xyz/app/advanced-usage/synchronization.md)
- [Stabilization](https://docs.gyroflow.xyz/app/advanced-usage/stabilization.md)
- [Keyframes](https://docs.gyroflow.xyz/app/advanced-usage/keyframes.md): Gyroflow comes with the ability to keyframe most parameters in order to achieve any look you want.
- [Settings Presets](https://docs.gyroflow.xyz/app/advanced-usage/settings-presets.md): Gyroflow allows you to create a preset with all or some settings you commonly use and then load that preset to videos and in the render queue.
- [Render Queue](https://docs.gyroflow.xyz/app/advanced-usage/render-queue.md): Gyroflow has a built-in render queue which allows to render multiple files in the background.
- [Exporting](https://docs.gyroflow.xyz/app/advanced-usage/exporting.md): In some cases, you may want to have more control over the encoding parameters. This section describes the advanced features of the Export settings panel.
- [Command Line (CLI)](https://docs.gyroflow.xyz/app/advanced-usage/command-line-cli.md): Gyroflow has a CLI interface for usage in scripts and automating workflows.
- [Other](https://docs.gyroflow.xyz/app/advanced-usage/other.md)
- [IMU Orientation and rotation](https://docs.gyroflow.xyz/app/advanced-usage/imu-orientation-and-rotation.md)
- [Color Differences](https://docs.gyroflow.xyz/app/advanced-usage/color-differences.md)
- [Using External Gyro Source](https://docs.gyroflow.xyz/app/advanced-usage/using-external-gyro-source.md)
- [NiYien-A1](https://docs.gyroflow.xyz/app/advanced-usage/using-external-gyro-source/niyien-a1.md)
- [Action Camera as a Logger](https://docs.gyroflow.xyz/app/advanced-usage/using-external-gyro-source/action-camera-as-a-logger.md)
- [Flight Controller](https://docs.gyroflow.xyz/app/advanced-usage/using-external-gyro-source/flight-controller.md)
- [ESP-gyrologger](https://docs.gyroflow.xyz/app/advanced-usage/using-external-gyro-source/esp-gyrologger.md)
- [Flowshutter](https://docs.gyroflow.xyz/app/advanced-usage/using-external-gyro-source/flowshutter.md)
- [Live Feed Stabilization](https://docs.gyroflow.xyz/app/advanced-usage/live-feed-stabilization.md)
- [360° Cameras](https://docs.gyroflow.xyz/app/advanced-usage/360-cameras.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.gyroflow.xyz/app/advanced-usage.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.
