> ## 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.

# Export a skill

> Export a skill as a ZIP file to share, transfer, or publish — with control over whether training data is included.

Export a skill as a ZIP file to share it, transfer it between environments, or back it up.

<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>

<Note>
  Only published skills can be exported. The **Export** button is disabled in the toolbar for unpublished skills and for read-only skills (Vantage built-ins and third-party skills).
</Note>

## Before you export

When you export a skill, Vantage includes its document set and data catalog records by default. You can change these settings in the **Export Skill** dialog box.

<Info>
  The structure of any data catalogs linked to a Document skill is always included in the export, regardless of your settings.
</Info>

Keep the following in mind:

* If the exported skill will be used by people outside your organization, make sure the document set does not contain confidential information.
* A skill exported without its document set can't be trained further — you can only retrain it from scratch using a new document set.
* The export uses the most recently published version of the skill. To export an earlier version, duplicate the skill first and then export the copy.

<Info>
  When exporting a Process skill, you can choose to include all skills it references, along with their data catalog records and document sets. The data catalog structure for any referenced Document skills is always exported.
</Info>

## Run the export

<Steps>
  <Step title="Open the Export Skill dialog">
    In the Skill Catalog, select the skill (click anywhere except the skill name), and then click **Export** in the toolbar.
  </Step>

  <Step title="Choose what to include">
    In the **Export Skill** dialog box, clear the **Export skill with document set** option if you want to exclude the training document set. Clear **Export with data catalogs records** if you want to exclude data catalog records.

    <Frame>
      <img src="https://mintcdn.com/abbyy/hPl1of1xujkwOgrH/images/vantage/skill-catalog/screen_skillcatalog_export_skill.png?fit=max&auto=format&n=hPl1of1xujkwOgrH&q=85&s=3e16a502195c0756d1c1fc690a5fc281" alt="Export Skill dialog with Export with data catalogs records and Export skill with document set checkboxes selected, and Export and Cancel buttons" style={{ width: "50%" }} width="894" height="732" data-path="images/vantage/skill-catalog/screen_skillcatalog_export_skill.png" />
    </Frame>
  </Step>

  <Step title="Export the skill">
    Click **Export**. Vantage packages the skill as a ZIP file (this may take a moment) and downloads it to your local Downloads folder.

    <Note>
      Skills with large document sets (more than 100 documents) are exported via SFTP. Vantage emails you a link to a shared folder. Credentials are embedded in the link, so no separate username or password is needed. You can open the shared folder using any SFTP client. The folder is deleted after 14 days.
    </Note>
  </Step>
</Steps>

## 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="Import a skill" icon="file-import" href="/vantage/documentation/skill-catalog/import-skill">
    Bring an exported skill ZIP into another tenant or environment.
  </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="Duplicate a skill" icon="copy" href="/vantage/documentation/skill-catalog/duplicate-skill">
    Create an editable copy of a custom skill — useful for exporting earlier versions.
  </Card>

  <Card title="Edit a skill" icon="pen-to-square" href="/vantage/documentation/skill-catalog/edit-skill">
    Modify a skill in the Skill Designer and manage pending changes.
  </Card>
</CardGroup>
