# 會員API

- [帳號綁定](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)


---

# 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/hui-yuan-api.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.
