# How to reset my password

If you have forgotten your password and the link you received to reset it has expired, you can request a new link by following these steps:

1. Click on the “**Forgot my password**” link on the login page, or visit <https://app.fivb.com/forgot-password> directly.

<figure><img src="/files/DhVqfUfXeXirmV4QP3ma" alt=""><figcaption><p>Login Form</p></figcaption></figure>

2. Enter **your username**.

{% hint style="info" %}
If you have forgotten your username, you can find it on the [How to find my username](/vis-web-manager/identity/how-to-find-my-username.md) page.
{% endhint %}

<figure><img src="/files/lqelyflfyUZPYmOzLm2u" alt=""><figcaption><p>Reset my password Form</p></figcaption></figure>

3. Once submitted, you will receive an email with a link to reset your password.


---

# 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://help.app.fivb.com/vis-web-manager/identity/how-to-reset-my-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.
