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

# Batch created

> Batch created event handler in ABBYY FlexiCapture runs when a batch is added to a project, giving scripts read-only access to the new batch via IBatch.

## What it does

The handler of this event is used when you need to do some manipulations on the batch, e.g., to save data to the batch registration parameters.

## When it is launched

The script is launched upon adding a batch to the project.

## Parameters

| **Name** | **Type**                                         | **Access**                                                                                                               | **Description**     |
| -------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------- |
| Batch    | [IBatch](/flexi-capture/appendix/scripts/ibatch) | Read-only. Document and page internal[\*](/flexi-capture/appendix/scripts/batch-creation#asterisk) fields are available. | A newly added batch |

<a id="asterisk" />\* - The internal field requires loading the object into memory.
