> For the complete documentation index, see [llms.txt](https://support.chatmonster.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.chatmonster.io/account-settings/password-settings/forgetting-your-password.md).

# Forgetting your password

You may first head to the Login page of ChatMonster and click on "Forget Password" to proceed to the next step.

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

You are required to fill in your email which you have registered ChatMonster with. After a valid email is inserted, click "Send" to allow ChatMonster to reach you via email.

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

A notification will pop up in the bottom right-hand corner, and you may proceed to check your mailbox with the email which you have registered ChatMonster with. There will be instructions regarding the reset of password on the email.&#x20;

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

Search for the email titled "Reset your password for ChatMonster". If you have trouble looking for the email, you may check your "Spam" mailbox. You may click on "Reset Password" on the email to proceed. If you did not request a change of password but come across this email, please contact our support team.

<figure><img src="/files/9pXAGT4tIezqyZOSDc5G" alt=""><figcaption></figcaption></figure>

You will be redirected back to ChatMonster and you may insert your new password with at least 8 characters. Click on "Reset password" to complete the steps.

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

A success message will be displayed on the bottom right-hand corner. Your ChatMonster account will then be set to a new password. You may now insert your email and your new password to gain access to your ChatMonster account.

<figure><img src="/files/81IYZzPDjwdFs1VGDpkN" alt=""><figcaption></figcaption></figure>


---

# 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://support.chatmonster.io/account-settings/password-settings/forgetting-your-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.
