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

> Describes the components of the ABBYY FlexiCapture Connector for Pega, including DmsConnector, AfcDmsConnector, PegaConnector, and Newtonsoft.Json libraries.

For this scenario, the PEGA includes the following components:

* DmsConnector.dll, a library of classes used to convert data from an abstract DMS into ABBYY FlexiCapture data.
* AfcDmsConnector.dll, a library accessed by the ABBYY FlexiCapture export script; this library accepts ABBYY FlexiCapture objects as input, converts them, and passes them on to the PEGA.
* PegaConnector.dll, a connector for Pega; this library provides a simplified programming interface to interact with the Pega server.
* Newtonsoft.Json.dll, a support library; this library is used by PegaConnector.dll and provides functionality to work with JSON strings.
