> 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.6-drone-registration.md).

# 7.6 Drone Registration

When you connect your drone to AeroGCS GREEN for the first time, the application will prompt you to register your drone. Follow these steps for a smooth registration process:

1. **Drone ID**: This field displays a unique identifier for your drone.
2. **Drone Name**: Enter a name for your drone in the provided field.
3. **FC Serial No**.: The Flight Controller Serial Number will be auto-filled. Ensure it is correct.
4. **Firmware Version:** The firmware version of your drone will be shown here. Verify that it matches your drone's firmware.
5. **UIN**: Enter your Unique Identification Number (UIN) if applicable.
6. **RC Serial No**.: The Remote Controller Serial Number will be auto-filled. Ensure it is correct.
7. **Serial No**.: The Serial Number of your drone will be displayed here.
8. **Model**: Enter the model name of your drone.&#x20;

Once all the fields are filled out and verified, you will have two options:

* **Do Not Register**: If you do not wish to register your drone at this time, you can choose this option.
* **Register**: To complete the registration process, click on the "Register" button.

Refer to the image below for visual guidance:

<figure><img src="/files/qiL5cUZUiQicXh0UZn2e" alt=""><figcaption><p>Drone registration</p></figcaption></figure>

By following these steps, you ensure that your drone is properly registered and ready for use with AeroGCS GREEN.


---

# 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.6-drone-registration.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.
