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

# CreateGroup

> CreateGroup method in the ABBYY FlexiCapture group management API creates a new group from a short name and full name and returns the new group ID.

## What it does

Creates a new group.

## Definition

```
int CreateGroup( string name, string fullName );
```

## Parameters

| **Name** | **Type** | **Description**  |
| -------- | -------- | ---------------- |
| name     | string   | Group short name |
| fullName | string   | Group full name  |

## Returned value

<table width="100%"><tbody><tr><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>int</p></td><td><ul><li>Group ID</li></ul></td></tr></tbody></table>
