> For the complete documentation index, see [llms.txt](https://docs.powerall.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerall.app/de/teile/lieferanten/kataloge.md).

# Kataloge

Ein Katalog in Powerall ist eine externe Bibliothek mit Produkten, die von einem Lieferanten bereitgestellt wird. Statt Tausende Artikel manuell einzugeben, nutzt du einen Katalog als Quelle. So hältst du deinen eigenen Artikelstamm sauber und kompakt, während du trotzdem Zugriff auf das gesamte Sortiment deines Lieferanten hast.

#### Katalog-Browser

Mit dem Katalog-Browser suchst du blitzschnell durch Zehntausende Produkte, ohne dass diese in deiner eigenen Lagerliste stehen. Brauchst du ein Teil, das du noch nie zuvor verkauft hast? Such es im Browser, sieh dir die Bilder und Spezifikationen an und füge es mit einem Klick einem Arbeitsauftrag oder Verkaufsauftrag hinzu. Powerall legt dann im Hintergrund direkt den Artikel mit den richtigen Daten für dich an.

#### Versionsverwaltung und Updates

Produktinformationen und Preise ändern sich ständig. Powerall behält das für dich im Blick. Bei jedem Katalog siehst du sofort, ob ein Update verfügbar ist. Wenn du ein Update ausführst, werden neue Produkte hinzugefügt, ausgelaufene Artikel markiert und Preisvorteile direkt übernommen. So arbeitest du nie mit veralteten Informationen.

#### Umsatzgruppen und Automatisierung

Pro Katalog kannst du im Voraus festlegen, in welche Umsatzgruppe neue Artikel standardmäßig fallen sollen. Das bedeutet: Selbst wenn du ein neues Produkt aus dem Katalog verkaufst, stimmt die finanzielle Abwicklung in deiner Buchhaltung sofort.


---

# 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.powerall.app/de/teile/lieferanten/kataloge.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.
