> 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.md).

# Project

- [Training](https://docs-old.app.metamaze.eu/project/training.md): The training module provides a couple of sub-modules that allow you to easily manage your training data.
- [Uploads](https://docs-old.app.metamaze.eu/project/training/uploads.md): Viewing & uploading your document manually in Metamaze
- [Documents](https://docs-old.app.metamaze.eu/project/training/documents.md)
- [Tasks](https://docs-old.app.metamaze.eu/project/training/tasks.md): Tasks is the way in Metamaze to efficiently label and review your training data.
- [Model management](https://docs-old.app.metamaze.eu/project/training/model-management.md): Through model management you can train and deploy your models.
- [Train](https://docs-old.app.metamaze.eu/project/training/model-management/train.md)
- [Page Management](https://docs-old.app.metamaze.eu/project/training/model-management/page-management.md)
- [Document Classification](https://docs-old.app.metamaze.eu/project/training/model-management/document-classification.md)
- [Entity Extraction](https://docs-old.app.metamaze.eu/project/training/model-management/entity-extraction.md)
- [Production](https://docs-old.app.metamaze.eu/project/production.md)
- [Uploads](https://docs-old.app.metamaze.eu/project/production/uploads.md): Viewing & uploading your document manually in Metamaze
- [Documents](https://docs-old.app.metamaze.eu/project/production/documents.md)
- [Validation](https://docs-old.app.metamaze.eu/project/production/validation.md): A key component of any IDP platform is validation of predictions with low confidence scores.
- [Page management](https://docs-old.app.metamaze.eu/project/production/validation/manual-intervention-document-creation.md)
- [Document classification](https://docs-old.app.metamaze.eu/project/production/validation/document-classification.md)
- [Entity extraction](https://docs-old.app.metamaze.eu/project/production/validation/manual-intervention-entity-extraction.md)
- [Analytics](https://docs-old.app.metamaze.eu/project/production/analytics.md)
- [Project settings](https://docs-old.app.metamaze.eu/project/project-settings.md)
- [Input](https://docs-old.app.metamaze.eu/project/project-settings/input.md): Here you can find the different integration options we provide.
- [Email](https://docs-old.app.metamaze.eu/project/project-settings/input/email.md): Outlook 365 integration
- [Sharepoint](https://docs-old.app.metamaze.eu/project/project-settings/input/sharepoint.md)
- [SFTP](https://docs-old.app.metamaze.eu/project/project-settings/input/sftp.md)
- [Rest API (JSON)](https://docs-old.app.metamaze.eu/project/project-settings/input/api-integration.md): This page describes the steps you need to take to integrate with the standard Metamaze API. This page serves as a tutorial.
- [OCR](https://docs-old.app.metamaze.eu/project/project-settings/ocr.md)
- [Document types](https://docs-old.app.metamaze.eu/project/project-settings/document-types.md)
- [Entities](https://docs-old.app.metamaze.eu/project/project-settings/entities.md)
- [Parsing](https://docs-old.app.metamaze.eu/project/project-settings/parsing.md)
- [Human validation](https://docs-old.app.metamaze.eu/project/project-settings/human-validation.md)
- [Enrichments](https://docs-old.app.metamaze.eu/project/project-settings/enrichments.md)
- [Tutorial for creating a new enrichment](https://docs-old.app.metamaze.eu/project/project-settings/enrichments/tutorial-for-creating-a-new-enrichment.md): Supplier look-up in Python
- [GPT enrichment setup](https://docs-old.app.metamaze.eu/project/project-settings/enrichments/gpt-enrichment-setup.md): This page describes how you can setup a GPT enrichment in a few steps using the Metamaze endpoint.
- [Business rules](https://docs-old.app.metamaze.eu/project/project-settings/business-rules.md)
- [Output](https://docs-old.app.metamaze.eu/project/project-settings/output.md)
- [Languages](https://docs-old.app.metamaze.eu/project/project-settings/languages.md)
- [Data retention](https://docs-old.app.metamaze.eu/project/project-settings/data-retention.md)
- [Custom errors](https://docs-old.app.metamaze.eu/project/project-settings/custom-errors.md)
- [Page management](https://docs-old.app.metamaze.eu/project/project-settings/page-management.md)
- [Project-specific IP whitelisting](https://docs-old.app.metamaze.eu/project/project-settings/project-specific-ip-whitelisting.md)
- [Feature flags](https://docs-old.app.metamaze.eu/project/project-settings/feature-flags.md)
- [General Settings](https://docs-old.app.metamaze.eu/project/project-settings/general-settings.md)
- [Project guidelines](https://docs-old.app.metamaze.eu/project/project-guidelines.md)


---

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

```
GET https://docs-old.app.metamaze.eu/project.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.
