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

# Import Export Environment Variables

<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-mintlify-process-env-global-env-1775295055/bithtHHnT1JpKhtr/images/screenshots/get-started/import-export/import-export-env/env-action.webp?fit=max&auto=format&n=bithtHHnT1JpKhtr&q=85&s=15dca080a6f402554f0b4f2b9f9c6a1b" alt="Environment Variables location" width="2480" height="1130" data-path="images/screenshots/get-started/import-export/import-export-env/env-action.webp" />

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

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

<img src="https://mintcdn.com/bruno-a6972042-mintlify-process-env-global-env-1775295055/bithtHHnT1JpKhtr/images/screenshots/get-started/import-export/import-export-env/environment-tab.webp?fit=max&auto=format&n=bithtHHnT1JpKhtr&q=85&s=5bc84cd7fbbe33fcc5ddb773de4e4c80" alt="Export Option" width="2480" height="1092" data-path="images/screenshots/get-started/import-export/import-export-env/environment-tab.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.

<img src="https://mintcdn.com/bruno-a6972042-mintlify-process-env-global-env-1775295055/bithtHHnT1JpKhtr/images/screenshots/get-started/import-export/import-export-env/import-env.webp?fit=max&auto=format&n=bithtHHnT1JpKhtr&q=85&s=7ed6c953679e8853802a00b77220cadd" alt="Export env" width="2480" height="1092" data-path="images/screenshots/get-started/import-export/import-export-env/import-env.webp" />

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-mintlify-process-env-global-env-1775295055/49lR5O3Ec_EgiwY-/images/screenshots/get-started/import-export/import_collection/import-env.webp?fit=max&auto=format&n=49lR5O3Ec_EgiwY-&q=85&s=329a166d1da55e50251a196014c48edf" alt="Import Environment" width="2622" height="1372" data-path="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.

<img src="https://mintcdn.com/bruno-a6972042-mintlify-process-env-global-env-1775295055/bithtHHnT1JpKhtr/images/screenshots/get-started/import-export/import-export-env/click-export-option.webp?fit=max&auto=format&n=bithtHHnT1JpKhtr&q=85&s=2dbc6dbbc1145608e97846a31b90f726" alt="Export env" width="2480" height="1092" data-path="images/screenshots/get-started/import-export/import-export-env/click-export-option.webp" />

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-mintlify-process-env-global-env-1775295055/Mp_4KvwLpFPB21QV/images/screenshots/variables/export-collection-env-location.webp?fit=max&auto=format&n=Mp_4KvwLpFPB21QV&q=85&s=d92c325f6a6122f46c324054ca414580" alt="Export Collection Environment Location" width="2618" height="1352" data-path="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>
