# Change Password

The Impossible Cloud Storage Console allows users to change their password. To change password, you must enter their current password and enter the new password. The password must follow the password requirements:

* Password must be at least 8 characters
* Password should include lower-case (a-z), upper-case (A-Z) and number (0-9) characters
* Password must contain at least one special character
* The new password and its confirmation must be identical

You will receive the following error message if one or more of the requirements are not met:

> *Either the new password does not conform to the account password policy or the old password was incorrect.*


---

# 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.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/profile-settings/change-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.
