> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/de/mandanten/tenant-usagereports.md).

# Mandantennutzungsberichte

VergeOS speichert Nutzungsstatistiken pro Mandant, um eine Abrechnung nach dem 95. Perzentil zu unterstützen. Zusätzlich werden Maximal- und Durchschnittswerte erfasst.

## Einen Verlaufsbericht für einen einzelnen Mandanten ausführen

1. Navigieren Sie zum **Dashboard des einzelnen Mandanten**.
2. Klicken Sie **Verlauf** im linken Menü.
3. Wählen Sie **Filterzeitraum**. (Geben Sie auch Von-/Bis-Daten ein, wenn die benutzerdefinierte Option ausgewählt ist.)
4. Klicken Sie **Anwenden** um die Berichte für den ausgewählten Zeitraum auszuführen.
5. Diagramme zeigen die Nutzung für den angegebenen Zeitraum an. Scrollen Sie auf der Seite nach unten, um die Statistikliste mit Durchschnitt, Maximum und 95. Perzentil zu sehen.
6. Statistiken können mithilfe der **CSV exportieren** Menüoption exportiert werden.

## Abonnementbericht (E-Mail) zur Mandantennutzung erhalten

1. Navigieren Sie zu **System > Abonnements > Neu**.
2. Konfigurieren Sie die Felder wie folgt:
   * **Zieltyp:** *Mandanten-Dashboard*
   * **Ziel:** *Mandanten-Dashboard*
   * **Typ:** *Geplant*
   * **Abonnementprofil:** *Mandantennutzung*

Vollständige Anweisungen zum Erstellen von Abonnements finden Sie unter: [**Abonnements-Überblick**](/run-the-platform/de/systemadministration/subscriptions-overview.md)

{% hint style="success" %}
**API-Nutzung**

Der [VergeOS-API](/knowledge-base/de/automation-api/verge-api-guide.md) kann auch verwendet werden, um Berichte zur Mandantennutzung auszuführen und an externe Systeme zur Verarbeitung zu senden.
{% endhint %}


---

# 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.verge.io/run-the-platform/de/mandanten/tenant-usagereports.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.
