1. Understanding agents

Duplicate an agent

Duplicating an agent lets you quickly create a new one based on an existing agent. This is helpful when you want to reuse an agent’s structure but modify its logic, inputs, or outputs for a different use case.

For example, you can duplicate the Bulk Content Generator agent and adjust its components to create a Bulk Social Media Post Generator or a similar variation.

Before you begin

Make sure you have a Builder license. This license is required to duplicate agents in Agentic studio.

To duplicate an agent:

  1. In the navigation menu, click Agentic. Then, in the left sidebar, select Agents.

  2. On the Agents page, find the agent you want to duplicate.

  3. Click the actions menu > Duplicate.

  4. In the Duplicate agent dialog, enter a new name for your agent, then click Duplicate.

    The duplicated agent opens on a new page displaying its details.

  5. To customize the duplicated agent, go back to the Agents page, find the agent, and click the actions menu > Edit.

    The agent editor opens with the following tabs: Overview, Instructions, Schemas, HTML Templates, Workflow.

  6. Review and configure each tab as needed to adjust how the agent works:

    • Overview - update the agent's basic information, how it works, and inputs required to run it.

    • Instructions - edit or add categories that shape how content is generated. For example, you can specify target audiences, channels, languages, and formats.

    • Schemas - define structured JSON output formats. For example, you can add schemas for blog posts, email content, or social media posts.

    • HTML Templates - define how generated content is formatted and displayed in previews. Templates typically correspond to the defined schemas.

    • Workflow - edit the agent’s execution workflow, including all processing steps. You can:

      • Add actions - click an action from the Action Palette to add it to the canvas.

      • Connect actions - link newly added actions to create the desired task flow for the agent.

      • Delete actions or connectors - select an action or connector, click it and press Backspace.

      • Edit an action - click Configure action and update an action in the right-hand pane.

  7. Click Update Workflow.

    The agent is saved and added to the Agents page, where you can run it or continue refining its configuration.

If you have suggestions for improving this article, let us know!