# Autopilot Integration

{% hint style="warning" %}
Theseus Micro VPS currently only supports ArduPilot.
{% endhint %}

The Theseus Micro VPS communicates with ArduPilot over MAVLink. Several operations are performed:

* **Synchronize time**: the Micro VPS contains a real-time clock and synchronizes the time on your flight controller.
* **Pull sensor readings**: compass and barometer data are read over MAVLink and used by Micro VPS.
* **Send GPS data**: Micro VPS sends GPS inputs to ArduPilot over MAVLink.

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/micro-vps/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.
