> 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/lieferanten-zuordnungsvorschlage.md).

# Lieferanten-Zuordnungsvorschläge

Das Nachverfolgen von Verknüpfungen zwischen deinen eigenen Artikeln und den sich ständig ändernden Katalogen der Lieferanten kann eine ziemliche Aufgabe sein. Lieferanten-Match-Vorschläge machen diesen Prozess intelligent und größtenteils automatisch. Es ist der „Matchmaker“ zwischen deinem Lager und der Außenwelt.

#### Matching

Wenn du einen neuen Katalog einliest, sucht Powerall nach Übereinstimmungen. Auf Basis von Artikelnummern, EAN-Codes und Beschreibungen macht das System Vorschläge: „Dieses Produkt aus dem Katalog ähnelt deinem Artikel X sehr.“ Diese Vorschläge musst du nur noch prüfen und bestätigen.

#### Preisabweichungen

Eine der wichtigsten Funktionen des Match-Vorschlags ist der Einblick in Preisunterschiede. Das System zeigt dir direkt, wo der neue Katalogpreis von dem Einkaufspreis abweicht, der derzeit in deinem System hinterlegt ist.

* **Anstiege**: Sieh direkt, wo deine Marge unter Druck gerät.
* **Rückgänge**: Profitiere von besseren Einkaufskonditionen. Du kannst nach der Größe der Abweichung filtern, damit du zuerst die wichtigsten Änderungen verarbeiten kannst.

#### Tipps

Hast du Hunderte von Vorschlägen? Mit den Massenaktionen verarbeitest du große Gruppen von Verknüpfungen auf einmal. Du kannst festlegen, dass alle Matches mit einer kleinen Preisabweichung automatisch genehmigt werden dürfen, während du die großen Unterschiede manuell prüfst. So bleibt dein Artikelstamm mit minimalem Aufwand zu 100 % auf dem neuesten Stand.


---

# 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/lieferanten-zuordnungsvorschlage.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.
