> 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/english/backoffice/merchants.md).

# Merchants

In this context, merchants refer to your customers who are registered on your platform and use it to receive payments.

This section is divided into the following articles:

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/OvxbTbs6N5xtvgz0FAgd">Overview and Editing</a></td><td>Using the merchant overview, finding merchants, filtering merchants, and exporting data</td></tr><tr><td><a href="/pages/HnntgjDqwijydRl5VrSs">Merchant Detail View</a></td><td>Using the merchant detail view, making settings, changing plans, and creating invoices</td></tr><tr><td><a href="/pages/1ZgkGx6VgbQ2PxHsoZJ4">Creating a Merchant Account</a></td><td>Creating new merchant accounts, manually or by copying and modifying an existing one</td></tr><tr><td><a href="/pages/-McKoFTJ_LnSU-m8Koqk">Deleting a Merchant Account</a></td><td>Unpublishing and/or deleting existing merchant accounts</td></tr><tr><td><a href="/pages/SHbNtglMTkiDsImZImba">Know Your Customer (KYC)</a></td><td>Information about the merchant account verification process (Know Your Customer)</td></tr></tbody></table>


---

# 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/english/backoffice/merchants.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.
