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

# Template

> Reference for the Template table in the ABBYY FlexiCapture reports database: columns listing Document Definitions, their GUID, project, and status flags.

Contains a list of Document Definitions.

For a diagram of the relationships, see [Processing of objects](/flexi-capture/reports/database/objects-reports-database).

## List of columns

| Key | Name            | Type               | Required | Description                                                                                                                                                                                |
| --- | --------------- | ------------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| PK  | `Id`            | `int`              | Yes      | Identifier of a Document Definition.                                                                                                                                                       |
|     | `GUID`          | `uniqueidentifier` | Yes      | Unique identifier of a Document Definition.                                                                                                                                                |
|     | `IsDeleted`     | `bit`              | Yes      | Indicates that a Document Definition has been deleted.                                                                                                                                     |
|     | `IsDisabled`    | `bit`              | Yes      | Indicates that a Document Definition has been disabled.                                                                                                                                    |
|     | `Modified`      | `timestamp`        | Yes      | Document modification tag.                                                                                                                                                                 |
|     | `ProjectId`     | `int`              | Yes      | Identifier of the project to which a Document Definition belongs to. Corresponds to the entry identifier in the [Project](/flexi-capture/reports/database/project-reports-database) table. |
|     | `TemplateIndex` | `int`              | Yes      | Index number of a Document Definition in a project. If a Document Definition is deleted, the index numbers of other definitions remain the same.                                           |
