# Meetbot简版说明

## Meetbot简版说明

- [Meetbot简易说明](https://easydoc.meetbot.biz/master.md): Meetbot 是一个无需撰写程序，就能快速搭建 Facebook Messenger Bot 的平台。
- [基础知识](https://easydoc.meetbot.biz/ji-chu-zhi-shi.md)
- [创建机器人](https://easydoc.meetbot.biz/ji-chu-zhi-shi/chuang-jian-ji-qi-ren.md): 通过Meetbot三步快速创建一个属于你自己的Messenger聊天机器人！
- [系统消息设置](https://easydoc.meetbot.biz/ji-chu-zhi-shi/wen-hou-huan-ying-xiao-xi.md)
- [消息内容管理](https://easydoc.meetbot.biz/ji-chu-zhi-shi/xiao-xi-nei-rong-guan-li.md)
- [关键字回复](https://easydoc.meetbot.biz/ji-chu-zhi-shi/guan-jian-zi-pi-pei.md)
- [人工客服转接](https://easydoc.meetbot.biz/ji-chu-zhi-shi/ren-gong-zhuan-jie.md): 由于机器人无法满足全部用户的需求，因此您可以在需要的时机将bot转接给人工客服。
- [多样化引流](https://easydoc.meetbot.biz/duo-yang-hua-yin-liu.md)
- [Click to Messenger广告](https://easydoc.meetbot.biz/duo-yang-hua-yin-liu/guang-gao-mo-ban-sheng-cheng.md): 让您能够更有效的管理广告内容, 实现Messenger广告投放与机器人的结合。
- [帖子评论自动回复](https://easydoc.meetbot.biz/duo-yang-hua-yin-liu/tie-zi-ping-lun-zi-dong-hui-fu.md)
- [推广插件](https://easydoc.meetbot.biz/duo-yang-hua-yin-liu/tui-guang-cha-jian.md): 短链接、聊天插件、发送消息插件、复选框插件、优惠券插件、二维码
- [场景应用](https://easydoc.meetbot.biz/chang-jing-ying-yong.md)
- [电商消息模板](https://easydoc.meetbot.biz/chang-jing-ying-yong/untitled.md)
- [购物车召回](https://easydoc.meetbot.biz/chang-jing-ying-yong/gou-wu-che-zhao-hui.md)
- [砍价免费拿活动](https://easydoc.meetbot.biz/chang-jing-ying-yong/kan-jia-mian-fei-na.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://easydoc.meetbot.biz/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
