> 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/live-agent-engine/admin-overview/adjust-team-assignments.md).

# Adjust Team Assignments

<div data-full-width="true"><figure><img src="/files/26Ebc9uegwksVDxufTpp" alt=""><figcaption><p>Adjust Team Assignments</p></figcaption></figure></div>

Company administrators can add or remove agents from teams in the Satisfi Labs Dashboard using the following instructions:

1. Log in to the Satisfi Labs Dashboard.
2. Click the **Bridge** tab, then **Teams.**
3. Select the team you'd like to adjust in the top left dropdown (if applicable). You can filter to show a team's current agent assignment by clicking on ‘**Show Team Members Only**’.
4. Select/ deselect team members you wish to add/ remove from the selected team.
5. Click on **Apply Changes**.
6. Close the window.

## FAQs

<details>

<summary>Can I create my own team in the Live Agent Engine?</summary>

Yes! However, at this time, we require account administrators to create a request ticket to add or remove an agent team. To submit a ticket, hover over the **Click Here For More Support** button in the top right corner of this page.

</details>

<details>

<summary>How can I add/remove agents to our dashboard?</summary>

For more information on how to add/remove users, please visit this page: [Add/Remove a User](/resource-center/ai-agent-engine/user-management/add-remove-a-user.md)

</details>

<details>

<summary>Why can't I find a user on the agent list?</summary>

If you want to add an agent to a team whose name does not appear on the list, ensure their account has the Live Agent Engine enabled. To learn how to enable it, click the page link here: [Adjust User Type & Access](/resource-center/ai-agent-engine/user-management/adjust-user-type-and-access.md)

</details>


---

# 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/live-agent-engine/admin-overview/adjust-team-assignments.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.
