> ## 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.

> This beginner's guide will show you how to import and export workflows in Make using JSON files, making it easy to share your automation workflows with others.

# How to Share and Use Workflows in Make Using JSON Files

### Importing a JSON Workflow into Make

Follow these steps to import a workflow blueprint from a JSON file:

### **Step 1: Log in to Make**

* Access your Make account at [make.com](http://make.com) and sign in with your credentials.

### **Step 2: Create a New Scenario**

* Navigate to "Scenarios" in the left sidebar
* Click on "Create a new scenario" button

<img src="https://mintcdn.com/browseract/1wSaeCpRk4hxiYKf/images/download_image(8).png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=e21c17488f034855387a0de6255bf81d" alt="Download Image(8) Pn" width="2736" height="758" data-path="images/download_image(8).png" />

### **Step 3: Import the Blueprint**

* Look at the bottom of the canvas and click the "..." (three dots) button labeled "more"
* Select "Import Blueprint" from the dropdown menu
* Browse your computer and select the JSON workflow file you want to import
* Click "Save" to confirm

<img src="https://mintcdn.com/browseract/1wSaeCpRk4hxiYKf/images/download_image(9).png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=8b3d0bc8ec8a9f87ba88a10e470b9ad4" alt="Download Image(9) Pn" width="1672" height="882" data-path="images/download_image(9).png" />

<img src="https://mintcdn.com/browseract/VxM6JDZfhG4cSpQX/images/download_image(2).png?fit=max&auto=format&n=VxM6JDZfhG4cSpQX&q=85&s=e878c8928b3e44ce1400b02ba77c74bc" alt="Download Image(2) Pn" width="1852" height="1100" data-path="images/download_image(2).png" />

### **Step 4: Configure Your Workflow**

* Once imported, review all the modules (nodes) in your workflow
* Complete any necessary configuration for each module, such as connecting accounts, setting parameters, or filling in required fields
* Test your scenario to ensure everything works correctly
* Save and activate your scenario when ready

<img src="https://mintcdn.com/browseract/VxM6JDZfhG4cSpQX/images/download_image(3).png?fit=max&auto=format&n=VxM6JDZfhG4cSpQX&q=85&s=e77075c90d158985918ac3cf6ace3a56" alt="Download Image(3) Pn" width="1620" height="873" data-path="images/download_image(3).png" />

### Exporting Your Workflow as a JSON File

To share your workflow with others, you can export it as a JSON file:

### **Step 1: Open Your Scenario**

* Go to the scenario you want to export

### **Step 2: Export the Blueprint**

* Click the "..." (three dots) button at the bottom of the canvas
* Select "Export Blueprint" from the menu
* The JSON file will be downloaded to your computer

### **Step 3: Share Your Workflow**

* You can now share this JSON file with team members, clients, or the Make community
* Recipients can import it following the import instructions above

### Tips for Success

* Always review imported workflows before activating them
* Update any connection credentials and API keys after importing
* Add comments or documentation to help others understand your workflow
* Keep your exported JSON files organized with clear naming conventions

That's it! You now know how to import and export workflows in Make, making collaboration and workflow sharing simple and efficient.
