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

# Setting Up Your Workspace

> Create and organize workspaces for your projects, clients, or teams.

Workspaces in Transmuter let you organize your projects and control who has access to them. Every account starts with one personal workspace, and you can create as many additional workspaces as you need.

## Why use multiple workspaces?

Multiple workspaces are useful when you want to:

* **Separate client work** -- consultants and agencies can create one workspace per client
* **Manage billing independently** -- each workspace has its own subscription and billing
* **Control team access** -- invite different people to different workspaces

## Create a new workspace

<Steps>
  <Step title="Open the workspace switcher">
    Click your workspace name in the top-left corner of the dashboard. This opens the workspace switcher, showing all workspaces you belong to.
  </Step>

  {" "}

  <Step title="Click Create Workspace">
    At the bottom of the switcher, click **Create Workspace**. Enter a name for your new workspace
    (for example, "Acme Corp" or "Client Projects").
  </Step>

  <Step title="Choose a plan">
    Each workspace starts on the Starter plan by default. You can upgrade to Pro or Enterprise at any time from the workspace's billing settings.

    <Note>
      Billing is per workspace. If you have a Pro plan on your personal workspace and create a new workspace, the new one starts on Starter -- it does not inherit the Pro plan.
    </Note>
  </Step>
</Steps>

## Switch between workspaces

Click your workspace name in the top-left corner to see all your workspaces. Click any workspace to switch to it. The dashboard, projects, and settings will update to show that workspace's content.

## Workspace roles

Each workspace has four roles:

| Role       | What they can do                                                     |
| ---------- | -------------------------------------------------------------------- |
| **Owner**  | Everything -- billing, members, projects, settings, deletion         |
| **Admin**  | Manage members, create and delete projects, manage cloud connections |
| **Member** | Create projects, start Plan Casts, approve reviews                   |
| **Viewer** | View projects and specifications (read-only)                         |

When you create a workspace, you are automatically the Owner. You can [invite team members](/journeys/managing-account/team-members) and assign them any role.

## Workspace settings

To manage your workspace, go to **Settings** from the sidebar. From there you can:

* Change the workspace name
* View and manage members
* Update billing and subscription
* Transfer ownership to another member
* Delete the workspace

<Warning>
  Deleting a workspace moves all its projects to a 30-day recovery period. After 30 days, everything
  is permanently removed. Active subscriptions are cancelled automatically.
</Warning>

<Snippet file="support-cta.mdx" />
