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

# Architecture

> Review the components of the ABBYY FlexiCapture Connector for WinActor: binary DLL files, UMS5 user libraries for WinActor Office Robot, and a sample library.

The ABBYY FlexiCapture Connector for WinActor includes the following components:

1. A set of binary files:
   * Abbyy.FlexiCapture.WebApi.Client.dll, which provides a .NET client for the FC Web API.
   * Abbyy.WinActor.FlexiCapture.Scenarios.dll, which provides a link between WinActor's VBScripts and the .NET client for the FC Web API.
   * System.ValueTuple.dll, which provides System.ValueTuple structures for implementing basic tuple types in C# and Visual Basic.
2. A set of UMS5 user libraries for WinActor Office Robot:
   * Configure.ums5
   * CreateBatch.ums5
   * GetBatchStage.ums5
   * GetBatchVerificationURLs.ums5
   * FetchBatchResult.ums5
3. A sample library using the custom libraries listed above:
   * UsageExample.ums5.
