# Create an account

The first time you access NOVA, you will see a registration window. Get there by using this link:

{% embed url="<https://nova.unisphere.io/login>" %}
Link to NOVA
{% endembed %}

On the right side of the window, enter your registration information. After that, you can set a password of your choice. Finally, we ask you to read through our Terms and License Conditions as well as our Privacy Policy. You can then register with us by clicking "Sign Up".

<figure><img src="/files/V9scLbCIi5kQN2mwEZuN" alt="" width="563"><figcaption><p>Registration window</p></figcaption></figure>

Afterward, we will send a confirmation email to the email address you provided. Open the email and complete your registration by clicking the "Confirm" button.

{% hint style="info" %}
If you haven't received an e-mail, please consider the following steps:

* Click "SEND AGAIN" on the confirmation window
* Check your spam folder
* Make sure you're logged into the right account
  {% endhint %}

After confirming, you will be redirected to our login window, where you’ll also find the patch notes for our latest releases on the left side. In this section, you can review newly added features, improvements, and bug fixes. Enter your login details on the right and press "Sign In."

<figure><img src="/files/j06Bp5CnGLvFK1NMhCZ8" alt="" width="563"><figcaption><p>Login window</p></figcaption></figure>

After logging in, you will arrive on the NOVA menu.

{% hint style="info" %}
Forgot your login password?

* Click "FORGOT YOUR PASSWORD?" on the login window
* Enter your registered e-mail & press "SEND E-MAIL"
* Find your NOVA password reset code in your mails and enter it in the "Reset your password" window.
* Set a new password & press "RESET"
  {% endhint %}


---

# 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://docs.unisphere.io/nova/get-started/create-an-account.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.
