# How to update my profile

To update your profile information, follow these steps:

1. Once logged in, click on **your name** at the top right corner of the page.
2. In the dropdown menu that appears, click on “**My Account**”.

<figure><img src="/files/pK0DG9Hn5ZjiLElaV1gK" alt="" width="226"><figcaption><p>User Action Menu</p></figcaption></figure>

You will be redirected to a page where you can edit your **first name**, **last name**, **email** linked to your account, or set a new **password**.

<figure><img src="/files/XbMUiehgkx4YIMGIY1wa" alt=""><figcaption><p>Edit Account Form</p></figcaption></figure>

{% hint style="info" %}
When changing your password, we will ensure that your new password is not vulnerable by checking it against the “I Have Been Pwned” database. Rest assured, **your password will not leave VIS during this process**, and this check will help you select a more secure password.
{% endhint %}

Make sure to save any changes you make to your profile information before navigating away from the page.


---

# 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-update-my-profile.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.
