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

# Try a skill

> Test skills from the Skill Catalog or the Try Any Skill portal to verify they meet your requirements before deploying.

Test skills directly from the Skill Catalog or through the Try Any Skill portal to confirm they meet your needs before deploying them.

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

To try a skill, do one of the following:

* Select the skill from the list (click anywhere except the skill name), and then click **Try Skill** in the toolbar or **Actions** pane.
* Open the skill's preview window by clicking the icon in the **Type** column to the left of the skill name, and then click **Try Skill** at the bottom of the window.

Each skill opens in a separate browser tab, so you can test multiple skills at once and compare results. To return to the Skill Catalog, close the **Try Skill** tab.

## Try a Document skill

When you try a Document skill, processing results for the demo document are displayed automatically. To test with your own files, click **Upload Documents** in the **Actions** pane.

<Frame>
  <img src="https://mintcdn.com/abbyy/vbhYicLq9uu1AS0V/images/vantage/skill-catalog/screen_skillcatalog_upload_document.png?fit=max&auto=format&n=vbhYicLq9uu1AS0V&q=85&s=27e03f058f1e0897b2e430bf607ac37e" alt="Actions pane with the Upload Documents button and a processed demo document on the right" width="2924" height="1602" data-path="images/vantage/skill-catalog/screen_skillcatalog_upload_document.png" />
</Frame>

Uploaded documents are processed immediately and results are displayed automatically.

## Try an OCR skill

Upload documents in any language listed in the **Actions** pane. After processing, the **Actions** pane shows recognition statistics, including the total word count and the number of uncertain words. You can also download recognition results for all uploaded documents in any of the skill's enabled formats.

The document image highlights recognized and uncertain words. Below the image, per-document statistics and a list of detected languages are shown.

<Frame>
  <img src="https://mintcdn.com/abbyy/vbhYicLq9uu1AS0V/images/vantage/skill-catalog/screen_skillcatalog_try_OCR.png?fit=max&auto=format&n=vbhYicLq9uu1AS0V&q=85&s=09d2238804624d97552fc5052fe1a631" alt="OCR results with highlighted recognized and uncertain words, and per-document statistics below the image" width="2924" height="1604" data-path="images/vantage/skill-catalog/screen_skillcatalog_try_OCR.png" />
</Frame>

## Use the Try Any Skill portal

**Try Any Skill** is a standalone web application for uploading documents and running any skill outside of the Skill Designer. It's useful for quick demos, for testing skills against ad-hoc documents, and for sharing with users who don't work in Skill Designer directly.

Access the portal at `https://vantage-<region>.abbyy.com/try-any-skill/`. For example:

<CodeGroup>
  ```text US theme={null}
  https://vantage-us.abbyy.com/try-any-skill/
  ```

  ```text EU theme={null}
  https://vantage-eu.abbyy.com/try-any-skill/
  ```

  ```text AU theme={null}
  https://vantage-au.abbyy.com/try-any-skill/
  ```
</CodeGroup>

Log in with your Vantage credentials.

<Note>
  The Try Any Skill portal calls the Vantage API, so you can test any skill type from there — not only Document and OCR skills.
</Note>

## 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="Find a skill" icon="magnifying-glass" href="/vantage/documentation/skill-catalog/finding-skill">
    Search, filter, and preview skills before opening them.
  </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="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="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>
</CardGroup>
