> 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/detailed-guide/upsell-offer.md).

# Upsell-Angebot

Dieser Überblick über die Erstellung von Upsell-Angeboten hilft Ihnen dabei, mit der BOGOS-App Upselling zu betreiben, um Ihr Geschäft zu skalieren.<br>

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

### Upselling an der Kasse (nur Shopify Plus) <a href="#h.icvc5t5njg1y" id="h.icvc5t5njg1y"></a>

[Upselling an der Kasse](/de/detailed-guide/upsell-offer/create-checkout-upsell.md) ermöglicht es Ihnen, relevante Empfehlungen direkt auf der Checkout-Seite anzuzeigen, um Last-Minute-Käufe vor der Zahlung zu erfassen.

Beispiel: Ein Kunde, der ein Paar Schuhe kauft, sieht auf der Checkout-Seite ein Angebot, passende Socken mit 20 % Rabatt hinzuzufügen.

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

### Wird oft zusammen gekauft <a href="#h.tp2xxzz5n65t" id="h.tp2xxzz5n65t"></a>

["Wird oft zusammen gekauft"](/de/detailed-guide/upsell-offer/create-frequently-bought-together.md) zeigt eine Gruppe ergänzender Produkte an, die häufig zusammen mit dem gerade betrachteten Artikel gekauft werden.

Beispiel: Beim Kauf einer Kamera sehen Kunden typischerweise einen Bereich „Wird oft zusammen gekauft“ mit Artikeln wie Speicherkarten und Stativen.

Es gibt **2 Upselling-Widget-Typen:**

1. **Wird oft zusammen gekauft**

![](/files/3GxwsCFOGpHvmeiyS8Mm)

2. **Produkt-Add-on**

![](/files/KuNeKs0frOJJoqOGL83l)

### Upselling auf der Dankesseite <a href="#h.qiy2rbj2d66t" id="h.qiy2rbj2d66t"></a>

["Upselling auf der Dankesseite"](/de/detailed-guide/upsell-offer/create-thank-you-page-upsell.md) bezeichnet eine Verkaufstaktik, bei der Sie ergänzende Produkte auf der Dankesseite anbieten, direkt nachdem Kunden einen Kauf abgeschlossen haben.

Beispiel: In der Kosmetikbranche wird Kunden nach dem Kauf eines Hautpflege-Sets stets eine vergünstigte Gesichtsmaske angeboten, die sie sofort in den Warenkorb legen können.

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


---

# 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/detailed-guide/upsell-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.
