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

# Import and Export Make Scenarios as JSON

> Share or reuse a Make scenario that contains BrowserAct modules by using a JSON blueprint.

Make blueprints let you move or share a Make scenario as a JSON file. The file describes the scenario structure, modules, routes, filters, and mappings.

The blueprint does not include a working BrowserAct connection or account credentials. After importing a blueprint, reconnect BrowserAct and any other apps before running or activating the scenario.

## Import a Make Blueprint

1. Log in to [Make](https://www.make.com/).
2. Open `Scenarios` and create a new scenario.
3. Open the scenario menu and select `Import Blueprint`.

<img src="https://mintcdn.com/browseract/NsOCzqG0hq750owC/images/make-json-01.png?fit=max&auto=format&n=NsOCzqG0hq750owC&q=85&s=8862181f1d4f8c3072fd4e63ab64602c" alt="Open Import Blueprint in Make" width="2736" height="758" data-path="images/make-json-01.png" />

4. Choose the JSON blueprint file and confirm the import.

<img src="https://mintcdn.com/browseract/NsOCzqG0hq750owC/images/make-json-02.png?fit=max&auto=format&n=NsOCzqG0hq750owC&q=85&s=97bfb899679090bdbae2f04282a87d51" alt="Choose the Make blueprint JSON file" width="1672" height="882" data-path="images/make-json-02.png" />

5. Review the imported modules, routes, filters, and mapped inputs.
6. Reconnect the BrowserAct module and any other applications used in the scenario.
7. Select the Workflow that corresponds to your BrowserAct Bot and verify its inputs.
8. Run the scenario once before activating it.

## Export a Make Blueprint

1. Open the Make scenario.
2. Open the scenario menu and select `Export Blueprint`.

<img src="https://mintcdn.com/browseract/NsOCzqG0hq750owC/images/make-json-03.png?fit=max&auto=format&n=NsOCzqG0hq750owC&q=85&s=3bcbee5b24d05f79696e59a52548e74d" alt="Open Export Blueprint in Make" width="1852" height="1100" data-path="images/make-json-03.png" />

3. Save the JSON file.

<img src="https://mintcdn.com/browseract/NsOCzqG0hq750owC/images/make-json-04.png?fit=max&auto=format&n=NsOCzqG0hq750owC&q=85&s=831bd1b2809ed1f5bb631fa7dc77c3e6" alt="Save the exported Make blueprint" width="1620" height="873" data-path="images/make-json-04.png" />

## Share the Blueprint

After exporting the JSON file, you can share it with teammates, clients, or the Make community. Recipients can import the file by following the import steps above.

Before sharing a blueprint, review it for fixed values, test data, or other sensitive information. API keys and application credentials should never be added directly to the JSON file.

## Tips

* Review imported scenarios before activating them.
* Reconnect BrowserAct, API keys, and third-party app accounts after import.
* Check required input fields before running the scenario.
* Use clear file names when saving blueprint files.
* Add notes inside Make if the scenario will be shared with another user.

> A Make blueprint is a Make scenario file, not a BrowserAct Bot export.
