> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/expert-insights/configuring-agent-occupied-rules/implementation-best-practices.md).

# 實作最佳做法

### <mark style="color:藍色;">定義您的業務需求</mark>

在設定規則之前，先確定全通路對您的營運而言代表什麼：

**關鍵問題**:

* 哪些通道應該計入代理人被視為忙碌或佔用？
* 某些通道（例如語音／視訊）是否應始終優先於其他通道（例如訊息、電子郵件）？
* 通道佔用情況應該按各通道獨立評估，還是跨多個通道合併計算？
* 您的代理人是否能在語音通話期間處理訊息互動，還是這種多工會影響他們提供的客戶服務品質？

您的規則應反映實際的服務標準，而不只是技術能力。請同時考量客戶體驗影響與代理人效率。

### <mark style="color:藍色;">使用範本以保持一致性</mark>

為不同的代理人角色建立使用者範本，其中包含：

* 每個通道適當的互動容量設定
* 佔用規則設定
* 在相似角色之間一致套用

#### 新進員工範本範例

<div align="left"><figure><img src="/files/c04fa6d2b9c489cfc8c91acb3d6de68a00bc8965" alt=""><figcaption></figcaption></figure></div>

#### 通道設定範例

每個使用者範本都可以指定完整的通道設定互動容量組態。

<div align="left"><figure><img src="/files/42fe57a033341797721f877ffe3c0c4d612c5ebc" alt=""><figcaption></figcaption></figure></div>

使用範本的好處包括：

* 在各代理人群組之間保持一致的設定
* 簡化新代理人的入職流程
* 當業務需求變更時，更容易進行批次更新


---

# 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://library.zoom.com/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/expert-insights/configuring-agent-occupied-rules/implementation-best-practices.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.
