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

# Script object model

> Reference for objects used in ABBYY Scanning Station scripts, with links to objects available from export scripts and objects available from event scripts.

Scanning Station scripts work with objects that expose properties and methods. Each object interface is named with an `I` prefix, such as `IBatchType` and `IWorkSpace`.

Which objects you can use depends on the type of script:

* [Objects Available from Export Scripts](/flexi-capture/scanning-station/shared/scripts/export-scripts) – Objects you can address from export scripts.
* [Objects Available from Event Scripts](/flexi-capture/scanning-station/shared/scripts/event-scripts) – Objects you can access from event scripts.
