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

# Technology Core versions

> Understand the ABBYY Vantage Technology Core: how OCR and extraction engine versions are tied to skills, and how to update or revert the core a skill uses.

The Technology Core is a set of technology-related workers for document processing, OCR, classification, data extraction, and other features. All skills in Vantage use a specific version of the Technology Core.

You can find the Technology Core version used by a particular skill version in the **Version** column in the **Skill Versions** dialog box:

<Frame>
  <img src="https://mintcdn.com/abbyy/vsKEkGDuRLNqo_T3/images/vantage/skill_version_viewing2.png?fit=max&auto=format&n=vsKEkGDuRLNqo_T3&q=85&s=42b409cfa320669e89c9d45e2d463738" alt="Skill Versions dialog box showing the Technology Core version for each skill version" style={{ width:"61%" }} width="1202" height="682" data-path="images/vantage/skill_version_viewing2.png" />
</Frame>

Each version of a skill uses one version of the Technology Core. Different versions of the same skill can use different Technology Core versions.

<Note>
  We recommend using the latest Technology Core version (currently 3.0) for all skills unless you have a specific need for an earlier version.
</Note>

<Warning>
  All Document skills used in a Process skill **must** use the same Technology Core version. If your Process skill already includes Document skills built on Technology Core 2.4 or 2.0, select the corresponding version from the drop-down when creating any new Document skills.
</Warning>

New versions of the Technology Core may be introduced in future Vantage releases, bringing new technology features.

## Update the Technology Core

When a new version of the Technology Core becomes available, an arrow icon appears next to the name and version number of the skill:

<Frame>
  <img src="https://mintcdn.com/abbyy/vsKEkGDuRLNqo_T3/images/vantage/techcoreversions_update.png?fit=max&auto=format&n=vsKEkGDuRLNqo_T3&q=85&s=295d7c048cd617d89431ee2f3af70e81" alt="Skill row with an arrow icon indicating a Technology Core update is available" style={{ width:"72%" }} width="823" height="123" data-path="images/vantage/techcoreversions_update.png" />
</Frame>

You can click this icon to update the skill directly. A new version of the skill appears in the list, using the new Technology Core.

### Update requirements by skill type

| Skill type                                         | How to update                                                                                                                                                 |
| :------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Document skill, Classification skill, or OCR skill | Edit, train, and publish the skill.                                                                                                                           |
| Process skill                                      | Ensure all skills used in the Process skill flow have been updated to the same new Technology Core version first.                                             |
| Skills created in Advanced Designer                | Update in Advanced Designer only. See [Upgrading to a new version of the Technology Core](/vantage/documentation/advanced-designer/upgrading-to-new-version). |

### Update via Skill Settings

<Steps>
  <Step title="Open the skill for editing">
    Open your skill for editing.
  </Step>

  <Step title="Select the Technology Core version">
    On the **Skill Designer** page, click the skill settings icon next to the name of the skill. In the dialog box that opens, select a Technology Core version from the drop-down list.

    <Frame>
      <img src="https://mintcdn.com/abbyy/vsKEkGDuRLNqo_T3/images/vantage/techcoreversions_skillsettings.png?fit=max&auto=format&n=vsKEkGDuRLNqo_T3&q=85&s=5420d5622e8de1fd9414ce24ea1120e4" alt="Skill settings dialog box with the Technology Core version drop-down" style={{ width:"70%" }} width="1624" height="1474" data-path="images/vantage/techcoreversions_skillsettings.png" />
    </Frame>
  </Step>

  <Step title="Save, train, and publish">
    Save, train, and publish the skill. The updated skill appears in the list, using the new Technology Core version.
  </Step>
</Steps>

<Tip>
  Before publishing a skill with an updated Technology Core, check its extraction statistics. If the new version performs worse than the previous version, you may prefer not to publish. To revert, go to the **Skill Catalog**, select the skill, and click **Discard changes** on the toolbar.
</Tip>

## Revert to a previous version of the Technology Core

To revert a skill to an earlier Technology Core version, you have two options:

* **Republish an earlier version:** Open the earlier version of the skill and republish it to restore its associated Technology Core version. Note that the skill's version number will be updated.
* **Delete the current version:** Delete the current version of the skill, which automatically reverts to the previous version that uses the earlier Technology Core.

## Import Technology Core versions

Skills imported with an unsupported Technology Core version must be retrained and republished to be usable.

## 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="Skill versions" icon="clock-rotate-left" href="/vantage/documentation/skill-versions">
    How Vantage versions skills and how to view, edit, and delete versions.
  </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="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>

  <Card title="Upgrade Technology Core in Advanced Designer" icon="arrows-rotate" href="/vantage/documentation/advanced-designer/upgrading-to-new-version">
    Upgrade skills authored in Advanced Designer to a new Technology Core version.
  </Card>
</CardGroup>
