# Account Recovery

You can recover your account by clicking the <mark style="color:purple;">**Forgot Password**</mark> button in the Login Page.

1. Enter the email that you want to recover the password and click Next.
2. Enter the 6 digit verification password that is sent to your email and click Continue.
3. Enter a new password.
4. Re-enter the same newly created password for verification.
5. Click <mark style="color:purple;">**Reset Password**</mark>


---

# Agent Instructions: 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:

```
GET https://docs.moseiki.app/help-center/manage-your-account/create-a-moseiki-account/account-recovery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
