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

# Repeating Group

> Restrict Repeating Group instances in the FlexiLayout language with MinRepetitions, MaxRepetitions, PaginalMode, and per-page repetition limits.

The following properties of a **Repeating Group** element must be specified in the **Pre-Search Relations for all instances** section. For more information, see [Additional search constraints for a Repeating Group element](/flexi-capture/fls/template/advanced-repeatable-group).

## Repeating Group parameters

| Parameter                                | Description                                                                                                                                                                                                                                                                                                                                |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Void MinRepetitions( Int )`             | Sets the minimum number of group instances in the document. See the **Element Properties** dialog box, [**Repeating Group**](/flexi-capture/fls/template/repeatable-group) tab, the **Min repetitions** property.                                                                                                                          |
| `Void MaxRepetitions( Int )`             | Sets the maximum number of group instances in the document. See the **Element Properties** dialog box, [**Repeating Group**](/flexi-capture/fls/template/repeatable-group) tab, the **Max repetitions** property.                                                                                                                          |
| `Void PaginalMode( Logic value = true )` | Sets the paginal search mode for group instances. See the **Element Properties** dialog box, [**Repeating Group**](/flexi-capture/fls/template/repeatable-group) tab, the **Paginal mode** property.                                                                                                                                       |
| `Void MinRepetitionsOnPage( Int )`       | Sets the minimum number of instances per page. If the minimum number of instances is not detected, the repeating group is considered not detected. See the **Element Properties** dialog box, [**Repeating Group**](/flexi-capture/fls/template/repeatable-group) tab, the **Min repetitions on page** property.                           |
| `Void MaxRepetitionsOnPage( Int )`       | Sets the maximum number of instances per page. If the required number of group instances is detected on a page, the search stops on this page and continues on the next one. See the **Element Properties** dialog box, [**Repeating Group**](/flexi-capture/fls/template/repeatable-group) tab, the **Max repetitions on page** property. |
