> For the complete documentation index, see [llms.txt](https://docs.chatalog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatalog.ai/zh-hk/settings/team-management/agent-roster-management.md).

# 客服人員排班管理

**客服人員排班管理**功能可讓擁有者與管理員規劃客服人員的值班時間、設定值班班／非值班時段，並自動發送非值班訊息。

{% hint style="info" %}
⚙️ 僅限 **擁有者（Owner）** 與 **管理員（Admin）** 角色使用。\
💡 此功能為 **付費加購項目**。
{% endhint %}

### 進入客服人員排班管理頁面

您可以通過以下頁面進入：設定 → 團隊管理 → 客服人員排班管理

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

在此頁面中，您可以：

* 依團隊或客服名稱 **搜尋與篩選**；

<figure><img src="/files/XKEuksLnVtYXldf8JIw5" alt="" width="563"><figcaption></figcaption></figure>

* 透過切換按鈕 **預設狀態顯示**「值班」或「非值班」；

<figure><img src="/files/PfG2Ykw2GezIqim4JBye" alt="" width="563"><figcaption></figcaption></figure>

* 以行事曆形式 **查看已上傳的名單**與客服排班狀態。

***

### 步驟 1：自訂值班時段

點擊 **排班設置（Roster Setting）** 以建立團隊的值班時段。

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

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

可設定內容包括：

* **時段名稱：** 例如早班、午班、夜班
* **顏色：** 方便於行事曆中區分不同時段
* **時段範圍：** 定義每個時段的開始與結束時間
* **最多可建立 5 個時段**

***

### 步驟 2：設定非值時間回覆

在 **排班設置** 頁面中，您可設定自動的非值班訊息。

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

* **組織非值班回覆：** 適用於所有團隊。
* **團隊非值班回覆：** 適用於特定團隊，若同時存在組織非值班回覆，則團隊非值班回覆會覆蓋。

當客戶在客服非值班時段發送訊息時，系統將自動回覆相應的非值班訊息。

***

### 步驟 3：上傳名單

點擊 **上傳 CSV（Upload CSV）** 以匯入團隊排班表。

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

* 請先查看 **樣本格式**，確保資料格式正確。

<figure><img src="/files/0gB21NqucKWvzvxDBtd4" alt=""><figcaption></figcaption></figure>

* CSV 需包含以下欄位：
  * **客服電郵地址**
  * **日期**
  * **時段名稱**（需與您設定的時段名稱一致）

上傳後，名單將顯示於 **客服人員排班管理**頁面。

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

> 🔄 若需修改名單，只需重新上傳新的 CSV 檔案，系統將自動覆蓋舊資料。

***

### 步驟 4：分配對話與非值班提示

* 在 **訊息頁面** 手動分配對話時，非值班客服將會有 **明顯標示**。
*

```
<figure><img src="/files/cTMY3IImxy4c2FTTTobS" alt="" width="375"><figcaption></figcaption></figure>
```

* 您仍可選擇將對話分配給非值班代理。

<figure><img src="/files/SuoPNCxFVrxwq937wGSU" alt="" width="375"><figcaption></figcaption></figure>

* 在 **進階分配對話流程（Advanced Assign Conversation）** 區塊中，您可以設定 **將對話自動分配給正在值班的客服**。

<figure><img src="/files/TM93iKrOIx7Yb7DcOg82" alt="" width="272"><figcaption></figcaption></figure>

***

### 步驟 5：自動非值班回覆

若對話已分配給非值班客服：

* 當客戶發送新訊息時，系統會 **自動觸發非值班回覆**（若已設定）。

<figure><img src="/files/3AtnZPPQwR9PX6ZLHLbh" alt="" width="375"><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://docs.chatalog.ai/zh-hk/settings/team-management/agent-roster-management.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.
