> ## Documentation Index
> Fetch the complete documentation index at: https://docs.relayhub.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Team Hub

> View and manage your organization structure

The **Team Hub** provides a visual overview of your organization's structure within RelayHub. It displays all users, their roles, and how your team is organized -- giving admins and members a clear picture of who has access to what.

## Accessing the Team Hub

Navigate to **Team Hub** in the left sidebar. The Team Hub is visible to all users, but management actions (editing roles, adjusting structure) are restricted to Admins.

## Organization Chart

The Team Hub displays your team as an interactive organization chart. Each node in the chart represents a user and shows:

* **Name** and profile avatar
* **Role** (Admin or Member)
* **Status** (Active, Invited, or Disabled)
* **Email address**

<Tip>
  Click on any user node in the org chart to view their full profile details, including permission flags and last login date.
</Tip>

## Team Overview

Below the org chart, a summary panel provides key metrics:

<Cards>
  <Card title="Total Users" icon="users">
    Count of all active and invited users in your instance.
  </Card>

  <Card title="Admin Count" icon="shield">
    Number of users with the Admin role.
  </Card>

  <Card title="Seats Used" icon="chair">
    Active seats out of your subscription's total seat allocation.
  </Card>

  <Card title="Pending Invites" icon="envelope">
    Number of invitations that have been sent but not yet accepted.
  </Card>
</Cards>

## Filtering and Search

Use the controls at the top of the Team Hub to filter the view:

* **Search** -- find users by name or email
* **Role filter** -- show only Admins or only Members
* **Status filter** -- show Active, Invited, or Disabled users
* **Permission filter** -- show users with specific permission flags (e.g., all users with Automation Hub access)

## Quick Actions

Admins can perform common actions directly from the Team Hub without navigating to the User Hub:

<Steps>
  <Step title="Select a user">
    Click on a user node in the org chart or a row in the team list.
  </Step>

  <Step title="Choose an action">
    A context menu appears with quick actions:

    * **Edit Role** -- switch between Admin and Member
    * **View Profile** -- open the full user profile in User Hub
    * **Send Message** -- open a direct chat with this user
  </Step>

  <Step title="Confirm changes">
    Role changes take effect immediately after confirmation.
  </Step>
</Steps>

<Note>
  The Team Hub is a read-heavy view designed for visibility. For detailed user management tasks like resetting passwords, adjusting permissions, or deleting users, use the [User Hub](/administration/user-management/managing-users).
</Note>

## Use Cases

The Team Hub is useful for:

* **New admins** getting oriented -- see the full team at a glance
* **Auditing access** -- quickly check who has Admin privileges
* **Onboarding planning** -- see how many seats are available before sending invitations
* **Permission reviews** -- filter by permission flag to see who has access to sensitive features like the Knowledge Hub or Automation Hub

<Warning>
  The Team Hub reflects the current state of your user base in real-time. If a user is deleted or disabled by another admin while you are viewing the chart, it will update on your next page load.
</Warning>
