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

# Agent Duplication

> The duplication feature allows you to quickly create a new agent based on an existing agent, maintaining its settings and configurations. This option is particularly useful when you want to deploy multiple agents with similar characteristics.

<Note>
  Duplicating an agent copies its configuration, but does not include the call history data or the statistics associated with the original agent.
</Note>

## How to Duplicate an Agent

1. Navigate to the configuration page of the agent you wish to duplicate.
2. Click on the options icon (three vertical dots) in the top right corner.
3. Select the **"Duplicate this agent"** option from the dropdown menu.

<Frame>
  <img src="https://mintcdn.com/weengage/1STKBOQ8nOwjQf0A/images/agents/duplication/volubile-agent-duplication-menu.png?fit=max&auto=format&n=1STKBOQ8nOwjQf0A&q=85&s=90c0758186f10f355dd4b5328c1641e5" alt="Agent duplication option in the contextual menu" style={{width: 350}} width="712" height="326" data-path="images/agents/duplication/volubile-agent-duplication-menu.png" />
</Frame>

## Duplication Configuration

Once the option is selected, a modal window appears with the following duplication settings:

<Frame>
  <img src="https://mintcdn.com/weengage/1STKBOQ8nOwjQf0A/images/agents/duplication/volubile-agent-duplication-form.png?fit=max&auto=format&n=1STKBOQ8nOwjQf0A&q=85&s=4ba6bf0942237bb479464799f3dd78d9" alt="Configuration window for agent duplication" style={{width: 350}} width="887" height="667" data-path="images/agents/duplication/volubile-agent-duplication-form.png" />
</Frame>

### Available Parameters

| Field          | Description             |
| -------------- | ----------------------- |
| **Name**       | Name of the new agent   |
| **Agent type** | Type of agent to create |

### Additional Options

**Duplicate agent actions**: By checking this box, you can select the actions of the original agent that you wish to duplicate.

<Frame>
  <img src="https://mintcdn.com/weengage/1STKBOQ8nOwjQf0A/images/agents/duplication/volubile-agent-duplication-actions.png?fit=max&auto=format&n=1STKBOQ8nOwjQf0A&q=85&s=69557167919bc8eebadafc1d9d50ba1e" alt="Form for selecting actions to duplicate" style={{width: 350}} width="904" height="535" data-path="images/agents/duplication/volubile-agent-duplication-actions.png" />
</Frame>
