> 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/detailed-guide/ai-features/use-bogos-with-ai.md).

# 使用 BOGOS 配合 AI

AI 让您的工作更轻松。借助我们的 AI 驱动助手 **BOGOS AI**,您可以快速了解 BOGOS,或无需从零开始即可设置新的促销活动。

随时点击后台左侧的 **BOGOS AI** 图标即可访问。

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

### **BOGOS AI 可以做什么:**

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

* **提问**:将 BOGOS AI 作为您的私人向导,探索 BOGOS 功能并学习如何应用它们。
* **创建**:将 BOGOS AI 作为智能代理,根据特定条件在几秒钟内自动设置赠品优惠、捆绑优惠、折扣优惠和追加销售优惠。

#### 1. 提问

无论您是 BOGOS 新手,还是需要快速了解特定功能的答案,此选项都是您解决问题的最快途径。

在 BOGOS AI 主屏幕上,选择**提问**。

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

**您可以这样提问:**

* “如何在我的商店启用 BOGOS?”
* “BOGOS 提供哪些类型的优惠活动”
* “如何创建 BOGO 优惠活动”

此 AI 助手将为您提供清晰、简明的答案。如果无法完全解决您的问题,它将建议后续步骤,并为您连接我们的支持团队。

**当前能力:**

* 基于官方 BOGOS 文档和训练数据,提供最新的指引。
* 将复杂的步骤总结为易于遵循的说明。
* 为您提供使用 BOGOS 及有效提升 AOV 的最佳实践建议。

#### 2. 创建 <a href="#h.4k3w628ylrcp" id="h.4k3w628ylrcp"></a>

当您要创建促销活动时,**BOGOS AI** 会让此过程变得快速简单。您可以从常用请求列表中选择,也可以输入一段纯文本描述来说明您的优惠活动。

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

在**创建**功能中,输入您想要生成的促销活动的描述。针对每种促销类型,系统会要求填写特定字段。

**当前能力:**

* 将您的自然语言描述转化为可直接使用的优惠活动。
* 自动填写所有必要字段,为您节省时间。
* 允许您在创建最终优惠活动之前进行预览和编辑。

{% hint style="warning" %}
目前,BOGOS AI 完全支持赠品优惠、追加销售优惠和折扣优惠的自动设置。对于捆绑优惠,它会引导您前往设置页面,但不会自动填写条件,或为您连接我们的支持团队以获得进一步帮助。

BOGOS AI 的每个功能一次只能以一种模式运行。也就是说,您可以选择接收指引(提问)或设置优惠活动(创建优惠活动),但不能在同一会话中同时进行。如果想切换,只需结束当前会话,并使用另一个提示词开始新会话。
{% endhint %}

### 编写提示词的最佳实践: <a href="#h.pu61kslx6ktp" id="h.pu61kslx6ktp"></a>

* 具体明确地说明您想知道或创建的内容
* 使用简短、直接的句子,避免混淆。
* 准确提供必要信息,如商品类型、开始或结束日期,或活动目标,以帮助 BOGOS AI 提供更准确的结果。

### 常见问题 <a href="#h.qxo7gp75dle5" id="h.qxo7gp75dle5"></a>

**免费套餐是否包含 BOGOS AI?**

不包含。它仅在付费套餐中可用。

**关闭聊天窗口后,我能保存与 BOGOS AI 的聊天记录吗?**

暂不支持。目前,聊天记录在关闭聊天窗口后不会被保存。

**BOGOS AI 会让我在最终确定优惠活动之前进行编辑吗?**

会。AI 代理生成您的优惠活动后,会将您带到编辑优惠活动界面,您可以在发布之前查看所有条件并进行调整。

**如果 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/detailed-guide/ai-features/use-bogos-with-ai.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.
