Hello @Navneet Malhotra (CONCENTRIX CORPORATION), To create a duplicate copy of an agent in the same environment using Microsoft Copilot Studio, you can follow these steps:
Step 1: Export the Original Agent
- Go to Microsoft Copilot Studio.
- Navigate to the Solutions section.
- Select the solution containing the agent.
- Export the solution:
- Click on the "Export" button to download the solution as a zip file.
Step 2: Modify the Exported Solution
- Extract the zip file to a local directory.
- Locate the agent's configuration file (usually a JSON or YAML file).
- Modify the agent's ID and name:
- Change the agent's ID to a new unique value.
- Update the agent's name to reflect the duplicate copy.
- Change the agent's ID to a new unique value.
Example: Modifying the Agent's Configuration (JSON)
{
``"id": "new-unique-agent-id",
``"name": "Duplicate Agent Name",
``"description": "This is a duplicate of the original agent.",
``...
}
- Recompress the modified files into a new zip file.
Step 3: Import the Modified Solution
- Go back to Microsoft Copilot Studio.
- Navigate to the Solutions section.
- Import the modified solution:
- Click on the "Import" button and select the modified zip file.
- Follow the prompts to complete the import process. Reference Document-https://learn.microsoft.com/en-us/microsoft-copilot-studio/authoring-solutions-import-export