# Resetting your Password

### Overview <a href="#overview" id="overview"></a>

In general, you’ll only need to reset your password if you’ve forgotten it, but there are some cases where resetting your password can help protect the security of your account. We recommend resetting your password in these cases:

1. You notice something suspicious in your [**Vault™**](https://www.autorabit.com/products/vault-data-backup-recovery/) **account.**
2. You suspect that someone you don't trust may have your password.
3. We ask you to change your password.

If you have not requested to reset your password and receive an email asking you to change it, it could be a case of phishing. Instead of clicking on a suspect link in an email, log into your account to reset your password.

### Procedure <a href="#procedure" id="procedure"></a>

1. Anyone can reset their password by clicking the **Forgot Password?** link on the sign-in page.

<figure><img src="/files/3tVudg5GiLJ5FkTRgnSp" alt="Forgot Password"><figcaption></figcaption></figure>

2. Check your inbox for a password reset email.
3. Click on the **URL** provided in the email and enter a new password.

<figure><img src="/files/YGpdRpu1k0X8GNrNlV9K" alt="Reset Password"><figcaption></figcaption></figure>

### Password Requirements

New passwords must meet the following criteria:

* MUST contain at least 8 characters (10+ recommended)
* MUST contain at least one uppercase letter (A-Z)
* MUST contain at least one lowercase letter (a-z)
* MUST contain at least one number (0-9)
* MUST contain at least one special character (e.g., !, %, @, <, >, #)
* MUST NOT contain: an email address; first, middle, or last name; or commonly used passwords
* MUST NOT be one of the 13 previously used passwords


---

# 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://knowledgebase.autorabit.com/product-guides/vault/getting-started/reset-your-password.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.
