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

# Project

> Project data type in the ABBYY FlexiCapture Web Services API: fields describing a project on the Application Server, including ID, name, GUID, and test flag.

## What it does

The **Project** data type stores information about a project on the Application Server.

## Fields

<table width="100%"><tbody><tr><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>Id</p></td><td><p>int</p></td><td><p>The ID of the project on the Application Server.</p></td></tr><tr><td><p>Name</p></td><td><p>string</p></td><td><p>The name of the project on the Application Server</p></td></tr><tr><td><p>Guid</p></td><td><p>string</p></td><td><p>The unique ID (GUID) of the project</p></td></tr><tr><td><p>IsTestProject</p></td><td><p>bool</p></td><td><p>A flag which identifies a test project. Possible values:</p><ul><li><strong>True</strong> - this is a test project;</li><li><strong>False</strong> - this is a working project.</li></ul></td></tr></tbody></table>
