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

# Duplicate a skill

> Create an identical copy of a custom skill that you can modify independently.

Duplicate a skill when you need variations of the same skill for different clients or document types. You can duplicate any custom skill. To modify a read-only Document skill (a Vantage built-in or a third-party skill), create a [derived skill](/vantage/documentation/skill-catalog/derived-skills/derived-skills) instead — the **Duplicate skill** button is unavailable for read-only Document skills.

<Frame>
  <img src="https://mintcdn.com/abbyy/hPl1of1xujkwOgrH/images/vantage/skill-catalog/screen_skillcatalog_duplicate_unavailable.png?fit=max&auto=format&n=hPl1of1xujkwOgrH&q=85&s=6e7518da11580cca6b282c51922e7322" alt="Skill Catalog with a read-only built-in skill selected, showing the Duplicate skill button disabled and a tooltip stating it is not available for read-only Document skills" width="2846" height="1600" data-path="images/vantage/skill-catalog/screen_skillcatalog_duplicate_unavailable.png" />
</Frame>

<Info>
  Availability of this feature depends on your role. For more information, see [Role-based access control](/vantage/documentation/tenant-admin/tenant-management/role-based-access).
</Info>

A duplicate is an exact copy of the original skill, including its description, demo documents, training documents, and all existing labeling.

Select the skill from the list (click anywhere except the skill name), and then click **Duplicate skill** in the toolbar.

<Frame>
  <img src="https://mintcdn.com/abbyy/5_p9BQVjEHxkTKTI/images/vantage/skill-catalog/screen_skillcatalog_duplicate_skill.png?fit=max&auto=format&n=5_p9BQVjEHxkTKTI&q=85&s=f7bb972971e9ed74064fcb76e394d9f5" alt="Skill selected in the Skill Catalog with the Duplicate skill toolbar button highlighted" width="2378" height="996" data-path="images/vantage/skill-catalog/screen_skillcatalog_duplicate_skill.png" />
</Frame>

## After duplicating

The copy appears in the Skill Catalog as `<Original skill name> (Copy)`. Duplication may take a moment, and the copy isn't editable until the process completes.

A duplicate includes all unpublished changes from the original.

<Tip>
  To duplicate only the last published version, select the original skill and click **Discard changes** in the toolbar before duplicating. For details, see [Edit a skill](/vantage/documentation/skill-catalog/edit-skill).
</Tip>

<Note>
  Duplicating a Process skill does not duplicate the skills it references. Duplicate those separately if needed. See [Duplicate a Process skill](/vantage/documentation/skill-designer/process/duplicating-process-skill).
</Note>

[Publish the duplicate](/vantage/documentation/skill-catalog/publish-skill) before using it.

## Related topics

<CardGroup cols={3}>
  <Card title="Skill Catalog" icon="book" href="/vantage/documentation/skill-catalog/skill-catalog">
    Discover, publish, and reuse skills across your tenant.
  </Card>

  <Card title="Edit a skill" icon="pen-to-square" href="/vantage/documentation/skill-catalog/edit-skill">
    Modify a published skill and publish a new version.
  </Card>

  <Card title="Publish a skill" icon="upload" href="/vantage/documentation/skill-catalog/publish-skill">
    Assign a version number to a skill and make it available in the Skill Catalog.
  </Card>

  <Card title="Delete a skill" icon="trash" href="/vantage/documentation/skill-catalog/delete-skill">
    Permanently remove a skill and all its versions from the Skill Catalog.
  </Card>

  <Card title="Create a derived skill" icon="code-branch" href="/vantage/documentation/skill-catalog/derived-skills/derived-skills">
    Build a new skill on top of a read-only or third-party skill.
  </Card>

  <Card title="Duplicate a Process skill" icon="diagram-project" href="/vantage/documentation/skill-designer/process/duplicating-process-skill">
    Duplicate a Process skill and manage the skills it references.
  </Card>
</CardGroup>
