> 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/getting-started.md).

# Getting started

In this section you will learn everything you need to know to get started with Metamaze. You can click the links below on each topic to get you started.

{% tabs %}
{% tab title="Setting up a project" %}
{% content-ref url="/pages/-MBeV35U6YoD0U983PCZ" %}
[Create a new project](/getting-started/project-management/create-a-project.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mg5k1Rx1jcn9nwSCOMV" %}
[Configure a document type](/getting-started/project-management/create-a-document-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/iGQB9b0KIDbFBsTNQOsG" %}
[Configure entities](/getting-started/project-management/configure-entities.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Process documents" %}
{% content-ref url="/pages/-MCC\_qqBdtTyWcA7D0tY" %}
[Uploading data](/getting-started/processing-documents/input-of-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCCcWjPFMF1dVhQNrwL" %}
[Uploads overview](/getting-started/processing-documents/detail-view-pipeline.md)
{% endcontent-ref %}

{% content-ref url="/pages/r3z2LpOUNN1yDZdxdKDb" %}
[Document overview](/getting-started/processing-documents/training-data-management-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MCBobRJhDmqdWT2uwPd" %}
[Annotation of training data](/getting-started/processing-documents/labelling-of-training-data.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Train your models" %}
{% content-ref url="/pages/-MC6od22fSqpLDXTeUz1" %}
[Train your models](/getting-started/model-training.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Quickstart guides" %}
{% content-ref url="/pages/jrikD6feFVo9WO2uMvtz" %}
[Quickstart guides](/getting-started/quickstart-guides.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}


---

# 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/getting-started.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.
