> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/introduction-to-avo-assure/exploring-home-page/managing-home-page/changing-password-in-avo-assure.md).

# Changing Password in Avo Assure

The Change Password functionality allows you to update your existing password by replacing it with a new password. This helps maintain account security by enabling you to modify your credentials whenever required.

To change the Avo Assure password, perform the following actions:

1. On the **Home** page, select **Profile** icon.
2. Select **Change Password**.

![](/files/8fe7654e2fde86e8c1d0b69a1098a3cc4e8f062a)

3. On the **Change Password** dialog, in **Current Password** text box, enter current password.
4. Select **Continue**.

{% hint style="info" %}
**Note**: The **Cancel** button allows you to exit the change password process.
{% endhint %}

![](/files/0c2d3441cf6f4167b5b2670b54d0ebdbb08c3c22)

5. On the **Change Password** dialog, in **New password** text box, enter new password which matches all the criteria.
6. In **Confirm new password** text box, enter the same password which you have entered in **New password** textbox.
7. Select **I agree to the Terms of use and the Privacy policy** checkbox.
8. Select **Update Password**.

{% hint style="info" %}
**Note**:

* The **Cancel** button allows you to exit the change password process.
* If the previously used password is entered, the **Update password** button does not get enabled.
* If the new password does not meet all required criteria, the password does not update, and a warning message stating **Validation Failed** is displayed.
  {% endhint %}

![](/files/f46bb9e4f6c51b1dcd7df0f6bcb69bf5e46c01e6)


---

# 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.avoautomation.com/avo-assure/introduction-to-avo-assure/exploring-home-page/managing-home-page/changing-password-in-avo-assure.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.
