> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/troubleshooting/forgot-password.md).

# Forgot Password

**Resetting your password**

1. Click on your **profile icon** in the upper right corner.
2. Choose **Sign Out** to open the login screen.

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

1. On the login screen, select **Forgot Password?**

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

4. This will open a browser window. Enter your email and select **Forgot Password?**
5. Choose **Reset your password**.

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

6. OnlyMonster will send you a code to change the password, which you need to enter.
7. Create and confirm your new password.

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

Your password is now changed, and you’ll need to log in with the new password.

{% hint style="info" %}
If you have an Auto-Save Password feature enabled, you can change your password directly in the Manage Account menu. For more details on updating your password or other account information, check out our article Manage Account Information.
{% endhint %}

### "Forgot Password?" Button Not Visible

In some browsers, the sign-in form displays both the email and password fields on the same screen, without a **Forgot Password** link.

<figure><img src="/files/ikrIP9OCGEiwtldEw0tL" alt="" width="375"><figcaption></figcaption></figure>

If this happens, do not enter your password. Instead:

1. Make sure only your **email address** is filled in — clear the **Password** field.
2. Click **Continue**.

The page will reload showing the email-only step, and the **Forgot Password** link will appear on the next screen.

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

Click **Forgot Password** and follow the steps described above to reset your password.


---

# 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://docs.onlymonster.ai/troubleshooting/forgot-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.
