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

# Automation Anywhere sample bot

> Run the bundled ABBYY Vantage Bot to see how the ABBYY Vantage Connector for Automation Anywhere connects, processes a document, and returns results.

The ABBYY Vantage Connector for Automation Anywhere ships with a sample process that shows how to use the ABBYY Vantage actions in your bot logic. It is delivered as an Automation Anywhere bot called **ABBYY Vantage Bot**.

<Frame>
  <img src="https://mintcdn.com/abbyy/Mo8ZPL8UOJL9LDOv/images/vantage/developer/connectors/aa/sample-bot.png?fit=max&auto=format&n=Mo8ZPL8UOJL9LDOv&q=85&s=c5d49348aa78cdd45b9903b0112c3d46" alt="ABBYY Vantage Bot open in the Automation Anywhere Bot editor, showing the numbered action steps including ABBYY Vantage Connect, Use skill, and Get results" width="1852" height="868" data-path="images/vantage/developer/connectors/aa/sample-bot.png" />
</Frame>

## Run the sample bot

<Steps>
  <Step title="Open Import bots">
    On the left panel of the Automation Anywhere Control Room, open the **Automation** section. Click **Import bots**.
  </Step>

  <Step title="Import the sample bot">
    Navigate to the `VantageBot.zip` file in the Distribution Kit and confirm the import.
  </Step>

  <Step title="Open the sample bot">
    Open the imported ABBYY Vantage bot.
  </Step>

  <Step title="Set the connection parameters">
    In the Bot editor, select the **Connect** action to open the **Action details** panel. Specify the **Server URL**, **Login**, and **Password** fields. If these fields are not editable, check out the Task Bot first.
  </Step>

  <Step title="Set the file to process">
    On the **Variables** tab, open the `fileToProcess` variable and specify the full path to the files you want to process.
  </Step>

  <Step title="Set the output folder">
    On the **Variables** tab, open the `outputDirFolder` variable and specify the path to the folder where you want the processing results to be downloaded.
  </Step>

  <Step title="Run the bot">
    Run the Task Bot by clicking **Run** in the upper-right corner.
  </Step>
</Steps>

## Related topics

* [Install the Automation Anywhere connector](/vantage/connectors/aa/install)
* [Connect action](/vantage/connectors/aa/actions/connect)
* [Use skill action](/vantage/connectors/aa/actions/use-skill)
* [Get results action](/vantage/connectors/aa/actions/get-results)
