> ## 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/Export Environments

<Info>
  Make sure you have Bruno version 2.14 or later installed to use this feature.
</Info>

You can import and export environment variables (collection and global) to share them across teams or back them up for later use.

## Accessing Import/Export Options

1. Go to the **Environments** section (top right corner).

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/qLeHtpKFpf3RFoq7/v2/images/screenshots/variables/env-action.webp?fit=max&auto=format&n=qLeHtpKFpf3RFoq7&q=85&s=5b11e211103f3b81bcd67fc5d54ce284" alt="Environment Variables location" width="2656" height="1448" data-path="v2/images/screenshots/variables/env-action.webp" />

2. Click on **Configure** to access the environment settings.

3. You will see the **Import** and **Export** options in the bottom left corner.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/qLeHtpKFpf3RFoq7/v2/images/screenshots/variables/click-export-option.webp?fit=max&auto=format&n=qLeHtpKFpf3RFoq7&q=85&s=312d39bbf9f8d2919051a52b28adcdd1" alt="Export Option" width="2618" height="1352" data-path="v2/images/screenshots/variables/click-export-option.webp" />

## Importing Environment Variables

The import feature accepts environment files in both **Bruno** and **Postman** formats.

### Steps to Import

1. Click on the **Import** button in the environment configuration screen.

2. Select the environment file you want to import.

3. The variables will be added to your environment (global or collection, depending on which you're configuring).

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/AyYH5GBP7A99LBWR/v2/images/screenshots/get-started/import-export/import_collection/import-env.webp?fit=max&auto=format&n=AyYH5GBP7A99LBWR&q=85&s=877b5c8840b0f8487710ce18fd0b85dd" alt="Import Environment" width="2622" height="1372" data-path="v2/images/screenshots/get-started/import-export/import_collection/import-env.webp" />

## Exporting Environment Variables

### Steps to Export

1. Go to the **Environments** section.
2. Click on **Configure**.
3. Click the **Export** button.
4. If you have multiple environments, select which environments you want to export.
5. Choose the location where you want to save the exported JSON file.

<img src="https://mintcdn.com/bruno-a6972042-docs-timeline-scripts/qLeHtpKFpf3RFoq7/v2/images/screenshots/variables/export-collection-env-location.webp?fit=max&auto=format&n=qLeHtpKFpf3RFoq7&q=85&s=70276f78c6f9dd5bffbc9e307892d0d5" alt="Export Collection Environment Location" width="2618" height="1352" data-path="v2/images/screenshots/variables/export-collection-env-location.webp" />

6. The environment variables will be saved as a JSON file that can be shared or backed up.

The export procedure is the same for both collection and global environment variables.

<Warning>
  Secret variables (variables marked as secret) will not be included in the exported JSON file for security reasons.
</Warning>
