> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/user-management/update-your-password.md).

# Update Your Password

{% hint style="info" %}
**Company Administrators:** You can reset passwords for any other company user, including other administrators. Use the instructions below to walk you through the process.

1. In the Satisfi Labs Dashboard, click on **Settings** -> **Users**
2. Click on the user's name whose account needs their password reset
3. Reset the user's password by taking one of two actions:
   * Click the **Send Password Reset** button to send the user an email prompting them to create a new password
   * Click the **Change Password** button and create a temporary password that you can share with the user
     {% endhint %}

## Update Your Password: Logged Out

If you need to change your password while logged out of the dashboard, please review the steps below:

<div data-full-width="true"><figure><img src="/files/ZEhm0IN29BFkjh54QYhT" alt=""><figcaption><p>How to Update Your Password While Logged Out</p></figcaption></figure></div>

1. On the dashboard login screen, select **Forgot Password**

{% hint style="info" %}
If you are locked out of your account, please reach out to your company administrator. Administrators: Learn more here about unlocking accounts [Unlock Your Account](/resource-center/ai-agent-engine/user-management/unlock-your-account.md)&#x20;
{% endhint %}

2. A popup will appear. Enter the email address associated with your account and select **Request Password Reset**
3. In the password reset email, click the link to reset your password
4. You will be prompted to enter your new password. Once complete, tap the **Reset Password** button&#x20;

## Update Your Password: Logged In

If you wish to change your password while logged into the dashboard, please review the steps below:

<div data-full-width="true"><figure><img src="/files/SAn71YlM8rVXZKmGKc3Q" alt=""><figcaption><p>How to Update Your Password While Logged In</p></figcaption></figure></div>

1. Hover over your email address in the top right corner of your dashboard and select **My Account** from the drop-down
2. Your user profile popup will open. Select **Change Password** in the bottom left-hand corner
3. Enter your current password, along with your new password in both password locations
4. Tap **Save** in the bottom right corner once finished
5. A 'Saved Successfully' note will appear once your password has been updated


---

# 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.satisfilabs.com/resource-center/ai-agent-engine/user-management/update-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.
