> 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/understanding-basic-terms.md).

# 了解基本术语

## 本页内容

* [赠品商品](#gift-product)
* [购物车金额条件](#cart-value-condition)
* [购物车数量条件](#cart-quantity-condition)
* [特定商品条件](#specific-product-condition)

## 赠品商品

赠品商品是指当顾客的购物车满足优惠活动条件时，顾客将获得的免费或折扣商品。

创建方式：

* 当您选择某个商品作为赠品时，应用会基于您的原始商品克隆一个新商品。一旦顾客满足您优惠活动的条件，该商品即会发送给顾客。
* 赠品商品在网店中将被隐藏。

## 购物车金额条件

此条件要求顾客的购物车金额达到特定数值才能获得赠品。

> 满 $100 获赠赠品

## 购物车数量条件

此条件要求顾客的购物车达到特定商品数量才能获得赠品。

> 购买 5 件商品获赠赠品

## 特定商品条件

此条件要求顾客购买特定商品才能获得赠品。

> 购买商品 A 获赠赠品 B

您现在就可以开始安装 BOGOS，为您的店铺创建新的赠品活动！


---

# 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/understanding-basic-terms.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.
