> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/platform/backoffice.md).

# Backoffice

- [Dashboard](https://docs.payrexx.com/platform/backoffice/dashboard.md): Dieser Artikel befasst sich mit dem Dashboard, der Einstiegsseite der Plattform-Administration Deines Payrexx-Kontos.
- [Händler](https://docs.payrexx.com/platform/backoffice/handler.md): In diesem Bereich erfährst Du alles über die Händlerübersicht, die Händler-Detailansicht, wie Du Händler erstellen, bearbeiten und löschen kannst sowie über die Konto-Verifizierung (KYC).
- [Übersicht und Bearbeiten](https://docs.payrexx.com/platform/backoffice/handler/ubersicht-und-bearbeiten.md): In diesem Artikel erfährst Du, wie Du die Händler-Übersicht nutzt: Wir zeigen Dir, wie Du neue Händlerkonten erstellst, bestehende bearbeitest, Daten exportierst oder Konten löschst.
- [Detailansicht Händler](https://docs.payrexx.com/platform/backoffice/handler/detailansicht-handler.md): In diesem Artikel erfährst Du, welche Informationen in der Händler-Detailansicht zur Verfügung stehen, wie Du Abonnemente und Rechnungen eines Händlers einsiehst und sein aktuelles Abo änderst.
- [Händlerkonto erstellen](https://docs.payrexx.com/platform/backoffice/handler/handlerkonto-erstellen.md): In diesem Artikel lernst Du, wie Du innerhalb Deiner Plattform ein neues Händlerkonto erstellen kannst.
- [Händlerkonto löschen](https://docs.payrexx.com/platform/backoffice/handler/how-can-i-delete-a-merchant-account.md): In diesem Artikel erfährst Du, wie Du ein Händlerkonto deaktivieren und löschen kannst.
- [Konto-Verifizierung (KYC)](https://docs.payrexx.com/platform/backoffice/handler/konto-verifizierung-kyc.md): Erfahre, was man unter "Know Your Customer" (KYC) versteht, weshalb es diesen Konto-Verifizierungsprozess braucht und wie man ihn erfolgreich durchführt.
- [Abonnemente](https://docs.payrexx.com/platform/backoffice/abonnemente.md): In den folgenden beiden Artikeln erfährst Du, wie Du die Abonnementübersicht nutzt, Abonnemente suchst und exportierst sowie neue Abonnemente erstellst.
- [Übersicht Abonnemente](https://docs.payrexx.com/platform/backoffice/abonnemente/ubersicht-abonnemente.md): In diesem Artikel zeigen wir Dir, wie Du die Abonnements-Übersicht nutzt, wie Du Abonnemente findest und Daten exportierst.
- [Erstellen eines Abonnements](https://docs.payrexx.com/platform/backoffice/abonnemente/erstellen-eines-abonnements.md): In diesem Artikel erfährst Du, wie Du für einen der angeschlossenen Händler ein neues Abonnement erstellst.
- [Rechnungen](https://docs.payrexx.com/platform/backoffice/rechnungen.md): Dieser Artikel erklärt, wie Du Transaktionsgebühren Deinen Händlern zuordnest und die entsprechenden Rechnungen versendest.
- [Referenzen](https://docs.payrexx.com/platform/backoffice/referenzen.md): Erfahre in diesem Artikel, was Referenzen sind, wofür sie verwendet werden und wie Du in Payrexx Referenzcodes erstellen kannst.
- [Auszahlungen](https://docs.payrexx.com/platform/backoffice/auszahlungen.md): In diesem Artikel erfährst Du, wo Du die Übersicht aller an Dich ausbezahlten Transaktionsprovisionen findest, wie Du Auszahlungsberichte herunterlädst und Auszahlungsdaten exportierst.


---

# 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.payrexx.com/platform/backoffice.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.
