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

# Produkte-Übersicht

Wenn Du in der Plattform-Administration Deines Payrexx-Kontos zu **Produkte** navigierst, wird eine Liste mit allen bereits erstellten Produkten angezeigt:

<div align="left"><figure><img src="/files/stR6zxuWYc30Xhru4NZG" alt=""><figcaption><p>Übersicht aller erstellten Produkte in der Plattform-Administration</p></figcaption></figure></div>

In der Produkte-Übersicht stehen die folgenden Funktionen zur Verfügung:

### Produkt bearbeiten

Klicke auf das Symbol mit dem Stift, um das jeweilige Produkt zu bearbeiten:

<div align="left"><figure><img src="/files/OsWWOauiC7bH1A05hA5n" alt=""><figcaption><p>Bearbeiten eines bestehenden Produkts in Payrexx</p></figcaption></figure></div>

Mehr zum Bearbeiten von Produkten findest Du in dem entsprechenden Artikel:

{% content-ref url="/pages/fXGqNfQiVRr2AeZ5SObd" %}
[Produkte erstellen und bearbeiten](/platform/admin/produkte/produkte-erstellen-und-bearbeiten.md)
{% endcontent-ref %}

### Features anzeigen

Klicke auf das Dropdown "Anzeigen", um die Liste aller Features und der Transaktionsgebühren des jeweiligen Produkts anzuzeigen:

<div align="left"><figure><img src="/files/kIbezr6Cpi23aB4mUCAI" alt=""><figcaption><p>Anzeigen der Features und Transaktionsgebühren eines Produkts</p></figcaption></figure></div>

Nach dem Klick auf "Anzeigen" werden die Informationen zum Produkt aufgeklappt und wie folgt dargestellt:

<div align="left"><figure><img src="/files/ZolYlydRe45qe88MQz4Y" alt=""><figcaption><p>Liste der Features des Produkts</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/dn1MMyFSbjq7L2DxHB4s" alt=""><figcaption><p>Auflistung der Transaktionsgebühren des Produkts</p></figcaption></figure></div>


---

# 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/produkte/produkte-ubersicht.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.
