> 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/gift-offer/create-with-ai.md).

# 使用 AI 创建

<figure><img src="/files/3VTfOdHj5CqX3JQHCGoe" alt="" width="561"><figcaption></figcaption></figure>

* 当您点击 AI 创建优惠活动按钮时,应用将自动分析您商店最近的 100 笔订单。
* 基于这些数据,AI 将根据您商店近期的购买趋势生成量身定制的捆绑优惠。

{% hint style="info" %}
AI 生成的优惠活动会标有独特的图标,便于识别。这些优惠活动与手动创建的优惠活动相比,颜色也会更醒目,使其在优惠活动列表中脱颖而出。
{% endhint %}

<figure><img src="/files/EntxrBEfwQAbUrTdcER0" 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/detailed-guide/gift-offer/create-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.
