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

# Reset password

1. **Find the reset link:** On the claimr login page, locate and click <mark style="color:blue;">Forgot your password?</mark> below the password field. This will take you to the password reset page.

<figure><img src="/files/PB1hbH7elr2FQWgRvqvI" alt="" width="375"><figcaption><p>Forgot your password stage</p></figcaption></figure>

2. **Enter your email:** In the provided field, type the email address linked to your claimr profile. Double-check for accuracy to ensure you receive the password reset email.

<figure><img src="/files/8TBTTxed49HDD1r75qtL" alt="" width="375"><figcaption><p>Enter your email stage</p></figcaption></figure>

3. **Check your inbox:** Open your email inbox and look for a message from claimr. It should contain a unique verification code needed to reset your password.

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

4. **Enter your code:** Go back to the password reset page and enter the verification code from your email. Hit <mark style="color:green;">**Submit**</mark> to confirm your code and move on to the next step.

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

5. **Choose and confirm a strong new password:** Enter your desired new password in the designated field. Choose a strong password with a mix of letters, numbers, and symbols. Retype your new password to ensure it matches exactly.
6. **Finilize your reset:** Click <mark style="color:green;">**Reset password**</mark> to save your new password.

You're all set! You can now sign in to claimr with your new 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.claimr.io/getting-started/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.
