> 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/she-qun-bang-ding.md).

# 社群綁定

- [綁定 Line](https://blog.mantago.cc/zh/she-qun-bang-ding/bang-ding-line.md)
- [綁定 Facebook](https://blog.mantago.cc/zh/she-qun-bang-ding/bang-ding-facebook.md)
- [綁定 Instagram](https://blog.mantago.cc/zh/she-qun-bang-ding/bang-ding-instagram.md)
- [已有賴官方帳號如何綁定MantaGO](https://blog.mantago.cc/zh/she-qun-bang-ding/yi-you-lai-guan-fang-zhang-hao-ru-he-bang-ding-mantago.md)
- [綁定 LINE Login](https://blog.mantago.cc/zh/she-qun-bang-ding/bang-ding-line-login.md)
- [LINE 串接完整指南](https://blog.mantago.cc/zh/she-qun-bang-ding/line-chuan-jie-wan-zheng-zhi-nan.md): LINEOA原生後台、Developer 後台、Provider 與權限完整指南：所有你需要了解 LINE Developer 後台的基本架構，以及 Provider、Messaging API Channel 的關係與權限取得方式
- [WhatsApp Business API 完整指南](https://blog.mantago.cc/zh/she-qun-bang-ding/whatsapp-business-api-wan-zheng-zhi-nan.md): WhatsApp Business API 完整指南：突破群發上限、自動化經營與收費邏輯一次掌握
- [綁定 LiveChat](https://blog.mantago.cc/zh/she-qun-bang-ding/bang-ding-livechat.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 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/she-qun-bang-ding.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.
