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

# Workspaces

Workspaces are a centralized grouping of projects, members, and domains. Every workspace has a single owner member and can invite others to join.

<Frame>
  <img src="https://mintcdn.com/standards/Y-uJnnvri3nmumzS/images/collaborative-editing-02.png?fit=max&auto=format&n=Y-uJnnvri3nmumzS&q=85&s=61dd9eaf379f9c8d47a94db162dd66c6" alt="Workspace selection dropdown open showing list of options" width="2560" height="1280" data-path="images/collaborative-editing-02.png" />
</Frame>

***

## Swap between workspaces

Only one workspace you’re in can be viewed at a time. Swap between your workspaces to manage their projects, members, and settings.

<Steps>
  <Step title="Select workspace dropdown">
    From the dashboard, select the workspace dropdown from the top left sidebar.
  </Step>

  <Step title="Select workspace">
    Select another dashboard to swap views to it.
  </Step>
</Steps>

***

## Add a workspace

<Steps>
  <Step title="Select workspace dropdown">
    From the dashboard, select the workspace dropdown from the top left sidebar.
  </Step>

  <Step title="Add new workspace">
    Select  `New workspace` enter the name and confirm by selecting `Create new workspace`
  </Step>
</Steps>

***

## Manage workspace

Within each workspace, **Members**, **Domains**, and **Settings** are managed.

### Members

Workspace members are people that own or have been invited to a workspace. Members with Owner and Admin permissions can invite, change permissions, and remove members from the **Members** page in the workspace dashboard.

Learn more about [Workspace members](/workspaces)

### Domains

Domains can be added to a workspace and used on any project within it. Add and remove domains from the **Domains** page in the workspace dashboard.

### Settings

Various workspace settings such as changing the workspace icon, changing the name, deleting the workspace, and sign-in options can be done from the **Settings** page in the workspace dashboard.

***

## Ownership

The workspace owner has the highest level of permissions and is responsible for billing associated with the workspace. They also are the **Owner** of all projects in the workspace.

<Info>
  **Example:** Workspace A is owned by Lauren. Workspace A has 3 additional members who are editors. Lauren is responsible for the costs of Workspace A’s subscription and additional editor fees.
</Info>

### Keep in mind

* Workspaces can have only one (1) owner, and they are the account that created the workspace.
* Workspace ownership cannot be transferred.
* If changing the workspace owner is required, we suggest creating a new workspace with the new account and transferring the projects to that workspace.
* Contact [support@standards.site](mailto:support@standards.site) for additional assistance changing ownership

***

## Leave a workspace

You can leave any workspace you do not own. You can be added back to workspaces by receiving a new invite.

<Steps>
  <Step title="Navigate to settings page">
    In the workspace dashboard, select the workspace **Settings** page from the left sidebar
  </Step>

  <Step title="Leave">
    Select the leave button then confirm by selecting `Leave workspace`
  </Step>
</Steps>

***

## Delete a workspace

Only the owner of a workspace can delete it.

<Danger>
  **Caution:** Deleting a workspace will permanently delete all projects, files, and data. **This cannot be undone.**
</Danger>

<Steps>
  <Step title="Navigate to settings page">
    In the workspace dashboard, select the workspace **Settings** page from the left sidebar
  </Step>

  <Step title="Delete">
    Select `Delete workspace` 
  </Step>

  <Step title="Confirm">
    Confirm by typing the name of the workspace, confirm by typing DELETE, then press `Delete Workspace`
  </Step>
</Steps>
