# Change Password

1.User clicks on Avatar or the arrow next to avatar => select Change password

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

2. After clicking change password, the Change Password popup will display.

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

3. The user enters the old password => enters the new password => confirms the new password => click button Save

Note:&#x20;

* Users must create a password of at least 8 characters and contain a capital, a number, and a symbol.
* If you do not enter the correct format, the system will display the message "Password should have at least 8 characters and contain a capital, a number, and a symbol."
* If the user enters the old password incorrectly, the system will display the message "Oops! The current password you entered is incorrect."
* If the user confirms that the password does not match the new password, the system will display the message "Password does not match."


---

# 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://metfone.gitbook.io/sis-guidelines-system-admin/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.
