> For the complete documentation index, see [llms.txt](https://easydoc.meetbot.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easydoc.meetbot.biz/chang-jing-ying-yong/untitled.md).

# 电商消息模板

### 在创建机器人时，我们提供了电商行业的机器人对话模板供您直接使用。

&#x20;目前，【商品目录】、【再营销】、【促销】和【群发】机器人模板可直接使用\~

{% hint style="info" %}
电商机器人模板属企业版功能，如有使用意向可与我们联系：<meetbot@meetsocial.cn>
{% endhint %}

![](/files/-M-ILxys92YybF7KZyPU)

点击“预览”可以在Messenger中与该模板机器人互动

![](/files/-M-IzWKCyTP665r2PiIp)

使用模板创建机器人后，对预设的消息内容可以再进行自定义调整。

![](/files/-M-IN7JsNUGgtax4LRB0)

{% hint style="info" %}
系统内容中“欢迎设置”、“问候消息”、“系统菜单”、“默认回复”需发布后才能生效。 建议在完成所有设置后，再发布系统内容，向公众开放。
{% endhint %}


---

# 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://easydoc.meetbot.biz/chang-jing-ying-yong/untitled.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.
