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

# Document

> The Document object — access the document being processed, its pages, source files, and the skill applied to it.

`Document` provides access to the document being processed — its pages, source files, and the skill applied to it.

## Properties

| Name                  | Type                                                                                          | Access level | Description                                     |
| :-------------------- | :-------------------------------------------------------------------------------------------- | :----------- | :---------------------------------------------- |
| **DocumentId**        | string                                                                                        | Read-only    | The document identifier.                        |
| **DocumentSkillId**   | string                                                                                        | Read-only    | The identifier of the Document skill applied.   |
| **DocumentSkillName** | string                                                                                        | Read-only    | The name of the Document skill applied.         |
| **Pages**             | [Page](/vantage/documentation/skill-designer/document/rule-verification/page)\[]              | Read-only    | The collection of pages in the document.        |
| **SourceFiles**       | [SourceFile](/vantage/documentation/skill-designer/document/rule-verification/source-file)\[] | Read-only    | The source files the document was created from. |

## Related topics

* [Context](/vantage/documentation/skill-designer/document/rule-verification/context)
* [Page](/vantage/documentation/skill-designer/document/rule-verification/page)
* [SourceFile](/vantage/documentation/skill-designer/document/rule-verification/source-file)
* [Object model](/vantage/documentation/skill-designer/document/rule-verification/object-model)
