> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflows/how-to-duplicate-a-workflow.md).

# How to Duplicate a Workflow

In this article, you will learn how to duplicate a workflow. This can be useful for you in case you need to use the same setup but for different scenarios.

A case example could be if you have a workflow with a Form Submitted trigger and action steps, and you want to use this same setup for other forms you created. This feature will allow you to use the setup you have, and just edit as needed the filter, and the actions if needed.

**What would you need:**

* A workflow

**Step 1: Copy the workflow**

* Go to Automation - Workflows
* Click on the 3 dots next to the title of the workflow
* Click on Duplicate Workflow

{% embed url="<https://lh4.googleusercontent.com/mqG2s6HWX2WAfiRezAC0G15oHWxxep54tZS6EhJ64mfxLWfsAcvnupJDnNyLqrugdQsYcyLz2i0iyTlgC_foAwsQDZCj2MyYC14ImpYXiUAvtl4VVtHrUL8ddT3USuaTTI83fxHIBo5-YE9U3RYCPbk>" %}

* Edit if needed the workflow name you will be duplicating and click on Create

{% embed url="<https://lh4.googleusercontent.com/n91In2tlFJKewV7YXBNDh_U48gf1YmKVTkEmnaWWc0FgfGg9MwRl9OTN8GlzFgUMLfR4ZxO3BVfHm6Bweo787rWQmfmi7tVT9menvg4FrveEL24keAzMTMkMABL4auQM_G512RgTWGZGeWYzPQ99yek>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflows/how-to-duplicate-a-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
