# Reset Password

The **Password** section allows users to reset the login password for a cloud instance.

This feature is useful when the current password is forgotten or when access credentials need to be updated for security reasons.

The platform allows users to either **enter a custom password** or **generate a secure password automatically**.

***

<figure><img src="/files/2szDErHDT2sHc8QYwJHW" alt=""><figcaption></figcaption></figure>

### Access Password Reset

To reset the instance password:

1. Log in to the **NeevCloud Dashboard**.
2. Navigate to **CLOUD→ Servers**.
3. Select the required **Cloud Instance**.
4. Click **Password** from the left-side menu.
5. Enter a **new password** or click **Generate** to create a secure password.
6. Click **Set new password** to apply the change.

***

### Password Options

Users can reset the password using one of the following options:

#### Manual Password

Users can enter their own password in the **New password** field.

#### Generated Password

Clicking **Generate** will automatically create a strong password that can be used to access the instance.

***

### Important Considerations

Before resetting the password:

* Ensure you update any saved credentials used for accessing the instance.
* Use a strong password that meets security best practices.
* Store the new password securely.

Resetting the password will update the credentials used for logging into the instance.

{% hint style="info" %}
&#x20;If you cannot access your instance due to a forgotten password, you can reset the password using the **Password** option from the instance management panel.
{% 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.neevcloud.com/neevcloud-products/computes/manage-cloud-instance/reset-password.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.
