> 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/setup-und-konfiguration/einrichtung-der-plattform/zugriff-und-login.md).

# Zugriff und Login

## Login in die Plattform-Administration

Gehe bitte wie folgt vor, um Dich in die Plattform-Administration einzuloggen:

1. Rufe im Browser den Link zu Deiner Plattform-Administration auf: <https://backoffice.beispiel.com>. Ersetze dabei "beispiel.com" durch die Domain Deiner Plattform.
2. Logge Dich mit Deiner E-Mail-Adresse und Deinem Passwort ein:

<div align="left"><figure><img src="/files/46mvOnDs2OnWQqz93Kyy" alt="" width="494"><figcaption><p>Login in die Plattform-Administration</p></figcaption></figure></div>

{% hint style="info" %}
Solltest Du das Passwort nicht kennen, kannst Du es über den Link "Passwort vergessen" zurücksetzen.
{% endhint %}

3. Führe gemäss den Anweisungen am Bildschirm die 2-Faktor-Authentifizierung durch.

{% hint style="info" %}
Die 2-Faktor-Authentifizierung kann mit der Google Authenticator App ([Google Play](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\&hl=de_CH\&gl=US) | [App Store](https://apps.apple.com/ch/app/google-authenticator/id388497605)) oder mit dem Browser Add-on ([Google Chrome](https://support.google.com/accounts/answer/1066447?co=GENIE.Platform%3DAndroid\&hl=de)) durchgeführt werden.
{% endhint %}

{% hint style="success" %}
Du hast Dich erfolgreich in die Plattform-Administration eingeloggt.
{% endhint %}

### Zusätzliche Administrator-Zugänge

Zusätzliche Benutzerkonten kannst Du direkt in deinem Backoffice erstellen und bearbeiten. Die genaue Anzahl der in deinem Vertrag enthaltenen Benutzerkonten findest du dort.

<figure><img src="/files/Yky281BT8H15FYOOFGvY" alt=""><figcaption><p>Einstellungen > Benutzerverwaltungen</p></figcaption></figure>

<figure><img src="/files/oNuaQ9z76PhD5zTP9MJg" alt=""><figcaption></figcaption></figure>

## Zugriff für Händler

Erfahre, wie sich neue Händler auf Deiner Plattform registrieren und bestehende Händler einloggen können.

### Registrierung von neuen Händlern&#x20;

Neue Händler können sich über den Link <https://signup.beispiel.com> registrieren, wobei "beispiel.com" durch die Domain Deiner Plattform ersetzt werden muss.

### Login von bestehenden Händlern&#x20;

Bestehende Händler können sich über den Link <https://login.beispiel.com> in ihr Backoffice einloggen, wobei "beispiel.com" durch die Domain Deiner Plattform ersetzt werden muss.


---

# 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/setup-und-konfiguration/einrichtung-der-plattform/zugriff-und-login.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.
