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

# Workspace roles

> Everyone in a workspace holds one of four roles (Admin, Unpaid admin, Member, Viewer) that set management and recording permissions and whether the seat is billed.

export const PlanBadge = ({plan, lang = "ko"}) => <span className="plan-badge">
    {({
  pro: {
    ko: "Pro+",
    en: "Pro+",
    ja: "Pro+"
  },
  team: {
    ko: "팀 플랜",
    en: "Team Plan",
    ja: "チームプラン"
  },
  enterprise: {
    ko: "엔터프라이즈",
    en: "Enterprise",
    ja: "エンタープライズ"
  }
})[plan][lang]}
  </span>;

<Note>Roles apply in workspaces with 2 or more people (Team and Enterprise plans). A solo workspace has no roles.</Note>

## What roles can someone in a workspace have?

Everyone in a workspace holds one of four roles: **Admin**, **Unpaid admin**, **Member**, or **Viewer**. The role decides who can manage people and settings, manage billing, and create and record notes, and whether they take up a billed seat.

| Role             | Manage people and settings | Manage billing | Create and record notes | Read notes | Billed seat |
| ---------------- | :------------------------: | :------------: | :---------------------: | :--------: | :---------: |
| **Admin**        |              ✅             |        ✅       |            ✅            |      ✅     |    Billed   |
| **Unpaid admin** |              ✅             |        ❌       |            ❌            |      ✅     |  Not billed |
| **Member**       |              ❌             |        ❌       |            ✅            |      ✅     |    Billed   |
| **Viewer**       |              ❌             |        ❌       |            ❌            |      ✅     |  Not billed |

* **Admin** invites, removes, and changes the roles of other people, manages the subscription and billing, and changes workspace settings. When there are several admins they're all equal, and a workspace has no separate "owner."
* **Unpaid admin** has the same permissions to manage people and settings as an admin but doesn't manage billing. An unpaid admin can't start recordings directly and only manages additional recording settings. An unpaid admin doesn't take up a billed seat, so isn't billed.
* **Member** creates notes, records, and collaborates. A Member can't manage other people or billing.
* **Viewer** only reads notes shared with them. A viewer can't create notes or start recordings, and isn't billed.

## Which roles are billed?

Seats are billed by the number of **admins and members**, because creating and recording notes takes up a billed seat. Unpaid admins and viewers don't take up a seat, so they aren't billed.

* **Billed roles**: Admin, Member (\$29 per seat each month, or \$290 per seat on annual billing)
* **Roles that aren't billed**: Unpaid admin, Viewer

For seat proration when you add or remove people, and for billing cycles, see [Tiro plans](/en/guide/workspace/plans).

## How do you set and change roles?

When you invite someone, you set an Admin or Member role; once they join, an admin can change their role. For how to invite, remove, and change roles, see "What an admin can do" in [Workspace](/en/guide/workspace/overview).

The last remaining admin can't remove themselves or leave the workspace. Make someone else an admin first.

## How do folder permissions differ from workspace roles?

Folder-level permissions (view-only, editor, and creator) are separate from workspace roles. A workspace role sets what you can do across the whole workspace, while folder permissions apply only inside a specific team folder. For example, a workspace Member can be view-only in a given team folder. See [Folders](/en/guide/sharing/folders) for folder permissions.

## Frequently asked questions

### What's the difference between an Admin and an Unpaid admin?

Both have the same permissions to manage people and workspace settings. There are two differences. Only an Admin manages the subscription and billing and can start recordings directly. An Unpaid admin doesn't manage billing and can't record directly, but in return doesn't take up a billed seat. It's the right role for someone who helps run the workspace while another admin handles billing.

### Are Viewers or Unpaid admins billed?

No. Seats are billed only by the number of admins and members. Viewers and unpaid admins don't take up a seat, so they aren't billed. You can keep people who only read notes or only handle administration in the workspace without paying for them.

### Can a Viewer create any notes?

A viewer can't create notes or start recordings in the workspace. They can only read notes shared with them. If you need to create notes, ask an admin to change your role to Member.

***

**Related**: [Workspace](/en/guide/workspace/overview) · [Tiro plans](/en/guide/workspace/plans) · [Folders](/en/guide/sharing/folders)
