> 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/2.-how-to-create-a-buy-one-get-one-bogo-offer.md).

# 2. Wie erstellt man ein Buy-One-Get-One (BOGO) Angebot?

{% hint style="info" %}
Ein Buy One Get One (BOGO) oder Buy X Get Y ist eine Verkaufskampagne, bei der Kunden, die ein bestimmtes Produkt kaufen, ein weiteres Geschenk angeboten wird.
{% endhint %}

Hier sind die Schritte zur Erstellung eines BOGO.

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

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

**Schritt 2: Bedingung wählen: Unter** Hauptbedingung des Angebots > Hauptbedingung hinzufügen > wählen Sie **Spezifisches Produkt Bedingung** > Fügen Sie diese Bedingung hinzu

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

**Schritt 3: Produkte auswählen.** Kunden müssen diese Produkte zuerst kaufen, um ein Geschenk zu erhalten.

Wenn Sie ein 'Mehr kaufen, mehr bekommen'-Angebot erstellen möchten (z. B. 2 kaufen, 1 erhalten > 4 kaufen, 2 erhalten...), aktivieren Sie bitte die Option Geschenke mit der Anzahl der Produkte multiplizieren.

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

**Schritt 4: Geschenke auswählen.** Wählen Sie das Geschenk des Angebots aus. Sie können den Rabattprozentsatz des Geschenks 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**, um die Angebotseinrichtung zunächst zu speichern, aber noch nicht zu veröffentlichen.


---

# 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/2.-how-to-create-a-buy-one-get-one-bogo-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.
