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

# Overview

When first logging in to Metamaze or when clicking the Metamaze icon in the top left corner of the page you'll see an overview of the list of projects and document types for your organisation.

![](/files/YvabFf8quWuHFXWxzQdx)

You can easily toggle the view between projects and document types.

![](/files/vERDQplNIx4hX56SZRQW)

Each project or document type has a number of properties:

* Name
* Number of documents in human validation (project only)
* Automation rate (% of documents automated)
* Date of last training
* Date of creation
* Created by
* Organisation that owns the project/document type

## Favorite projects

When dealing with a lot of organizations and projects, it takes a bit of time to go straight to projects you work on regularly. To make this process easier, you can click the star icon on a project card to favorite it. This will place those projects in a separate group at the top.

<figure><img src="/files/QQrPxX0aH1yL2qSxKNJr" alt=""><figcaption></figcaption></figure>


---

# 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/overview.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.
