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

# 2. 如何创建“买一送一（BOGO）”优惠活动？

{% hint style="info" %}
买一送一（BOGO）或买 X 送 Y 是一种促销活动：当顾客购买某一特定商品时，将获得另一份赠品。
{% endhint %}

以下是创建 BOGO 优惠活动的步骤。

**第 1 步：点击“创建优惠活动”**

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

**第 2 步：选择条件：在“优惠活动主要条件”中 > 添加主要条件 > 选择特定商品条件** > 添加此条件

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

\*\*第 3 步：选择商品。\*\*顾客需先购买这些商品才能获得赠品。

如果您想创建“买得越多，送得越多”的活动（例如：买 2 送 1 > 买 4 送 2……），请勾选“赠品数量随商品数量倍增”选项。

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

\*\*第 4 步：选择赠品。\*\*为该优惠活动选择赠品。您可以更改赠品的折扣百分比以及顾客将获得的赠品数量。

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

**第 5 步：点击发布**，即可立即在您的网店上线该优惠活动。\
点击**保存草稿**，可先保存优惠活动设置、暂不发布。


---

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