> 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/terms-and-conditions/general-terms-and-condition.md).

# 一般条款与条件

使用 BOGOS: Free gift & Buy X Get Y 应用及所有 Shopify 应用，即表示您同意受以下条款与条件的约束。您不得将本应用（“服务”）用于任何非法或本条款与条件所禁止的目的。使用本网站或应用，即表示您完全接受本声明中包含的条款、条件及免责声明。如果您不接受本条款与条件，必须立即停止使用本应用及服务。

## 一般条件

1. 您使用本服务的风险由您自行承担。本服务按“现状”和“可用”的基础提供。
2. 技术支持仅通过邮件及我们的支持系统提供。
3. 您理解 BOGOS（Secomapp）使用第三方供应商和托管合作伙伴，提供运行本服务所需的硬件、软件、网络、存储及相关技术。
4. 您不得修改、改编或操纵本服务。
5. 您同意未经 BOGOS 和 Secomapp 明确书面许可，不得复制、翻录、拷贝、出售、转售或利用本服务的任何部分、服务的使用权，或访问本服务。
6. BOGOS（Secomapp）不保证：(i) 服务将满足您的特定需求；(ii) 服务将不间断、及时、安全或无错误；(iii) 通过使用本服务获得的结果将是准确或可靠的；(iv) 您通过本服务购买或获得的任何产品、服务、信息或其他材料的质量将符合您的期望；以及 (v) 服务中的任何错误都将得到纠正。
7. 您明确理解并同意，BOGOS（Secomapp）不对因以下情况导致的任何直接、间接、附带、特殊、后果性或惩戒性损害承担责任，包括但不限于利润损失、商誉损失、使用损失、数据损失或其他无形损失（即使 Secomapp 已被告知此类损害发生的可能性）：(i) 使用或无法使用本服务；(ii) 因通过或来自本服务购买或获得的任何商品、数据、信息或服务，或收到的消息，或达成的交易而产生的替代商品和服务的采购成本；(iii) 未经授权访问或篡改您的传输数据；(iv) 服务中任何第三方的陈述或行为；(v) 或与本服务相关的任何其他事项。
8. 数据准确性：\
   对于客户上传至系统的数据（包括但不限于客户数据以及用户上传的任何其他数据）的准确性，BOGOS（Secomapp）不承担任何责任。此外，对于因依赖系统生成的报告或系统生成的任何应用程序接口密钥而产生的 PayPal 或其他在线支付相关的联盟佣金计算错误，Secomapp 不承担任何责任。

## 信用卡信息

BOGOS 绝不会索要信用卡信息，并要求您不要在 BOGOS 及 Secomapp 网站的任何表单中输入此类信息。

## 退款

BOGOS 提供 7 天免费试用期。付款获批后，我们不予退款。

## 使用变更

BOGOS 保留自行决定以下事项的权利：

1. 在不另行通知的情况下更改、修改或（临时或永久）移除本服务或其任何部分，您确认对于此类更改或移除，服务方对您不承担任何责任。
2. 随时更改本条款与条件，恕不另行通知。

## 版权

本服务的外观和风格（设计）版权© 归 Secomapp 所有。保留所有权利。未经 BOGOS 和 Secomapp 明确书面许可，您不得复制、拷贝或重新使用 HTML、CSS、JavaScript 或视觉设计元素的任何部分。

## 联系方式

如果您对本条款有任何疑问，请通过 <help@bogos.io> 与我们联系。<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/terms-and-conditions/general-terms-and-condition.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.
