> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/account-access/change-your-password.md).

# Change your password

Change your password while you are signed in to Bundus.

> **Before you start:** You need your current password. If you do not know it, use [Reset a forgotten password](/help/account-access/reset-a-forgotten-password.md).

### Update the password

1. Open **Settings** from the left menu.
2. Open **Security** under **Account**.
3. Enter your **Current password**.
4. Enter a **New password** with at least eight characters. Bundus recommends including numbers and symbols.
5. Enter the same password under **Confirm new password**.
6. Select **Update password**.

![The Security settings with the three masked password fields completed](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-2967630a952f120a25a4eca07c601c424f2c4c95%2F09-change-password-ready.jpg?alt=media)

### Check the result

Bundus shows **Password updated** and confirms that the password changed successfully.

![The Password updated confirmation in Security settings](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-21b24f1a576700a892f24df9e798a5026ad43b5e%2F10-password-updated.jpg?alt=media)

Use the new password the next time you sign in.

### Related guides

* [Sign in and sign out of Bundus](/help/account-access/sign-in-and-sign-out.md)
* [Reset a forgotten password](/help/account-access/reset-a-forgotten-password.md)


---

# 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://bundus.gitbook.io/help/account-access/change-your-password.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.
