> For the complete documentation index, see [llms.txt](https://blog.mantago.cc/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.mantago.cc/zh/chang-jian-wen-ti/lian-shu-chang-jian-wen-ti.md).

# 臉書常見問題

1. 怎麼FB變成已失效了？ \
   可能是FB帳號有更改密碼，在MantaGO後台重新串接即可

2. 綁定完了messenger怎麼沒有機器人的回覆？\
   請檢查綁定的FB帳號是否有粉絲專頁”管理員”的權限，沒有的話無法正常設定機器人的串接

3. FB的主選單在哪呢？ \
   FB和LINE的介面不相同，沒有華麗的圖文選單，而是在右下角有選單列表可以給用戶使用

4. FB可以群發訊息嗎？ \
   FB有24小時的政策限制，很難將消息推播給所有好友，若常有這方面需求建議使用LINE經營


---

# 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://blog.mantago.cc/zh/chang-jian-wen-ti/lian-shu-chang-jian-wen-ti.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.
