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

> Template data type in the ABBYY FlexiCapture Web Services API: fields describing a Document Definition, including its ID, name, version, and disabled state.

## What it does

The **Template** data type stores information about a Document Definition.

## Fields

| **Name**   | **Type** | **Description**                                                                      |
| ---------- | -------- | ------------------------------------------------------------------------------------ |
| Id         | int      | The ID of the Document Definition                                                    |
| Name       | string   | The name of the Document Definition                                                  |
| Version    | int      | The version of the Document Definition                                               |
| IsDisabled | bool     | A flag which shows the state of the Document Definition in the Project Setup station |
