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

# Workspaces

> Manage multiple workspaces in Paradime: Enhance your dbt™ project management by leveraging multi-workspaces for organized and efficient workflows.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

In Paradime you can setup multiple workspaces, where a workspace is .a self-contained unit where teams can do their analytics work.

Each workspace comes with its own repo, users, data warehouse connections, production schedules, alerting, notifications, dbt™-version, and integrations.

When you join Paradime, you will start with a default workspace, and based on your plan you are able to spin up multiple workspaces.

## Create a new workspaces

<Warning>
  Only a paradime user with **Admin** access can create new workspaces.
</Warning>

To spin up a new workspaces click on the workspaces dropdown and select the option `Manage Workspaces` from the menu.

Here you will see a list of all available workspaces already created. Click on `Add New Workspace` to start setting up your new Paradime workspace.

### 1. Configure your new workspace

Add a new workspace name, and choose whether to enable auto-join. See below for more info.

<Card title="Enable Auto Join" href="/products/settings/users/enable-auto-join" horizontal icon="arrow-right" />

### 2. Setup your dbt™ workspace settings

For each workspace in Paradime you are able to choose with dbt™ version you want to run.

### 3. Connect your dbt™ project repository

Time to now connect your dbt™ repository, select your Git provider and connect your repo. See below for more info on importing your dbt™ project.

<Card title="Importing A Repository" href="/products/settings/git-repositories/importing-a-repository/index" horizontal icon="arrow-right" />

### 4.Finally connect a development environment

To complete the workspace setup, you will need to connect your data warehouse development environment connection. Select your data warehouse provider and add the requited credentials. For more info on data warehouse providers authentication methods check the link below.

<Card title="Development Environment" href="/products/settings/connections/development-environment/index" horizontal icon="arrow-right" />

<Arcade src="https://demo.arcade.software/bGaRb1qDrrKB20thMugM?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Workspaces" />

## Collaborate with your teammates in your new workspace

<Info>
  When enabling auto-join for a workspace, user will be able to see in the workspaces list and the option to join such workspaces with Paradime role **Business**.
</Info>

To onboard your teammates to your new workspace as an **Admin**/**Developer**, simply navigate to team/settings and invite new users to your workspace. See more on the link below.


## Related topics

- [Environment Variables](/products/settings/environment-variables/index.md)
- [Creating a Workspace](/guides/paradime-101/getting-started-with-your-paradime-workspace/creating-a-workspace.md)
- [Workspace Management](/developers/python-sdk/modules/workspace-management.md)
- [Copy Workspace Variables Across Workspaces](/products/settings/environment-variables/copy-workspace-variables-across-workspaces.md)
- [Workspaces and data mesh](/guides/paradime-fundamentals/workspaces-and-data-mesh.md)
