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

# User Management

> Manage team members and permissions

## Team Members

View and manage all users with access to your workspace.

## Inviting Users

<Steps>
  <Step title="Click 'Invite User'">
    Button in Settings > Users
  </Step>

  <Step title="Enter Email">
    Provide the user's email address
  </Step>

  <Step title="Select Role">
    Choose their access level:

    * Admin
    * Member
    * Viewer
  </Step>

  <Step title="Send Invitation">
    User receives email with invitation link
  </Step>
</Steps>

## User Roles

<Tabs>
  <Tab title="Admin">
    **Full Access**

    * Manage agents
    * Invite/remove users
    * Access billing
    * Modify all settings
  </Tab>

  <Tab title="Member">
    **Standard Access**

    * View conversations
    * Take over chats
    * Manage knowledge
    * View analytics

    Cannot: Manage users or billing
  </Tab>

  <Tab title="Viewer">
    **Read-Only**

    * View conversations
    * See analytics
    * Read knowledge

    Cannot: Modify anything or respond to conversations
  </Tab>
</Tabs>

## Removing Users

1. Find user in list
2. Click "Remove"
3. Confirm removal
4. User loses access immediately

<Warning>
  Removed users cannot be restored. You'll need to re-invite them.
</Warning>

<Card title="Workspace Settings" icon="building" href="/features/settings/workspace">
  Configure workspace details
</Card>
