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

# Roles & Permissions

> Understand access control and user roles in Wave for Teams

<Info>
  Available on the **Teams** and **Enterprise** plans.
</Info>

Wave for Teams uses role-based access control to manage what each user can do within the platform. Assign roles to ensure the right people have the right level of access.

## Available Roles

| Role       | Description                                                                              |
| ---------- | ---------------------------------------------------------------------------------------- |
| **Owner**  | Full access to all settings, billing, users, and data. Only one owner per account.       |
| **Admin**  | Manage users, templates, teams, contacts, and settings. Cannot modify billing.           |
| **Member** | Use their own digital business card and manage their personal contacts. No admin access. |

## Role Permissions

| Permission          | Owner | Admin | Member |
| ------------------- | ----- | ----- | ------ |
| View own profile    | Yes   | Yes   | Yes    |
| Edit own profile    | Yes   | Yes   | Yes    |
| View own contacts   | Yes   | Yes   | Yes    |
| View all users      | Yes   | Yes   | -      |
| Create/edit users   | Yes   | Yes   | -      |
| Manage templates    | Yes   | Yes   | -      |
| Manage teams        | Yes   | Yes   | -      |
| View team contacts  | Yes   | Yes   | -      |
| Export all contacts | Yes   | Yes   | -      |
| Manage billing      | Yes   | -     | -      |
| Manage plan         | Yes   | -     | -      |
| Delete account      | Yes   | Yes   | -      |

## Changing a User's Role

<Steps>
  <Step title="Go to Users">
    Navigate to the Users section in your admin dashboard.
  </Step>

  <Step title="Select the user">
    Click on the user whose role you want to change.
  </Step>

  <Step title="Update their role">
    Select the new role from the dropdown and save.
  </Step>
</Steps>
