> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/help-and-support/faqs/update-password.md).

# How do I update my password?

This topic describes how you can reset or update your password.&#x20;

### Resetting password

If you forget your password and can't sign in to the platform, you can reset it.

To reset your password:

1. On the **Sign in** page, enter your email address, then select **Continue**.
2. Select **Forgot password?**.

<figure><img src="/files/dJV86HS77rVYQSjFuc1G" alt="" width="375"><figcaption><p>Forgot passeword link</p></figcaption></figure>

3. In **Forgot Your Password?**, enter your email address, then select **Send Email**. You'll receive an email containing a link to reset your password.
4. Select the link, then follow the instructions to create a new password.

### Changing password

If you want to change your password, you must be signed in to the platform.

To change your password:

1. Sign in to your account.
2. Select your profile menu, then choose **My profile**.
3. Select the arrow in the upper right, then select **Change password**.&#x20;
4. Under **Change password**, enter and confirm the new password. As you start typing your new password, our password validation checks whether it meets the requirements.&#x20;
5. Select **Confirm**.

<div data-with-frame="true"><figure><img src="/files/1jtk3q7H1ucvAqISf4M3" alt="" width="375"><figcaption><p>Set your new password</p></figcaption></figure></div>


---

# 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.platform.softwareone.com/help-and-support/faqs/update-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.
