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

# Admin

- [Produkte](https://docs.payrexx.com/platform/admin/produkte.md): In diesem Kapitel erfährst Du, wie Du für Deine Händler Pläne mitsamt Features, Preisen und Transaktionsgebühren erstellen und verwalten kannst.
- [Produkte-Übersicht](https://docs.payrexx.com/platform/admin/produkte/produkte-ubersicht.md): Erfahre, wo Du die Übersicht aller erstellten Produkte (Pläne) findest und welche Informationen und Funktionen es auf dieser Seite gibt.
- [Produkte erstellen und bearbeiten](https://docs.payrexx.com/platform/admin/produkte/produkte-erstellen-und-bearbeiten.md): In diesem Artikel erfährst Du, wie Du in der Plattformlösung Produkte (Pläne) erstellst, die die angeschlossenen Händler buchen können.
- [POS-Terminal-Pläne](https://docs.payrexx.com/platform/admin/pos-terminal-plane.md): In diesem Artikel erfährst Du, wie Du für die angeschlossenen Händler die Mietpreise festlegst, zu denen sie die POS-Kartenlesegeräte beziehen können.
- [Einstellungen](https://docs.payrexx.com/platform/admin/einstellungen.md): Auf den folgenden Seiten erfährst Du alles über die verfügbaren Plattform-Einstellungen.
- [E-Mails](https://docs.payrexx.com/platform/admin/einstellungen/e-mails.md): Dieser Artikel zeigt, wo Du die E-Mails findest, die automatisch an die Händler verschickt werden. Zudem erfährst Du, wie Du die Inhalte dieser E-Mails bearbeiten kannst.
- [E-Mail-Template](https://docs.payrexx.com/platform/admin/einstellungen/e-mail-template.md): In diesem Artikel erfährst Du, wie Du das Look & Feel der automatisierten E-Mails anpassen kannst.
- [Dashboard Messages](https://docs.payrexx.com/platform/admin/einstellungen/dashboard-messages.md): Erfahre, wie Du Deine angeschlossenen Händler über wichtige Neuigkeiten direkt in ihrem Dashboard informieren kannst.
- [Rechtliche Vorlagen](https://docs.payrexx.com/platform/admin/einstellungen/rechtliche-vorlagen.md): In diesem Artikel erfährst Du, wie Du eine Datenschutzerklärung, allgemeine Geschäftsbedingungen und ein Impressum festlegst und diese Inhalte Deinen Händlern zur Verfügung stellst.
- [Kontaktangaben](https://docs.payrexx.com/platform/admin/einstellungen/kontaktangaben.md): Erfahre, wie Du festlegst, an welche Deiner E-Mail-Adressen Du die verschiedenen Systembenachrichtigungen erhalten möchtest und wo Du Deine Kontaktangaben hinterlegen kannst.
- [Standard Frontend-Template](https://docs.payrexx.com/platform/admin/einstellungen/standard-frontend-template.md): In diesem Artikel erfährst Du, wie Du festlegen kannst, wie die Bezahlseiten und E-Mails Deiner neuen Händler standardmässig dargestellt werden sollen.
- [Backend-Template](https://docs.payrexx.com/platform/admin/einstellungen/backend-template.md): In diesem Artikel erfährst Du, wie Du für die angeschlossenen Händlerkonten Standardeinstellungen bezüglich Layout und Darstellung vornimmst.
- [Benutzerverwaltung](https://docs.payrexx.com/platform/admin/einstellungen/benutzerverwaltung.md): In diesem Artikel lernst Du, wie Du Benutzer erstellst und Rollen definierst, damit Deine Mitarbeitenden die Plattform-Administration von Payrexx nutzen können.
- [Rechnungsstellung](https://docs.payrexx.com/platform/admin/einstellungen/rechnungsstellung.md): Dieser Artikel zeigt, wie Du Einstellungen zum Rechnungs- und Mahnprozess vornehmen kannst.
- [Plugins](https://docs.payrexx.com/platform/admin/einstellungen/plugins.md): In diesem Artikel erfährst Du, wie Du Deinen Händlern Plugins zur Anbindung von Payrexx an ihre E-Commerce-Lösung anbietest.


---

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