# Manage your workspace

The [Clerk Dashboard](https://dashboard.clerk.com) is your workspace for managing applications, team members, and settings.

At the top of the Clerk Dashboard, you will see a few notable features:

- The workspace dropdown: Allows you to switch between [workspaces](#workspaces) or create a new one.
- The application dropdown: Allows you to choose which application you want to manage or create a new one.
- The instance dropdown: Allows you to switch between your [development and production instances](#instances).
- The [<UserButton />](https://clerk.com/docs/reference/components/user/user-button.md): Allows you to manage your account and sign out.

If you need help or have feedback about the Clerk Dashboard, reach out to the [support team](https://clerk.com/contact/support).

## Workspaces

Workspaces are a way to group applications and resources together.

When you create a Clerk account in the Clerk Dashboard, you are automatically added to a workspace called your **Personal workspace**. You can edit the name of this workspace, along with other settings, on the Clerk Dashboard's [**Settings**](https://dashboard.clerk.com/settings) page.

Each workspace can have a **team** with multiple members, each assigned a [role](https://clerk.com/docs/guides/dashboard/manage-team-access.md) that determines their access levels and permissions. See [Invite and manage team members](#invite-and-manage-team-members) for details on adding and managing your team.

### Create additional workspaces

1. In the top-left of the [Clerk Dashboard](https://dashboard.clerk.com), select the workspace dropdown.
2. Select **Create workspace**. A modal will open.
3. Complete the form. Workspace slugs are unique across all instances, so common naming conventions might already be in use by another instance.
4. Select **Create workspace**. The newly created workspace will be set as the active workspace.

### Invite and manage team members

1. Select the **Invite** button in the top navigation bar, or navigate to the [**Team**](https://dashboard.clerk.com/team) page and select **Invite user**.
2. In the **Invite user** form, enter the email of the user you want to invite and select the [role](https://clerk.com/docs/guides/dashboard/manage-team-access.md) to assign.
3. Select **Invite**.

To manage existing team members, navigate to the [**Team**](https://dashboard.clerk.com/team) page where you can update roles or remove members.

### Transfer ownership of an application

Transferring an application between two workspaces does not cause disruptions. Your API keys, settings, domains, and other configurations remain unchanged, and your app will continue to function as expected. Only the ownership is updated, so no further action is needed to maintain continuity for existing users.

1. In the top-left of the [Clerk Dashboard](https://dashboard.clerk.com), open the workspace dropdown and select the workspace that contains the application you want to transfer.
2. Locate and select the application to transfer.
3. Navigate to the application's [**Settings**](https://dashboard.clerk.com/settings) page.
4. In the **Danger zone** section, select **Transfer ownership**. A modal will open.
5. Complete the form and select **Transfer ownership**. The page will redirect to the **Applications** page and show the transferred application.

#### Transfer to a workspace without billing information

**An application with an existing paid Subscription can only be transferred to a workspace with active billing information**. You can set up billing information on the receiving workspace without being charged.

To set up a payment method without being charged:

1. In the top-left of the [Clerk Dashboard](https://dashboard.clerk.com), select the workspace dropdown.
2. Select the workspace that you want to transfer the application to.
3. Select the workspace dropdown again, and select **Manage**.
4. In the top menu bar, select **Billing**, then select **Upgrade to unlimited members**.
5. Add your billing information. **You will not be charged immediately**. Doing this just ensures billing information is added to the workspace.
6. Once that billing information is added, you will be able to transfer your Clerk app to the receiving workspace.

> This is a temporary solution for this issue. Clerk is actively working to improve this process.

## Instances

Each Clerk application can have two different instances: `Development` or `Production`. The names are self-explanatory, but you can learn more about the differences between the two in the [dedicated guide](https://clerk.com/docs/guides/development/managing-environments.md).

When you create a new application, it is automatically provisioned with a `Development` instance. You can switch between instances or provision your `Production` instance by selecting the instance dropdown in the top-left of the Clerk Dashboard.

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
