# Ground Control Station overview

The DeltaQuad uses QGroundControl as its primary Ground Control Station (GCS). The GCS consists of buttons and has been optimized for touchscreen devices.

{% hint style="info" %}
QGroundControl has already been installed and configured on your DeltaQuad Controller. There is no need for further setup.
{% endhint %}

<figure><img src="/files/SZKecRhD1isH6bnDqVYa" alt=""><figcaption></figcaption></figure>

## The main menu bar

The main menu bar is located at the top of the GCS screen and consists of the following buttons:

<figure><img src="/files/WOzStDoxKMpvWMrJjU6U" alt=""><figcaption></figcaption></figure>

By clicking the **"Q"** symbol the Select Tool will prompt, giving you the following three options to choose from:

<figure><img src="/files/AKiRINUi1rNKssEQXW7t" alt=""><figcaption></figcaption></figure>

**Vehicle Setup:** Configure the DeltaQuad's [parameters](/deltaquad-pro-operations-manual-v2/setup/key-parameters.md), [safety features](/deltaquad-pro-operations-manual-v2/setup/safety-features.md) and perform [sensor calibration](/deltaquad-pro-operations-manual-v2/maintenance/sensor-calibration.md).                                                                                                                                         &#x20;

**Analyze Tools:** Download logs, geotag images from a survey mission, and access the Mavlink console.                                                                                                                                        &#x20;

**Application Settings:** Configure the QGroundControl application. Please refer to the [QGC settings manual](https://docs.qgroundcontrol.com/en/SettingsView/SettingsView.html).

**Status icons**

**Arm status:** Displays and controls current armed status.                                                                                                                              **Flight mode:** Displays the current flight mode, when clicked it offers control over the flight mode.

**Note:** The DeltaQuad is designed to operate in the following flight modes:

* Mission
* Position (only when using the DeltaQuad Controller)
* Altitude
* Hold
* Return

Other flight modes are **not** supported and should not be activated.

**Notifications:** Click to show a dropdown of messages from the vehicle. This will change to a Yield sign if there are critical messages.\
**GPS Status:** Displays current GPS satellite link information.\
**RC Status:** RC signal strength information, is only applicable when using a traditional transmitter.\
**Battery status:** Displays remaining percentage and additional information when clicked.

{% hint style="danger" %}
Under **NO** circumstances reset the parameters to the firmware's defaults or the vehicle's configuration defaults! Resetting the parameters will render the Ground Control Station non-functional. When encountering any issues with your DeltaQuad, please reach out to our support team for assistance: <support@deltaquad.com>
{% endhint %}

<figure><img src="/files/bzTuj2A9vwWfxbg3X7U3" alt=""><figcaption></figcaption></figure>


---

# 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.deltaquad.com/deltaquad-pro-operations-manual-v2/flight/ground-control-station-overview.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.
