> For the complete documentation index, see [llms.txt](https://aerogcs-config-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-config-docs.aeromegh.com/3.-new-drone-configuration-system/3.2-using-aerogcs-config/3.2.1-signing-in.md).

# 3.2.1 Signing in

#### 3.2.1 Signing in: <a href="#toc145501128" id="toc145501128"></a>

**Step 1**: Just give double-click on "AeroGCS-Config.exe" or the shortcut you thoughtfully placed on your Desktop. This simple action will open up the Login screen right on your monitor. All you need to do is enter your username and password (OEM User's User Name and Password) as displayed on the following screen. It's as user-friendly as that!

(If you receive a warning from Windows about the application being untrusted, kindly trust the AeroGCS-Config.exe file.)

![Login Screen](/files/0PT791VLjDLl5ZXzXqYE)

**Step 2**: Now, go ahead and click the **"Login"** button to continue.

**Step 3**: After successfully logging in with your valid OEM credentials, a message confirming your successful login will appear. Simply click the **"OK"** button, and the subsequent screen will be displayed on your monitor. As shown in the Following Screen.

![Comm Link Settings](/files/fqpjDWCNbXOGXBRdFDJh)

This screen provides the option to establish a connection with your drone. You can choose from Serial, TCP, UDP, and Bluetooth connection options. Input the necessary parameters or values and then click the "Connect" button. Additionally, there's an "Advanced" button available on this screen, which lets you configure more intricate telemetry settings, as indicated in the following display.

![Advanced Telemetry Options](/files/ZFVaGeCWq6dsY5dXuQDl)

Enter suitable and valid values, then click the **"Save"** button to store your advanced settings.


---

# 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, and the optional `goal` query parameter:

```
GET https://aerogcs-config-docs.aeromegh.com/3.-new-drone-configuration-system/3.2-using-aerogcs-config/3.2.1-signing-in.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
