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

# User Management

> Manage users and roles in your organization.

Invite team members to your organization and manage their access levels with role-based permissions.

## Invite New Users

<Steps>
  <Step title="Navigate to Team Settings">
    Open [**Settings → Team**](https://app.allium.so/settings/team).

    <Frame>
      <img src="https://mintcdn.com/allium-e770e2b7/inPsOvt9D5HavfbV/images/user-settings.png?fit=max&auto=format&n=inPsOvt9D5HavfbV&q=85&s=663dd13646e9423ab4a5411b3a709a2f" alt="Team settings page" width="1530" height="990" data-path="images/user-settings.png" />
    </Frame>
  </Step>

  <Step title="Open Invitation Dialog">
    Click **Invite User** to open the invitation dialog.

    <Frame>
      <img src="https://mintcdn.com/allium-e770e2b7/inPsOvt9D5HavfbV/images/invite-user-dialog.png?fit=max&auto=format&n=inPsOvt9D5HavfbV&q=85&s=583c3c54e2f1bc1e5f9a543ec7511b95" alt="Invite user dialog" width="908" height="834" data-path="images/invite-user-dialog.png" />
    </Frame>
  </Step>

  <Step title="Enter User Details">
    Enter the user's email address and name.
  </Step>

  <Step title="Select a Role">
    Choose the appropriate role from the dropdown:

    | Role      | Description                                                        |
    | :-------- | :----------------------------------------------------------------- |
    | **Admin** | Full access to all organizational settings and member capabilities |
    | **User**  | Full access to platform features within the organization           |
    | **Guest** | Full platform access but cannot view other organization members    |
  </Step>

  <Step title="Send Invitation">
    Click **Invite** to send the invitation email to the user.
  </Step>
</Steps>

## Manage Existing Users

<Steps>
  <Step title="View All Users">
    Open [**Settings → Team**](https://app.allium.so/settings/team) to view all users in your organization.

    <Frame>
      <img src="https://mintcdn.com/allium-e770e2b7/inPsOvt9D5HavfbV/images/user-settings.png?fit=max&auto=format&n=inPsOvt9D5HavfbV&q=85&s=663dd13646e9423ab4a5411b3a709a2f" alt="Team users list" width="1530" height="990" data-path="images/user-settings.png" />
    </Frame>
  </Step>

  <Step title="Manage User Permissions">
    For each user, you can:

    * **Change role** - Use the role dropdown to modify their access level
    * **Remove user** - Click the remove button to revoke their access
    * **View activity** - See their last active timestamp
  </Step>
</Steps>
