# Document types

On this page, you can view a list of created document types and create new ones.

## General information

The following information is provided about each document type:

**Priority**

The priority index assigned the document type.

***

**Name**

The document type name used in the Back Office.

***

**Caption**

The document type name displayed in the B2CORE UI.

***

**Status**

If `Enabled`, this document type can be used for verification.

To view document type details, click the **Edit** button.

## Details

The detailed information includes:

**Name**

The document type name used in the Back Office.

***

**Caption**

The document type name displayed in the B2CORE UI, which can be localized for different interface languages.

***

**Description**

The document type description displayed in the B2CORE UI, which can be localized for different interface languages.

***

**Status**

If `Enabled`, this document type can be used for verification.

***

**Example**

An example of the file that can be submitted for this document type.

***

**Group**

One or more [document groups](/back-office-guide/verification/document-groups.md) in which this document type is included.

***

**Max files**

The maximum number of files that can be uploaded for this document type.

***

**Priority**

The priority index assigned to the document type.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.b2core.b2broker.com/back-office-guide/verification/document-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
