# Types de Document

{% embed url="<https://youtu.be/pFz_6tvNlU4>" %}
DocBits Document Types Explained: Create, Configure & Assign Processing Settings
{% endembed %}

#### Overview

The Document Types section lists all document types recognized and processed by Docbits. Administrators can manage various aspects such as layout, field definitions, extraction rules, and more for each type of document. This customization is key to ensuring accurate data handling and compliance with organizational standards.

#### Key Features and Options

1. **Document Type List**:
   * Each row represents a document type such as Invoice, Credit Note, Delivery Note, etc.
   * Document types can be standard or custom, as indicated by labels like "Standard."
2. **Edit layout**: This option allows administrators to modify the document layout settings, which include defining how the document appears and where data fields are located.
3. **Document Sub Types**: If any document types have subcategories, this option lets admins configure settings specific to each subtype.
4. **Table columns**: Customize which data columns should appear when the document type is viewed in lists or reports.
5. **Fields**: Manage the data fields associated with the document type, including adding new fields or modifying existing ones.
6. **Model Training**: Configure and train the model used for recognizing and extracting data from the documents. This may involve setting parameters for machine learning models that improve over time with more data.
7. **Regex**: Set up regular expressions that are used to extract data from documents based on patterns. This is particularly useful for structured data extraction.
8. **Scripts**: Write or modify scripts that run custom processing rules or workflows for documents of this type.
9. **E-DOC**: Configure settings related to the exchange of documents in standardized electronic formats. You can configure XRechnung, EDI, FakturaPA or EDI

{% hint style="info" %}
See [Setup Document Type](/administration-and-setup/setup/document-types.md)
{% endhint %}


---

# 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-fr.docbits.com/administration-and-setup/settings/global-settings/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.
