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

# Team Management

> Invite team members, manage roles, and organize your RoseRx workspace.

The RoseRx Platform is built for teams. The Team Management features let you invite colleagues, assign roles, and collaborate across your organization — ensuring the right people have the right level of access.

<Note>
  Team management in the RoseRx Platform is powered by [Clerk](https://clerk.com). Invitations, authentication, and role management are handled through Clerk's secure identity platform.
</Note>

## Managing your team

Navigate to the **People** page in the left sidebar to see all current members of your organization. From here, you can view each member's name, email, role, and status.

### Inviting team members

<Steps>
  <Step title="Navigate to the People page">
    Click **People** in the left sidebar to open the team management page.
  </Step>

  <Step title="Click Invite">
    Click the **Invite** button in the top-right corner.
  </Step>

  <Step title="Enter the email address">
    Enter the email address of the person you'd like to invite and select their role.
  </Step>

  <Step title="Send the invitation">
    Click **Send** to dispatch the invite. The recipient will receive an email with a link to join your organization.
  </Step>
</Steps>

<Tip>
  Invite team members early in your setup process. Having your compliance, medical, and marketing teams onboard from the start helps ensure agents are configured correctly before deployment.
</Tip>

### Roles and permissions

The RoseRx Platform uses a role-based access system to control what each team member can do:

| Role       | Description                                                                                                 |
| ---------- | ----------------------------------------------------------------------------------------------------------- |
| **Admin**  | Full access to the workspace, including team management — inviting and removing members and changing roles. |
| **Member** | Works with agents, widgets, testing, and monitoring. Cannot manage team members or organization settings.   |

<Info>
  Role assignments can be changed at any time from the People page. Click the role badge next to a team member's name to update their access level.
</Info>

### Removing team members

To remove a member from your organization:

1. Navigate to the **People** page.
2. Find the team member you want to remove.
3. Click the **Remove** action next to their name.
4. Confirm the removal.

<Warning>
  Removing a team member immediately revokes their access to your organization. This action is logged in the [Audit Log](/guides/monitoring/audit-log).
</Warning>

## Switching between organizations

If you belong to multiple organizations, you can switch between them using the **organization switcher** in the sidebar.

1. Click the organization name at the top of the left sidebar.
2. Select the organization you want to switch to from the dropdown.
3. The dashboard will reload with the selected organization's data.

<Tip>
  The organization switcher is particularly useful for agencies or consultancies that manage multiple client accounts from a single RoseRx login.
</Tip>

## Profile management

Click your avatar or name in the sidebar to access your personal profile settings.

### Personal information

Update your name, email address, and profile photo. These details are displayed to other members of your organization.

### Security settings

Manage your account security:

* **Password** — Change your account password.
* **Two-factor authentication** — Enable or disable 2FA for an additional layer of security.
* **Active sessions** — View and manage your active login sessions across devices.

<Info>
  Security settings are managed through Clerk's authentication platform. Changes to your password or 2FA settings take effect immediately across all your organizations.
</Info>
