# Autopilot Integration

{% hint style="warning" %}
Cyclops currently only supports ArduPilot.
{% endhint %}

The Cyclops system communicates with ArduPilot over MAVLink. Several operations are performed:

* **Synchronize time**: The Cyclops system contains a real-time clock and synchronizes the time on your flight controller.
* **Pull sensor readings**: compass, barometer, and position data are read over MAVLink and used by Cyclops.

This section goes over each parameter that needs to be configured in [ArduPilot](/micro-vps/autopilot-integration/ardupilot.md) and how to do so from [Mission Planner](/micro-vps/autopilot-integration/mission-planner.md) or [QGroundControl](/micro-vps/autopilot-integration/qgroundcontrol.md).


---

# Agent Instructions: 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:

```
GET https://docs.theseus.us/cyclops/autopilot-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
