> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt.

# Create copies of flows with clones

You can create copies of flows with the *clone* feature in Postman Flows. When you clone a flow, the cloned flow includes all the blocks present in the original flow. You can clone a flow into the same workspace as the original or into a different workspace. When you clone a flow into a new workspace, any requests used by the flow are copied into a new collection in that workspace.

## Clone a flow into the same workspace

To clone a flow into the same workspace as the original flow, do the following:

1. In the flow you want to clone, click <img alt="Duplicate icon" src="https://assets.postman.com/postman-docs/aether-icons/action-duplicate-stroke.svg#icon" width="16px" /> **Clone this flow**. A dialog appears with the current workspace already selected.

   <img alt="Select the same workspace" src="https://assets.postman.com/postman-docs/v11/clone-flow-1-v11.png" />

2. Click **Continue**.

3. The cloned flow opens and appears under **Flows** in the sidebar. The cloned flow is named "*flow name* copy".

## Clone a flow into a different workspace

To clone a flow into a different workspace than the original flow, do the following:

1. In the flow you want to clone, click <img alt="Duplicate icon" src="https://assets.postman.com/postman-docs/aether-icons/action-duplicate-stroke.svg#icon" width="16px" /> **Clone this flow**.

2. In the dialog that appears, select the destination workspace from the dropdown list.

   <img alt="Select a different workspace" src="https://assets.postman.com/postman-docs/v11/clone-flow-different-workspace-v11.png" />

3. Click **Continue**.

4. A dialog appears showing the cloning process. When the process is complete, click **Open Cloned Flow** to open the cloned flow in its workspace, or click **Close** to return to the original flow in the current workspace.