> For the complete documentation index, see [llms.txt](https://help.cube.mo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cube.mo/kai-dian-zhi-nan/wang-dian-guan-li/hui-yuan-guan-li/hui-yuan-ji-bie-she-zhi/xin-zeng-hui-yuan-ji-bie.md).

# 新增會員級別

### 📌 功能簡介

透過「新增會員級別」功能，可以自定義會員制度，設計不同的升級條件與優惠策略，用於激勵消費與會員分層管理。此功能適用於 VIP、白金會員等進階經營模式。

> ✅ **路徑位置**：後台首頁 > 會員管理 > 會員級別設定 > 新增級別

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

***

<figure><img src="/files/8jiZC0f0Ztp0a2THpbm2" alt=""><figcaption></figcaption></figure>

### 📝 會員級別欄位說明

| 欄位名稱       | 說明                                   |
| ---------- | ------------------------------------ |
| **級別名稱**   | 輸入該會員級別的名稱，例如：白金會員、VIP、菁英會員等         |
| **升級條件**   | 單次購買和指定期間                            |
| **指定期限**   | 是否設定升級後的有效期起算條件，例如：達成日起一年內，或指定某日期前失效 |
| **總消費額**   | 達到此金額方可自動升級，適用於依「金額」升等規則             |
| **會員有效期限** | 設定會員級別的有效期間（例如：365 天、永久有效）           |
| **現售折扣優惠** | 一般商品販售時所享折扣（例如：95 折，輸入 0.95）         |
| **預售折扣優惠** | 針對預購商品的優惠折扣設定                        |
| **團購折扣優惠** | 針對團購商品的優惠折扣設定                        |
| **代購折扣優惠** | 針對代購商品的優惠折扣設定                        |
| **優先值**    | 設定會員級別的權重值，用於排序與辨別高階會員（數字愈大，優先級愈高）   |

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

***

### ✅ 小提示

* 「優先值」建議依照高階級別往下遞減（例如 VIP 設定為 100，普通會員為 10）。

***

#### **升級條件**

{% tabs %}
{% tab title="單次購買" %}
若選擇單次購買，則單次購買金額達到指定金額時可升級會員級別

<figure><img src="/files/86frAapGCdGZ5Mqn2juq" alt=""><figcaption><p>單次購買</p></figcaption></figure>
{% endtab %}

{% tab title="指定期限内購物" %}
若選擇指定期限内購物，則指定期限内購物金額達到指定金額時可升級會員級別

<figure><img src="/files/uT91BbVjoSW7q5OKTt2o" alt=""><figcaption><p>指定期限内購物</p></figcaption></figure>

在方框内輸入指定數值可更改會員指定期限時間

<figure><img src="/files/ZMalEYuCbzzNLK06JetQ" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://help.cube.mo/kai-dian-zhi-nan/wang-dian-guan-li/hui-yuan-guan-li/hui-yuan-ji-bie-she-zhi/xin-zeng-hui-yuan-ji-bie.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.
