> 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/bundle-offer.md).

# 捆绑优惠

了解如何使用 BOGOS 创建强大的捆绑优惠，简化购物体验并提升客单价（AOV）。

### 经典捆绑包 <a href="#h.10dadxctporw" id="h.10dadxctporw"></a>

经典捆绑包是由两件或多件商品组成的预设组合，通常以折扣价一起出售，以鼓励顾客购买。

示例：购买 Beside Table 和 Black beanbag 即可获得一份免费赠品。

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

### 混搭组合 <a href="#h.51im3acf882d" id="h.51im3acf882d"></a>

混搭组合允许顾客从预先选定的系列中选择商品组合。与单独购买相比，这些捆绑包通常以更优惠的价格出售。

示例：从 Summer Package 系列中任选 2 件 T 恤和 1 条裤子，即可享受比单独购买便宜 10% 的优惠

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

### 捆绑包构建器 <a href="#h.h43prdwsxyoh" id="h.h43prdwsxyoh"></a>

捆绑包构建器是一个专属落地页，展示自定义构建的单个捆绑包或一系列捆绑包，顾客可以从中选择并自定义他们的个性化捆绑包。

示例：从 Limited Summer Edition 中自定义您自己的捆绑包，最高可节省 30%

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

### 捆绑包页面 <a href="#h.f4ckkxuprt2" id="h.f4ckkxuprt2"></a>

BOGOS 的捆绑包页面让您可以为您的捆绑包**创建专属产品页面**，顾客可以直接在该页面上混搭商品、选择变体并调整数量。

<figure><img src="/files/6OzzAi0XzRdWd1Ej1dtC" 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/bundle-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.
