> 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/gift-offer/create-from-a-template.md).

# 从模板创建

创建赠品优惠时,您可以从以下 5 种模板中进行选择:

* 消费满 X 金额获得赠品
* 购买赠送试用装
* BOGO(买一送一,相同商品)
* BXGY(买 X 送 Y)
* 消费越多送越多

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

按照以下步骤,了解如何使用 BOGOS 通过通用模板创建赠品优惠。

在开始之前,请确保您的网店已安装 BOGOS 应用。

**步骤 1**:首先,让我们进入 BOGOS 后台,选择创建优惠活动,然后点击赠品优惠。

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

**步骤 2**:在创建赠品优惠部分,为您的活动选择一个模板,然后点击创建优惠活动。

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

{% hint style="info" %}
如果找不到您想要的模板,或希望定制模板以匹配您的品牌,欢迎联系我们的支持团队。
{% endhint %}


---

# 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/gift-offer/create-from-a-template.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.
