# Change user password

To change an account password, a user must use option *Forgot password*, on the login screen.

<figure><img src="/files/48xtqeNVRU21MWXeuwxZ" alt=""><figcaption></figcaption></figure>

Type an email associated with an account and click *RECOVER PASSWORD*.

{% hint style="info" %}
If a user does not remember what email is associated with an account, it can be checked by anyone with access to [the main user page](/system/users.md) in Ergonode.
{% endhint %}

<figure><img src="/files/YZoE18d50PZdk6B4VsI8" alt=""><figcaption></figcaption></figure>

Now follow the instruction in an email you will receive, and you will be taken to the page where you set up your new password.

<figure><img src="/files/Wv5WRCIDNS5TTzmYDC4A" alt=""><figcaption></figcaption></figure>


---

# 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://usermanual.ergonode.com/system/users/change-user-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.
