# 文件說明

- [會員API](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api.md): 會員API可以依據客戶本身會員平台的帳號，並藉由API綁定/解綁企業會員帳號在MantaGO平台中。
- [帳號綁定](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/zhang-hao-bang-ding.md)
- [解除帳號綁定](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/jie-chu-zhang-hao-bang-ding.md)
- [會員列表](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/hui-yuan-lie-biao.md): 用來取得所屬於某機器人的會員資料，並可依據參數，獲得特定之會員資料
- [會員資料](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/hui-yuan-zi-liao.md): 用會員的經過加密的 MantaGo ID，來取得所屬於某機器人的特定會員之資料
- [取得會員點數](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/qu-de-hui-yuan-dian-shu.md)
- [清空會員點數](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/qing-kong-hui-yuan-dian-shu.md)
- [取得會員獎項](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/qu-de-hui-yuan-jiang-xiang.md)
- [取得會員分析數據](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/qu-de-hui-yuan-fen-xi-shu-ju.md)
- [取得會員分析圖表](https://doc.mantago.cc/wen-jian-shuo-ming-1/hui-yuan-api/qu-de-hui-yuan-fen-xi-tu-biao.md)
- [用戶推播](https://doc.mantago.cc/wen-jian-shuo-ming-1/yong-hu-tui-bo.md): 用戶推播有兩種方式可以使用，依據使用環境來選擇適用的推播
- [設定webview網址](https://doc.mantago.cc/wen-jian-shuo-ming-1/she-ding-webview-wang-zhi.md): 根據傳入的參數來設定用戶機器人的webview網址
- [設定回呼網址](https://doc.mantago.cc/wen-jian-shuo-ming-1/she-ding-hui-hu-wang-zhi.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://doc.mantago.cc/wen-jian-shuo-ming-1.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.
