> ## 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 サンプルボット

> 同梱の ABBYY Vantage Bot を実行して、ABBYY Vantage Connector for Automation Anywhere がどのように接続し、ドキュメントを処理して結果を返すかを確認します。

ABBYY Vantage Connector for Automation Anywhere には、ボットロジック内で ABBYY Vantage のアクションをどのように使用するかを示すサンプルプロセスが付属しています。これは **ABBYY Vantage Bot** という Automation Anywhere のボットとして提供されます。

<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="Automation Anywhere の Bot editor で開かれた ABBYY Vantage Bot。ABBYY Vantage Connect、Use skill、Get results などの番号付きアクション Step が表示されています" width="1852" height="868" data-path="images/vantage/developer/connectors/aa/sample-bot.png" />
</Frame>

<div id="run-the-sample-bot">
  ## サンプルボットを実行する
</div>

<Steps>
  <Step title="Import bots を開く">
    Automation Anywhere Control Room の左側のパネルで、**Automation** セクションを開きます。**Import bots** をクリックします。
  </Step>

  <Step title="サンプルボットをインポートする">
    配布キット内の `VantageBot.zip` ファイルを選択し、インポートを確定します。
  </Step>

  <Step title="サンプルボットを開く">
    インポートした ABBYY Vantage ボットを開きます。
  </Step>

  <Step title="接続パラメーターを設定する">
    Bot editor で **Connect** アクションを選択し、**Action details** パネルを開きます。**Server URL**、**Login**、**Password** のフィールドを指定します。これらのフィールドを編集できない場合は、先に Task Bot をチェックアウトしてください。
  </Step>

  <Step title="処理するファイルを設定する">
    **Variables** タブで `fileToProcess` 変数を開き、処理するファイルのフルパスを指定します。
  </Step>

  <Step title="出力フォルダーを設定する">
    **Variables** タブで `outputDirFolder` 変数を開き、処理結果のダウンロード先フォルダーのパスを指定します。
  </Step>

  <Step title="ボットを実行する">
    右上隅の **Run** をクリックして、Task Bot を実行します。
  </Step>
</Steps>

<div id="related-topics">
  ## 関連トピック
</div>

* [Automation Anywhere コネクタのインストール](/ja/vantage/connectors/aa/install)
* [Connect アクション](/ja/vantage/connectors/aa/actions/connect)
* [Use Skill アクション](/ja/vantage/connectors/aa/actions/use-skill)
* [Get Results アクション](/ja/vantage/connectors/aa/actions/get-results)
