> 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/qi-ta/hui-yuan-zhong-xin.md).

# 會員中心

對於經營會員的業者來說，在機器人上建立會員中心是不可或缺的一環，會員中心不僅能讓客戶瀏覽集點卡、抽獎券、得獎商品等，所有資訊都能一目瞭然，更能讓顧客隨時查看，增加不少便利性。

首先，先設置對話模組

<figure><img src="/files/eQpRJWH0vzGjKjt0pyqo" alt=""><figcaption></figcaption></figure>

點擊新增

<figure><img src="/files/1gIUHOsnC0JwQVVUj5Iu" alt=""><figcaption></figcaption></figure>

輸入回覆名稱

<figure><img src="/files/VQObu5mI6CKWMjwkE1wl" alt=""><figcaption></figcaption></figure>

輸入文字後，建立會員中心的按鈕

<figure><img src="/files/gtIvszSFhUW7RDIrVUfI" alt=""><figcaption></figcaption></figure>

點選會員中心，並輸入按鈕名稱，按下確定

<figure><img src="/files/9p8W6OSujNUl6n8gkTOr" alt=""><figcaption></figcaption></figure>

按下儲存，就完成了！

<figure><img src="/files/ohkzKnm8ZdouEXHc92UF" alt=""><figcaption></figcaption></figure>

#### 進階設定

設定好基本的會員中心按鈕後，你還可以針對會員中心做進階設定，包含**是否需要 OTP 驗證**，以及**決定要顯示哪些項目**。

<figure><img src="/files/I7mZezSWbCmgwFy9WKim" alt=""><figcaption></figcaption></figure>

**綁定電話：開啟 OTP 驗證**

OTP（簡訊驗證碼）驗證能確認進入會員中心的用戶為本人，提升會員資料的正確性。

在會員中心按鈕的設定中，可選擇是否開啟 OTP 驗證：

* **開啟 OTP 驗證**：用戶進入會員中心前，需先輸入手機號碼並收取簡訊驗證碼，通過驗證後才能查看會員中心內容。
* **關閉 OTP 驗證**：用戶可直接進入會員中心，無需驗證手機。

> ⚠️ **提醒：開啟 OTP 驗證會消耗一個魟魚飼料喔！** 每次發送簡訊驗證碼都會扣除一個魟魚飼料，請評估使用情境後再決定是否開啟。

<figure><img src="/files/l8QnOofDw7R1vYomSTeX" alt=""><figcaption></figcaption></figure>

**決定顯示的項目**

你可以依照品牌的需求，自由決定會員中心要顯示哪些項目，讓畫面只呈現對顧客最實用的功能。可選擇顯示／隱藏的項目包含：

* **會員資料**（姓名、手機、生日、Email、地址）
* **我的點數 / 抽獎券 / 優惠券**
* **我的問卷**
* **我的預約**
* **我的集點卡**
* **抽獎活動**
* **獎項紀錄**

勾選需要的項目後，會員中心就只會顯示你所選擇的內容囉！

<figure><img src="/files/18EI02boKqpZiY0IvxTB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ruwlObQC4VpTSS4UH2ZB" alt=""><figcaption></figcaption></figure>


---

# 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/qi-ta/hui-yuan-zhong-xin.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.
