> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/apps/pramienartikel-gratisartikel/anlegen-einer-pramie.md).

# Anlegen einer Prämie

Die Einstellungen können in der Admin unter **Kataloge -> Produkte** vorgenommen werden. Hierfür ein bestehendes Produkt wählen, oder ein neues anlegen. Auf der Produkt Detailseite finden sich unter dem Tab **Spezifikationen** ganz unten die **Zusatzfelder**.

Bitte den Zusatzfeld Tab **Prämien Artikel** auswählen. Folgende Einstellungsmöglichkeiten gibt es:

* **Als Prämien Artikel nutzen**
* **Verfügbarkeitsregel** (Sie können den Rule Builder verwenden, um benutzerdefinierte Regeln für die Verfügbarkeit festzulegen – z. B. eine maximale Warenkorb-Summe definieren)
* **Minimum Warenkorbwert** (Die Prämie ist erst ab dem eingestellten Warenkorbwert gültig. Diese Funktion funktioniert aktuell nur mit einer Shop Währung)
* **Position** (Position des aktuellen Prämienartikels im Prämienartikel-Slider)

{% hint style="info" %}
Für den gewünschten Prämien Artikel, muss unter **Allgemein** als Preis **0** hinterlegt werden. Auch sollten sämtliche Preisregeln des Artikels gelöscht werden. Mittels der Einstellung **Maximalabnahme**, kann gesteuert werden, wie oft dieser Artikel dem Warenkorb hinzugefügt werden darf.
{% endhint %}

Durch das Zusatzfeld **Position** kann gesteuert werden, wie weit vorne die Prämie im Checkout angezeigt wird.


---

# 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.premsoft.de/apps/pramienartikel-gratisartikel/anlegen-einer-pramie.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.
