> For the complete documentation index, see [llms.txt](https://docs-old.app.metamaze.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.app.metamaze.eu/project/project-settings.md).

# Project settings

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><img src="/files/emk7hKOdAirTbKbljPsF" alt=""></td><td></td><td></td></tr><tr><td><p>The Project Settings page in our product allows you to customize and configure various aspects of your project. The different sections include:</p><ul><li>Input<br><em>This section allows you to specify the input sources for your project</em></li><li>OCR<br><em>This section allows you to configure which Optical Character Recognition (OCR) engine you would like to use</em></li><li>Document Types<br><em>This section allows you to specify the types of documents that will be processed in your project, and configure settings specific to each document type.</em></li><li>Entities<br><em>This section allows you to define and configure entities for each document type that will be extracted from your documents.</em></li><li>Parsing<br><em>This section allows you to configure how dates and numbers will be parsed in your documents</em></li><li>Human Validation<br><em>This section allows you to configure human validation settings like thresholds</em></li><li>Enrichments<br><em>This section allows you to enhance your documents with additional data</em></li><li>Business Rules<br><em>This section allows you to specify business rules that will be applied to your documents</em></li><li>Output<br><em>This section allows you to configure the output settings for the processed documents</em></li><li>Languages<br><em>This section allows you to specify the language options for your project</em></li><li>Data Retention<br><em>This section allows you to configure how long data will be retained in your project</em></li><li>Custom Errors<br><em>This section allows you to specify custom error messages that will be displayed to users</em></li><li>Page Management<br><em>This section allows you to configure how files and pages should be treated</em></li><li>Feature Channels<br>This section allows you to enable or disable specific feature sets in your project.</li></ul></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-old.app.metamaze.eu/project/project-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
