# How to Duplicate a Workflow

Need to reuse a workflow without rebuilding it from scratch? Wrangle makes it easy to duplicate an existing workflow design so you can quickly spin up a variation.

#### Step 1: Open the Workflow Menu

From your workflow list, click the three-dot menu (`⋮`) on the workflow you want to duplicate.

Then select **Duplicate Workflow** from the dropdown.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FMeOpTVmFs0LfvSbbuD1W%2FScreenshot%202025-04-29%20at%2011.47.03%20AM.png?alt=media&#x26;token=b952a6f1-bd11-4206-8404-0b95ea392877" alt=""><figcaption></figcaption></figure>

#### Step 2: Name Your New Workflow

A modal will appear asking you to name the duplicated workflow.

> 📝 Note: This will create a copy of the **workflow design only**. It will not include any instances or historical data.

Once you've entered a name, click **Duplicate** to finish.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FKZB1VYrNUOyUwXjIqERP%2FScreenshot%202025-04-29%20at%2011.47.11%20AM.png?alt=media&#x26;token=7c58b984-4be0-4896-b41a-140a737416af" alt=""><figcaption></figcaption></figure>

***

You’re all set! Your new workflow will appear in your list, ready to customize and use. Want help adjusting it? Just ping us in support.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wrangle.io/workflows/advanced-workflow-features/how-to-duplicate-a-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
