# 7. Connecting a Drone

To ensure a smooth flight operation, it's imperative for the drone to accurately interpret and respond to Remote Control (RC) commands. This requires a robust connection between the drone, Ground Control Station (GCS), and RC, all of which are wirelessly connected. Therefore, users need to provide essential details to enable effective communication between the drone and the software.

Within AeroGCS GREEN, users are presented with various methods to facilitate drone connectivity. These options encompass different mechanisms to establish the crucial communication link between the drone and the software.

Drone connectivity can be established through the following:

**Setting Communication Links through available options from Serial, TCP, UDP, and Bluetooth.**

Click on three dots on the home screen to access drone connection functionality as shown

<figure><img src="/files/yIugoyGdl4LcvO8bBn0E" alt=""><figcaption><p>Drone connection</p></figcaption></figure>

To access the connection screen as depicted in the following image, simply click on "Connect."

<figure><img src="/files/yNf4qE1yeorhNgjqLYOQ" alt=""><figcaption><p>Drone connection screen</p></figcaption></figure>

**Link Type:**

AeroGCS GREEN offers support for four different protocols that users can utilize to establish a connection, as follows:

1. **Serial**
2. **TCP**
3. **UDP**
4. **Bluetooth**
5. **H12**

Let's go through the steps one by one to establish a connection between the drone and AeroGCS GREEN.


---

# 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://aerogcs-green-docs.aeromegh.com/7.-connecting-a-drone.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.
