> 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/uninstall-or-turn-off-bogos.md).

# 卸载或关闭 BOGOS

{% hint style="info" %}
在进行操作之前，我们建议您**联系我们的支持团队**以获得更好的指导。
{% endhint %}

## 关闭或卸载 BOGOS 之前

在此之前，请确保：

* 所有相关订单均已完成履约。
* \*\*所有优惠活动均已关闭。\*\*如果“设置”中的“关闭优惠活动后删除赠品商品”选项未启用，您必须手动删除所有优惠活动。

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

## 1. 关闭应用状态

关闭应用状态：

1. 打开 BOGOS 应用
2. 进入“设置” > “通用” > 点击“禁用”
3. 关闭应用嵌入 > 保存

<figure><img src="/files/2Qj2sUsCylcsAwHbWfF5" alt=""><figcaption></figcaption></figure>

## 2. 卸载

{% hint style="warning" %}
重置应用将清除与 BOGOS 相关的所有数据，且**无法恢复**。
{% endhint %}

为避免出现意外问题，请在卸载前重置 BOGOS 应用，以移除所有应用代码及克隆的赠品商品：

1. 打开 BOGOS 应用
2. 进入“设置” > “重置应用数据” > 重置应用
3. 从您的 Shopify 后台卸载 BOGOS 应用。

<figure><img src="/files/m3WLef5jgU8I2TjgePgQ" 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/quick-start-guide/uninstall-or-turn-off-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.
