> For the complete documentation index, see [llms.txt](https://aerogcs-green-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-green-docs.aeromegh.com/7.-connecting-a-drone/7.4.-using-bluetooth.md).

# 7.4. Using Bluetooth

To establish a Bluetooth connection, access the following screen.

<figure><img src="/files/yZXazQutYkYynr8Ye6Iu" alt=""><figcaption><p>Bluetooth connection</p></figcaption></figure>

Scan for Bluetooth devices by clicking the "**Scan**" button. Choose the desired device from the list, and grant permission to access the user’s mobile location if requested. The following screen will be displayed on the screen.&#x20;

<figure><img src="/files/WFz7BMxmOjT8RMT4DcIl" alt=""><figcaption><p>Scanning for bluetooth device</p></figcaption></figure>

To establish a connection with the drone, click on the "**Connect**" button.

After a successful connection, the user will receive a voice notification confirming "**Drone Connected**," and the top bar of the screen will change to a vibrant green color. As shown in the following screen:&#x20;

<figure><img src="/files/RiJZkLJXReapoyoN6lAV" alt=""><figcaption><p>Drone connected</p></figcaption></figure>

Depending on the application and the device's range, the user needs to select the appropriate communication protocol.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/7.4.-using-bluetooth.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.
