> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-docs-timeline-scripts.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Import and Export Workspace

Bruno workspaces allow you to group multiple collections together in a single workspace. You can import and export entire workspaces to easily share them with your team or migrate between environments.

<Info>
  A workspace can contain multiple collections, along with global environment variables and workspace-level settings.
</Info>

## Export Workspace

Exporting a workspace allows you to package all collections and configurations into a single file for sharing or backup.

### Steps to Export a Workspace

1. Open Bruno and navigate to your workspace
2. Click the `...` (ellipsis) menu at the top
3. Select **Export Workspace**

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/1py98M2YQjf2QH5r/images/screenshots/get-started/import-export/import-export-workspace/4-export-workspace.webp?fit=max&auto=format&n=1py98M2YQjf2QH5r&q=85&s=df63da1daf59ac29f12b644a0bb811ec" alt="Export Workspace Option" width="2704" height="1270" data-path="images/screenshots/get-started/import-export/import-export-workspace/4-export-workspace.webp" />

4. After export you will get `.zip` file with all collections and configurations.

***

## Import Workspace

You can import a workspace in two ways: from a ZIP file or by cloning from a Git repository.

### Option 1: Import from ZIP File

**Use this when:** You have an exported workspace file or received a workspace backup from a colleague.

**Steps:**

1. Open Bruno
2. Go to **Workspace** section and select **Import workspace** option from the dropdown menu.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/1py98M2YQjf2QH5r/images/screenshots/get-started/import-export/import-export-workspace/1-import-workspace-option.webp?fit=max&auto=format&n=1py98M2YQjf2QH5r&q=85&s=a9193337a3ff7297cd9615468fc004df" alt="Import Workspace" width="2700" height="1098" data-path="images/screenshots/get-started/import-export/import-export-workspace/1-import-workspace-option.webp" />

3. Select **Import Workspace**
4. Choose **From ZIP File**

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/1py98M2YQjf2QH5r/images/screenshots/get-started/import-export/import-export-workspace/2-import-workspace-zip.webp?fit=max&auto=format&n=1py98M2YQjf2QH5r&q=85&s=9662af4d4902e40c1195c22091ef7d79" alt="Import Workspace from ZIP" width="1570" height="1128" data-path="images/screenshots/get-started/import-export/import-export-workspace/2-import-workspace-zip.webp" />

5. Browse and select your workspace `.zip` file
6. Choose a destination folder on your filesystem
7. Click **Import**
8. After import you will see all collections and configurations in the workspace.

***

### Option 2: Import from Git Repository

**Use this when:** Your workspace is stored in a Git repository for version control and team collaboration.

**Prerequisites:**

* The Git repository must contain a valid Bruno workspace
* You need appropriate access credentials for the repository

**Steps:**

1. Open Bruno
2. Go to **Workspace** section and select **Import workspace** option from the dropdown menu.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/1py98M2YQjf2QH5r/images/screenshots/get-started/import-export/import-export-workspace/1-import-workspace-option.webp?fit=max&auto=format&n=1py98M2YQjf2QH5r&q=85&s=a9193337a3ff7297cd9615468fc004df" alt="Import Workspace" width="2700" height="1098" data-path="images/screenshots/get-started/import-export/import-export-workspace/1-import-workspace-option.webp" />

3. Select **Import Workspace**
4. Choose **Clone from Git Repository**

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/1py98M2YQjf2QH5r/images/screenshots/get-started/import-export/import-export-workspace/3-import-workspace-git.webp?fit=max&auto=format&n=1py98M2YQjf2QH5r&q=85&s=9fadd4f30faf324e90b1e06fe0d4c2dc" alt="Import Workspace from Git" width="1570" height="1128" data-path="images/screenshots/get-started/import-export/import-export-workspace/3-import-workspace-git.webp" />

5. Enter the Git repository URL
6. Choose a local destination folder
7. Click **Clone**

The workspace will be cloned with full Git history. Any changes you make can be committed and pushed back to the repository.

***
