> 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/quick-start-guide/enable-bogos.md).

# 启用 BOGOS

启用 BOGOS 应用：

1. 从您的 Shopify 后台，进入“主题 > 编辑主题”

   <figure><img src="/files/d0HrvPQjE2R9gwkLAVVB" alt=""><figcaption></figcaption></figure>
2. 进入“应用嵌入” > 搜索“BOGOS: Free Gift” > 将其开启。
3. 点击保存按钮。

{% hint style="info" %}
BOGOS 以应用嵌入和主题应用扩展的形式运作。这是 Shopify 推荐的安全、简洁的应用安装方式。
{% endhint %}

{% hint style="info" %}
保存按钮完成保存后会变灰。如果保存按钮仍处于可点击状态，说明您可能还未点击它。
{% endhint %}

{% hint style="danger" %}
在 BOGOS 处于禁用或卸载状态期间，请务必确保所有优惠活动均已关闭或删除。
{% endhint %}

如有任何疑问，请通过在线聊天给我们留言，或发送邮件至 <help@bogos.io>。祝您的促销活动顺利！


---

# 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/quick-start-guide/enable-bogos.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.
