# 高级插件

- [Messenger 网页插件](https://bothub.gitbook.io/project/advanced-tool/plugin/messenger-wang-ye-cha-jian.md)
- [RSS Feed插件](https://bothub.gitbook.io/project/advanced-tool/plugin/rss-feed.md): 新闻订阅好帮手!
- [用户输入插件](https://bothub.gitbook.io/project/advanced-tool/plugin/user-input.md): 一个专门用于收集用户输入的信息的插件
- [Google搜索插件](https://bothub.gitbook.io/project/advanced-tool/plugin/google-search.md)
- [订阅管理插件](https://bothub.gitbook.io/project/advanced-tool/plugin/subscription-management.md): 帮助用户管理已订阅主题的好管家
- [订阅插件“加入受众”和“移出受众”](https://bothub.gitbook.io/project/advanced-tool/plugin/audience-management.md)
- [商品选取插件](https://bothub.gitbook.io/project/advanced-tool/plugin/product-picker-1.md): 该插件可以帮助您快速选取商品 Feed 中的商品，并展示给用户。
- [商品搜索插件](https://bothub.gitbook.io/project/advanced-tool/plugin/product-search.md): 该插件可以帮助您通过“关键词”、“属性”与“ID”来快速搜索并展示商品。
- [购物车展示插件](https://bothub.gitbook.io/project/advanced-tool/plugin/gou-wu-che-zhan-shi-cha-jian.md): 该插件可以帮助您展示用户购物车或愿望清单中的商品。
- [Json Api组件](https://bothub.gitbook.io/project/advanced-tool/plugin/json-api.md): 轻松对接您的系统，发送定制化的消息
- [条件跳转插件](https://bothub.gitbook.io/project/advanced-tool/plugin/conditional-jump.md): 给不同用户发送不同内容
- [属性设置插件](https://bothub.gitbook.io/project/advanced-tool/plugin/shu-xing-she-zhi-cha-jian.md)
- [随机回复插件](https://bothub.gitbook.io/project/advanced-tool/plugin/random-reply.md): 让 Bot 更加灵活！
- [Typing插件](https://bothub.gitbook.io/project/advanced-tool/plugin/typing.md): 向你介绍一个主动给予用户反馈的好帮手
- [计数器](https://bothub.gitbook.io/project/advanced-tool/plugin/counter.md): 一个营销活动的好帮手
- [语境跳转插件](https://bothub.gitbook.io/project/advanced-tool/plugin/yu-jing-tiao-zhuan-cha-jian.md)


---

# Agent Instructions: 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:

```
GET https://bothub.gitbook.io/project/advanced-tool/plugin.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.
