# Annotation of training data

## Annotation of training data

The annotation of data can consist of several steps depending on the [Project settings](/project/project-settings.md)

* **Page management** - if a file can contain multiple documents and therefore needs to be split up.
* **Document classification** - if multiple document types must be recognised
* **Entity extraction** - if words are to be recognised as entity values from a document

Metamaze contains a task system to facilitate the labeling process. By making use of the task system, you can make sure to label the most relevant documents first, as well as easily control labeling quality and divide the annotation work among team members. More information on how to work with tasks can be found under [Tasks](/project/training/tasks.md).


---

# 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-old.app.metamaze.eu/getting-started/processing-documents/labelling-of-training-data.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.
