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

# Settings

The platform settings are divided into the following ten subcategories. Click on each link to learn more.

## Overview of the Settings

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/8yEw4NQdtIdo5r7cH65s">Emails</a></td><td>Edit and translate the automated system notifications to your merchants via e-mail.</td><td></td><td></td></tr><tr><td><a href="/pages/PsJUIk5nQJXTZEqQH4oX">Email Templates</a></td><td>Make changes to the look &#x26; feel of the e-mails sent to merchants.</td><td></td><td></td></tr><tr><td><a href="/pages/QQhq3oBHeDKcdU057IZA">Dashboard Messages</a></td><td>Manage messages that are displayed directly on your merchants’ dashboards.</td><td></td><td></td></tr><tr><td><a href="/pages/ZrNgwmalh39GrPfn8z3h">Legal Templates</a></td><td>Add and edit legal content such as Terms and Conditions, Privacy Policy, and Imprint.</td><td></td><td></td></tr><tr><td><a href="/pages/Hdrn8jIKjWkwLqrgNlqP">Contact Details</a></td><td>Enter contact details and e-mail addresses in order to receive notifications.</td><td></td><td></td></tr><tr><td><a href="/pages/BfbL9GIOYivCSrHCHa2l">Default Frontend Template</a></td><td>Set the default appearance of your merchants’ payment gateway.</td><td></td><td></td></tr><tr><td><a href="/pages/u7vEse8BBCkOBlJ7o7Zf">Backend Template</a></td><td>Customize the default look &#x26; feel of the merchant backend.</td><td></td><td></td></tr><tr><td><a href="/pages/kfTPPSUmEJmmTkS0BBNh">User Administration</a></td><td>Create and manage user accounts and assign roles for your platform staff.</td><td></td><td></td></tr><tr><td><a href="/pages/hYMPWVK4kgKyVmo3GHAi">Invoicing</a></td><td>Configure settings for the invoicing and dunning process for merchants.</td><td></td><td></td></tr><tr><td><a href="/pages/7iuxftkoFfbADhagOtrP">Plugins</a></td><td>Provide plugins to connect your platform with merchants’ e-commerce solutions.</td><td></td><td></td></tr></tbody></table>

### Platform administration language

If you want to change the language of your platform administration, use the button at the bottom of the main menu. Payrexx is available in the following languages:

<div align="left"><figure><img src="/files/mwBWs2mEMsPEAsdErMOi" alt="" width="200"><figcaption><p>Changing the language in Payrexx</p></figcaption></figure></div>

{% hint style="info" %}
This language setting applies to the platform administration of your Payrexx account. Connected merchants can choose the [language of their administration interface](https://docs.payrexx.com/merchant/english/account/dashboard#setting-the-language) independently.
{% 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.payrexx.com/platform/english/admin/settings.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.
