# Reset user account password

Use this page to reset your password from the login page or change it from your account settings.

## Reset your password from the login page

Use this flow if you cannot sign in.

1. Open the login page.
2. Click **Reset your password** below the password field.
3. Enter your email address.

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

4. If the email is registered, Diaflow sends you a reset code.

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

5. Enter the reset code.
6. Set your new password.

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

## Change your password from account settings

Use this flow if you are already signed in.

1. Click your user account icon in the lower-left corner of the sidebar.
2. Open **Account Settings**.
3. Enter your current password.
4. Enter your new password.
5. Save the change.

<figure><img src="/files/5xqkAYiT5Gpj2hqH3WN0" alt=""><figcaption></figcaption></figure>

### Need help?

* *Go to* [*Log in and log out*](/user-account/log-in-and-log-out.md) *if you need to sign in first.*
* *Go to* [*Create your user account*](/user-account/create-your-user-account.md) *if you do not have an account yet.*


---

# 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.diaflow.io/user-account/reset-user-account-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.
