> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/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/merchant/taptopay.md).

# Tap to Pay

- [Übersicht über Tap to Pay](https://docs.payrexx.com/merchant/taptopay/uebersicht-tap-to-pay.md): In diesem Kapitel erfährst Du, was man unter Tap to Pay versteht, wie Du die Lösung in Deinem Payrexx-Konto aktivierst und wie Du Tap to Pay benutzt.
- [Einrichtung von Tap to Pay](https://docs.payrexx.com/merchant/taptopay/einrichtung-tap-to-pay.md): In diesem Artikel erfährst Du, wie Du Tap to Pay in Deinem Payrexx-Konto einrichtest, damit Deine Kunden am Point of Sale über Dein Smartphone oder Tablet bezahlen können.
- [Zahlungen mit Tap to Pay abwickeln](https://docs.payrexx.com/merchant/taptopay/zahlungen-mit-tap-to-pay.md): In diesem Artikel erfährst Du, wie Du über die Tap to Pay App Zahlungen Deiner Kunden am Point of Sale empfangen und wie Du vergangene Transaktionen in der App einsehen kannst.
- [Transaktions-Übersicht](https://docs.payrexx.com/merchant/taptopay/transaktionsuebersicht-tap-to-pay.md): In diesem Artikel erfährst Du, wie Du vergangene Transaktionen einsehen kannst, die über Tap to Pay erfolgt sind.
- [Tap to Pay Analysetools](https://docs.payrexx.com/merchant/taptopay/tap-to-pay-analyse.md): In diesem Artikel erfährst Du, welche Analysetools es in der App von Tap to Pay gibt und wie Du die Statistiken aufrufst.
- [Tap to Pay Einstellungen](https://docs.payrexx.com/merchant/taptopay/tap-to-pay-einstellungen.md): In der App von Tap to Pay können verschiedene Einstellungen vorgenommen werden. In diesem Artikel erfährst Du, wie es funktioniert.


---

# 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/merchant/taptopay.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.
