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

# ABBYY Vantage Connector for Blue Prism

> Add ABBYY Vantage document classification and data extraction to your Blue Prism processes with the ABBYY Vantage Skills business object and its actions.

The ABBYY Vantage Connector for Blue Prism lets you incorporate ABBYY Vantage skills into your Blue Prism processes. ABBYY Vantage turns unstructured content into structured, actionable information through classification and extraction, and it processes document types such as invoices, orders, and W-2 forms.

The connector ships as a Blue Prism visual business object (VBO) named **ABBYY Vantage Skills**. The VBO provides a set of actions that send documents to ABBYY Vantage, process them with an available skill, and return the results.

## Features

* Process documents in transactions using ABBYY Vantage Document, Classification, OCR, and Processing skills.
* Add the **Configure**, **GetSkills**, **StartTransaction**, **GetTransactionResult**, **SaveTransactionResult**, and **DeleteTransaction** actions to your Blue Prism processes.
* Publish ABBYY Vantage Manual Review links for manual review scenarios.
* Map extracted field values into your Blue Prism process.
* Authenticate through OAuth 2.0 using the Resource Owner Password Credentials Flow or the Client Credentials Flow.
* Use and modify a sample process that demonstrates how to use ABBYY Vantage in Blue Prism.

## Add an action to a Blue Prism process

Use the **ABBYY Vantage Skills** VBO to build a new Blue Prism process or to add ABBYY Vantage steps to an existing one.

<Steps>
  <Step title="Create or open a process">
    On the **Studio** tab, right-click **Processes** and select **Create Process**, or open an existing process.
  </Step>

  <Step title="Add an Action element">
    Drag the **Action** element from the left-hand panel onto the canvas, and then double-click it to open its properties.
  </Step>

  <Step title="Select the business object and action">
    In the **Action Properties** window, enter a **Name**, set **Business Object** to **ABBYY Vantage Skills**, and set **Action** to one of the available actions.
  </Step>

  <Step title="Set the parameters">
    Specify the input and output parameters on the **Inputs** and **Outputs** tabs.
  </Step>
</Steps>

<Note>
  The **Configure** action passes the connection settings to the other actions of the VBO, so call it before any other action.
</Note>

## Actions

The **ABBYY Vantage Skills** VBO provides the following actions:

* [Configure action](/vantage/connectors/blue-prism/actions/configure)
* [GetSkills action](/vantage/connectors/blue-prism/actions/get-skills)
* [StartTransaction action](/vantage/connectors/blue-prism/actions/start-transaction)
* [GetTransactionResult action](/vantage/connectors/blue-prism/actions/get-transaction-result)
* [SaveTransactionResult action](/vantage/connectors/blue-prism/actions/save-transaction-result)
* [DeleteTransaction action](/vantage/connectors/blue-prism/actions/delete-transaction)

The connector also ships with a sample process that demonstrates these actions. For more information, see [Blue Prism sample process](/vantage/connectors/blue-prism/sample-process).

## Next steps

<CardGroup cols={2}>
  <Card title="System requirements" icon="circle-check" href="/vantage/connectors/blue-prism/system-requirements">
    Supported ABBYY Vantage and Blue Prism versions.
  </Card>

  <Card title="Install the connector" icon="download" href="/vantage/connectors/blue-prism/install">
    Install the connector with the installation wizard or in silent mode.
  </Card>

  <Card title="Sample process" icon="diagram-project" href="/vantage/connectors/blue-prism/sample-process">
    Run the bundled process to see the ABBYY Vantage actions at work.
  </Card>

  <Card title="Release notes" icon="rectangle-list" href="/vantage/connectors/blue-prism/release-notes">
    Version history, new features, and known issues.
  </Card>
</CardGroup>
