> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhello/administration/teams-management.md).

# Teams Management

The Teams page manages which users belong to which teams and their roles. The platform currently has 573 active teams.

### Teams List & Top Actions

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Button</td><td valign="top">What It Does</td></tr><tr><td valign="top">Sync Team Members Counts</td><td valign="top">Refreshes the member count column for all teams by re-querying the database. Use when counts appear stale.</td></tr><tr><td valign="top">View Unassigned Users</td><td valign="top">Shows all users not yet assigned to any team. Use for onboarding new users.</td></tr><tr><td valign="top">Add Team</td><td valign="top">Creates a new team. Prompts for a team name. The team is immediately available for member assignment.</td></tr></tbody></table>

### Team Detail View — Action Buttons

Click any team name to open its detail view. Available action buttons:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Button</td><td valign="top">What It Does</td><td valign="top">Role Required</td></tr><tr><td valign="top">Add Team Member</td><td valign="top">Search for a user by name or email, select them, choose their role, and add them to the team.</td><td valign="top">TeamOwner+</td></tr><tr><td valign="top">Bulk Upload Members</td><td valign="top">Upload a file (CSV) of users to add to the team in one operation — ideal for large onboarding batches.</td><td valign="top">TeamOwner+</td></tr><tr><td valign="top">Rename Team</td><td valign="top">Changes the team display name across the platform. All assistant mappings update automatically.</td><td valign="top">TeamOwner+</td></tr><tr><td valign="top">Delete Team</td><td valign="top">Permanently removes the team and all member mappings. Cannot be undone.</td><td valign="top">SuperAdmin only</td></tr><tr><td valign="top">Remove Duplicates</td><td valign="top">Scans for and removes duplicate user entries — useful after bulk uploads or data migrations.</td><td valign="top">TeamOwner+</td></tr></tbody></table>

### Member Action Icons

•      Edit (pencil): Update the member's role or details.

•      Delete (bin): Remove the member from this team. They retain their account and other team memberships.

•      Chat Review (speech bubble): Jump directly to the Chat Review page for this user's conversations.

<table data-header-hidden><thead><tr><th valign="top"></th></tr></thead><tbody><tr><td valign="top">NOTE:  Users appearing as "unknown unknown" have logged in but their profile has not synced yet. Their email is valid. A + icon lets you resolve their identity manually.</td></tr></tbody></table>


---

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

```
GET https://docs.ixhello.com/ixhello/administration/teams-management.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.
