> 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/integration/subscription-apps.md).

# 订阅应用

### 每个工具的功能

#### BOGOS：

* 创建、运行和管理优惠活动类型：赠品优惠、捆绑优惠、追加销售优惠和折扣优惠。
* 展示和管理促销小组件：赠品滑块、捆绑页面、折扣小组件和促销消息。
* 应用资格规则：控制哪些客户、商品、系列或购物车条件符合每个促销活动的条件。

#### 订阅应用：

使商家能够以定期方式（每周、每月等）销售商品，让客户可以选择“订阅并省钱”，而不是一次性购买。

### 集成实现的功能

**BOGOS 小组件内的订阅选项：**

客户可以直接在 BOGOS 数量折扣小组件内选择订阅商品，无需离开促销流程。\
\
**无缝结账体验：**

无论客户选择一次性购买还是订阅，正确的折扣逻辑和定期订单设置都能顺畅地进入结账流程。

### 已集成的标签与徽章应用

[Appstle - Subscription Apps](https://apps.shopify.com/subscriptions-by-appstle?utm_source=Partner\&utm_medium=BOGOS\&utm_campaign=Integration)

<br>


---

# 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/integration/subscription-apps.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.
