> 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/changing-your-password.md).

# Changing your password

You may first log into your ChatMonster account and go to "Profile" by clicking on your icon in the top right-hand corner to reach "Settings".

<figure><img src="/files/1WtWrk8uKicHRSeJYzEY" alt=""><figcaption></figcaption></figure>

Head to "Account Settings", you may change your password by clicking on "Change your password" under "Security".

<figure><img src="/files/7So66Tr80LpK2PX4bIgd" 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/PmYCstGlHW9KEAMfHPtM" 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/fJt4zu35rqUKR1Npwhbb" 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/RqnFZudhZJhmQjRV4WJy" 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.

<figure><img src="/files/ziVHfK3LNbcuAHPk7Y6G" 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/changing-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.
