# 2. Getting Started

After opening the URL you can see Login page. To create a new account, click on Signup link

#### **2.1  Signup**

After clicking on clicking on signup link you will be redirected to Signup page.

![Sign up ](/files/a2tWU4wTC7MTtee7spRF)

* Enter First Name, Last name
* Enter valid email id. If invalid email id is entered, an error message will be popped. &#x20;

![](/files/TXP5cEk5mt3BJCjTMn6r)

* If entered email is an existing one, you won’t be able to sign in. Software would pop a message of ‘There is another account in the system with this email address’.&#x20;

![Confirmation of Account](/files/hq6qi4el7nm2reGjFqkK)

* Enter a strong password with at least - 1 uppercase, 1 lower case, 1 digit. If less than 8 characters are entered, an error message would be shown.

![Suggestions for a strong Password](/files/uwP9eR8DU3cvL6LZrYKI)

* To confirm password field, enter same password which is entered in password field. If ‘Password’ field & ‘Confirm Password’ field does not match then an error message would be shown, as ‘Please match the requested format’.

![Password confirmation](/files/slImreluNK2urdbimxsh)

* Click on checkbox of ‘I agree to terms & conditions’
* When clicked on ‘Signup’ button page will redirect to next screen which will show a message as follows- ‘Thanks for Registering. An Account activation link has been sent to you email’ along with login button.                          &#x20;

![Successful Registration](/files/s5M9YiAn9IKerRUcYjqZ)

* After activating a link which is sent on registered emailed you can Login.

![Successful Signing in](/files/XpammEQNGdNuHOnMiGSi)

* After verifying email ID you can see message of 'your account has been successfully activated’. Proceed with Logging in.

![Activation of Account](/files/ej6hK8YPVsqWnhWS8qH4)

### **2.2   Login**

* Enter registered email id, password & by clicking on ‘Login’ button you can enter into AeroMegh platform.
* The user may login with his Google or Microsoft account by selecting the appropriate option.
* Select a proper account to login with proper credentials.
* If invalid email id/password is entered then by clicking on ‘Login’ button you will receive error message of ‘Invalid email id or password’

<figure><img src="/files/QRdQuLIhyzqVBLE8G8Ng" alt=""><figcaption><p>Checking Valid Email address and Password</p></figcaption></figure>

### 2.3 **Forgot Password**&#x20;

* If you forgot the password, then the same can be reset by clicking on ‘Forgot your password’.
* By entering registered email id you will be able to receive mail for setting up a new password.

![Forgot Password](/files/C1m567Lh9b2v94IU6AGg)

* If unregistered email id is entered then you will receive an error message.


---

# 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://dronenaksha-docs.aeromegh.com/2.-getting-started.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.
