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

# Change your password

Updating your password is a simple process to ensure your account stays secure. Follow these steps to change your password quickly.

### Steps to Update Your Password

{% stepper %}
{% step %}

### Access your profile settings

* Click on the **Profile Icon** located in the top-right corner of your dashboard.
* From the dropdown menu, select **Profile.**
  {% endstep %}

{% step %}

### Navigate to the security section

* On the **Profile Page,** click on the **Security tab,** located at the top-left of the profile section.
  {% endstep %}

{% step %}

### Initiate password update

* On the **Security Page,** locate the **Password** section.
* Click the **Update** button next to it to proceed to the Password Update Page.

{% hint style="success" %}
📌 Use a strong password with at least 8 characters, including uppercase letters, numbers, and symbols, for enhanced security.
{% endhint %}
{% endstep %}

{% step %}

### Enter new password details

On the **Password Update Page,** fill out the required fields:

* **Old Password:** Enter your current password.
* **New Password:** Create a new secure password.
* **Confirm New Password:** Re-enter the new password to confirm it.
* Click **Update** to save your changes.
  {% endstep %}

{% step %}

### Confirm password update

* Once your password is successfully updated, you’ll see a confirmation message.
* Click **Go Back** to return to the **Security Pag**e or continue exploring your profile settings.
  {% endstep %}
  {% endstepper %}


---

# 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.ospree.io/quick-start/account/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.
