# QGroundcontrol

*QGroundControl* provides full flight control and vehicle setup for PX4 or ArduPilot powered vehicles. It provides easy and straightforward usage for beginners, while still delivering high end feature support for experienced users.

**Key Features:**

* Full setup/configuration of ArduPilot and PX4 Pro powered vehicles.
* Flight support for vehicles running PX4 and ArduPilot (or any other autopilot that communicates using the MAVLink protocol).
* Mission planning for autonomous flight.
* Flight map display showing vehicle position, flight track, waypoints and vehicle instruments.
* Video streaming with instrument display overlays.
* Support for managing multiple vehicles.
* QGC runs on Windows, OS X, Linux platforms, iOS and Android devices.

![](https://github.com/drotek/Docs-Pixhawk3Pro/blob/master/images/mockupqgroundcountrol.png?raw=true)

QGroundControl is compatible with different platforms such as Windows, Mac OS X, Linux, iOS, Android.

The current stable release of GGroundControl is available [here](https://docs.qgroundcontrol.com/en/getting_started/download_and_install.html).


---

# 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://drotek.gitbook.io/pixhawk-3-pro/software/qgroundcontrol.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.
