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

# 追加销售优惠

这份关于创建追加销售优惠的概述将帮助你开始使用 BOGOS 应用进行追加销售，从而扩大你的业务。<br>

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

### 结账页追加销售（仅限 Shopify Plus） <a href="#h.icvc5t5njg1y" id="h.icvc5t5njg1y"></a>

[结账页追加销售](/cn/detailed-guide/upsell-offer/create-checkout-upsell.md) 允许你在结账页面直接展示相关推荐，从而在付款前捕获最后一刻的购买机会。

示例：一位购买鞋子的顾客在结账页面看到一份以 8 折优惠添加配套袜子的优惠。

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

### 常一起购买 <a href="#h.tp2xxzz5n65t" id="h.tp2xxzz5n65t"></a>

[常一起购买](/cn/detailed-guide/upsell-offer/create-frequently-bought-together.md) 会展示一组顾客在浏览当前商品时经常一同购买的互补商品。

示例：在选购相机时，顾客通常会看到一个“常一起购买”区块，展示存储卡和三脚架等商品。

共有 **2 种追加销售小组件类型：**

1. **常一起购买**

![](/files/3GxwsCFOGpHvmeiyS8Mm)

2. **商品附加项**

![](/files/KuNeKs0frOJJoqOGL83l)

### 感谢页追加销售 <a href="#h.qiy2rbj2d66t" id="h.qiy2rbj2d66t"></a>

[感谢页追加销售](/cn/detailed-guide/upsell-offer/create-thank-you-page-upsell.md) 是一种销售策略，指在顾客完成购买后，立即在感谢页面上提供互补商品。

示例：在美妆行业中，顾客购买护肤套装后，总会收到一份可立即加入购物车的折扣面膜优惠。

<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/cn/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.
