> For the complete documentation index, see [llms.txt](https://aivatar.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aivatar.gitbook.io/user-guide/basic/how-to-start/reset-password.md).

# Reset password

## Reset password

Have you forgotten your password? We can assist you in resetting your password using the email address you provided when you signed up.

<div data-full-width="false"><figure><img src="/files/AYf8oL8anFdy68dYSWaB" alt=""><figcaption></figcaption></figure></div>

1. Click the <mark style="color:blue;">`Forgot your password`</mark> button on the login page.

<figure><img src="/files/0NDqGX1UGdt6MHhE2A3H" alt=""><figcaption></figcaption></figure>

2. Enter your email address to receive instructions on how to reset your password and click the <mark style="color:blue;">`Send reset email`</mark>  button.

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

3. An email will be sent to the email address you provided with a password reset link.

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

4. Click the <mark style="color:blue;">`Reset Password`</mark>  button when checking your mail.

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

5. Please enter the password you wish to reset and click the <mark style="color:blue;">`Change Password`</mark> button.
6. Your password has been reset. Click the <mark style="color:blue;">`Login`</mark> button to log in again.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aivatar.gitbook.io/user-guide/basic/how-to-start/reset-password.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
