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

# Duplicating Agents

> Create an exact copy of an existing agent, including its AOP, connections, and queue links, so you can build a similar agent without starting from scratch.

The Duplicate feature creates an exact copy of an existing agent, including its AOP, connection setup, and queue links. Use it when you want to build a new agent that is similar to one you have already configured, without starting from scratch.

## Key Capabilities

* Copies the full agent configuration: AOP, Connections, and queue links.
* Creates the duplicate immediately and opens it for editing.
* The original agent is left unchanged.

## How to Duplicate an Agent

<Steps>
  <Step title="Find the agent" icon="search">
    On the Agents page, find the agent you want to copy.
  </Step>

  <Step title="Open the menu" icon="ellipsis">
    Open the three-dot menu on the agent card or row.
  </Step>

  <Step title="Click Duplicate" icon="copy">
    Click **Duplicate**.
  </Step>

  <Step title="Rename and edit" icon="pen">
    Duvo creates a copy and takes you directly to the new agent, ready to rename and edit.
  </Step>
</Steps>

## When to Use It

* You need multiple agents that share the same workflow but differ in a few details — for example, the same report sent to different departments.
* You want to experiment with changes to an agent without modifying the live version.
* You are setting up a new agent based on a proven workflow and want to skip the initial build step.
