# 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: 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:

```
GET https://docs.satisfilabs.com/resource-center/ai-agent-engine/user-management/update-your-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
