# 什么是 Messenger Bot 🤔

### Messenger 机器人的定义

Facebook Messenger 机器人是 Facebook 粉丝专页( Facebook Page )的 Messaging 功能的一个高级扩展。每个 Messenger 机器人都隶属于某一个Facebook Page。

{% hint style="info" %}
用户可以通过多种方式访问 Messenger 机器人哦！
{% endhint %}

通过 Facebook Page 上的入口直接访问对应的 Messenger 机器人。在 Facebook Page 中，点击 **Message** 和 **Send Message** 都可以跳转到 Messenger机器人。

![Facebook Page页面](/files/-LC38pobs1vhUJzH5iiT)

您也可以在网页、移动端的 Messenger 中，直接通过搜索名称找到 Messenger 机器人👇

![网页端 Messenger 页面](/files/-LC3Ah3oVeFROmEaz36O)

### 相关文章

{% content-ref url="/pages/-LC3BNgy\_X8-PIsYXglz" %}
[Broken mention](broken://pages/-LC3BNgy_X8-PIsYXglz)
{% endcontent-ref %}


---

# 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/introduction/what-is-messenger-bot.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.
