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

# Copying Workflows

> Duplicate an existing workflow from the Workflows page and move the copy into a workspace or project.

## Overview

Use workflow duplication to create a new workflow based on an existing one. This is useful when you want to iterate safely, create variants, or reuse a workflow across projects.

***

## Duplicate a Workflow

To create a copy:

<Steps>
  <Step title="Open the Workflows page">
    From the global menu, open the **Workflows** page.
  </Step>

  <Step title="Find and duplicate the workflow">
    Locate the workflow you want to copy in the workflows list. Click the **three dots** (`...`) next to the workflow and select **Duplicate**.
  </Step>
</Steps>

A new workflow is created as a duplicate of the original.

> **Note** Duplication creates a new workflow entry. Make sure you update the name and any environment-specific configuration before running it in production.

***

## Move the Duplicated Workflow to a Workspace or Project

If you want the duplicated workflow to live under a specific Workspace or Project:

<Steps>
  <Step title="Open or locate the duplicated workflow">
    Open the duplicated workflow or locate it in the workflows list.
  </Step>

  <Step title="Move to destination">
    Use the **Move to workspace** or **Move to project** action to select the destination workspace or project.
  </Step>
</Steps>

After moving it, the workflow will appear under the selected project.

> **Tip** Keep a consistent naming convention for duplicates (for example: `Workflow name (copy)` or `Workflow name - <purpose>`), especially in shared enterprise workspaces.
