> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/de/faqs/1.-how-to-create-a-gift-with-purchase-offer.md).

# 1. Wie erstelle ich ein Gift-with-Purchase-Angebot?

{% embed url="<https://youtu.be/R-DeHLuCFOw?si=6w880J6uH1yZMX5s>" %}

{% hint style="info" %}
Ein Gift with Purchase ist eine Verkaufskampagne, bei der Kunden, die einen bestimmten Bestellwert kaufen, ein Geschenk angeboten wird.

Z. B.: 100 $ ausgeben und ein Geschenk erhalten, 200 $ ausgeben und 2 Geschenke erhalten ...
{% endhint %}

Hier sind die Schritte zur Erstellung eines Gift with Purchase in der BOGOS-App.

**Schritt 1: Klicken Sie auf Angebot erstellen**

<figure><img src="/files/5GnYujd8y97igUoOKqD6" alt=""><figcaption></figcaption></figure>

**Schritt 2: Bedingung wählen:** Gehen Sie zu Hauptbedingung des Angebots > Hauptbedingung hinzufügen > wählen Sie **Warenkorbwert-Bedingung** > Diese Bedingung hinzufügen

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

**Schritt 3: Richten Sie den Warenkorbwertbereich ein.** Füllen Sie die Bedingung für den Mindest- (und Höchst-) Warenkorbwert Ihres Angebots aus. Der Bestellwert des Kunden muss in diesem Bereich liegen, um Geschenke zu erhalten.

Zum Beispiel: Sie können den Mindestwert auf 100 setzen, sodass Kunden mindestens 100 $ in Ihrem Shop ausgeben müssen, um Geschenke zu erhalten. Sie können das Angebot auch auf bestimmte Produkte, Typen, Anbieter oder Sammlungen anwenden.

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

**Schritt 4: Geschenke auswählen.** Wählen Sie das Geschenk des Angebots aus. Sie können den Prozentsatz des Geschenkrabatts und die Anzahl der Geschenke, die Kunden erhalten, ändern.

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

**Schritt 5:** Klicken Sie auf **Veröffentlichen**, um Ihr Angebot sofort in Ihrem Online-Shop zu veröffentlichen.\
Klicken Sie auf **Entwurf speichern**, wenn Sie die Angebotseinrichtung zunächst speichern, aber noch nicht veröffentlichen möchten.


---

# 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.bogos.io/de/faqs/1.-how-to-create-a-gift-with-purchase-offer.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.
