# Add/Remove a User

## Add a New User

{% hint style="danger" %}
When adding a new agent account, don't forget to assign them to the appropriate team! Read more here: [Adjust Team Assignments](/resource-center/live-agent-engine/admin-overview/adjust-team-assignments.md)
{% endhint %}

Administrators can invite other users to join their Satisfi Labs Dashboard using the instructions below:&#x20;

<div data-full-width="true"><figure><img src="/files/85HyhTuXrVAQMTulVvu6" alt=""><figcaption><p>How to Add a New User</p></figcaption></figure></div>

1. Log in to your Satisfi Labs account
2. Select **Settings** from the menu on the left and then select **Users**
3. In the top right corner, select the button titled **Invite User**
4. Enter the following information for the new user:
   * Email Address
   * Full Name
   * User Type (Agent or Administrator)
5. Select the **Send Invite** button
6. Click on the user's account and enable toggles to any needed dashboard areas (Analytics/Self-Publishing/Live Agent Engine)
7. The user will receive an invitation email that needs to be accepted to finish creating their account

<figure><img src="/files/BaAUmXlT9SMyWN0G33hX" alt="" width="375"><figcaption><p>When a user clicks the link in the email, they will be prompted to create a password and accept the invitation</p></figcaption></figure>

{% hint style="danger" %}
**Please note that the invitation link will expire after 24 hours!** If a user's invite to the system has expired, admins should resend the invitation using the following instructions:

1. Within the User's tab, find the user who needs their invitation resent.
2. In the column labeled "Invite Status", click where it says "Pending" next to the correct agent's name.
3. Once clicked, select "Resend Invite" in the popup and confirm the invite was successfully resent!

![](/files/tLksP06wTOXV0qlanCD4) Example of the "Pending" Invitation Status
{% endhint %}

## Remove a User

{% hint style="warning" %}
Before deleting an agent account, ensure that:

* The user is marked offline
* There are no unresolved, escalated conversations assigned to the user
* The user has been removed from their assigned escalation team
  {% endhint %}

Administrators can remove any user from their Satisfi Labs Dashboard using the instructions below:

1. Login to your Satisfi Labs account
2. Select **Settings** from the menu on the left and then select **Users**
3. Locate the user you'd like to remove
4. Select the **Trash Can** icon to the right of the user's account line

<div data-full-width="true"><img src="/files/IpETcFBwyhBIyAv5NJa6" alt="Trash Can Icon (Highlighted)"></div>

5. A popup will appear asking you to confirm this step. Select the **Delete** button to remove the user

![Example of the Popup Confirmation](/files/Iet3JIhrUtv617Vt4hxd)


---

# 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/add-remove-a-user.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.
