> 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/zoom-customer-experience/zoom-contact-center-components/building-your-system-within-zcc-advice.md).

# 在 ZCC 中建置您的系統（建議）

前述各節對 Zoom Contact Center 元件的說明，整體上是以正向且符合邏輯的順序來概述；然而，在 Zoom Contact Center 中建立 Flow 時，設計流程必須反向進行，先從代理人開始，再往回推進。這是因為 Flow 中的每個元件都依賴於必須先建立的基礎元素。例如，如果沒有 Queue 來引導互動，Flow 就無法完全運作；而如果沒有指派代理人的 Queue，也無法運作。

如果您才剛開始為您的帳戶設定 Zoom Contact Center，採用反向方式來進行建置流程，有助於確保您的 Flow 既一致又具備營運效率。先定義代理人及其技能，再建立 Queue，接著可選擇建立路由設定檔，最後再建立 Flow，就能避免因設定不完整或路由出現缺口而產生的潛在問題。當每個底層元件都預先完成設定後，Flow 就能以合乎邏輯且高效率的方式推進，將客戶需求與適當資源相匹配，並將客服中的中斷或瓶頸降到最低。

### 建議流程

我們建議先從定義您的代理人群組開始。這包含透過您偏好的方式將代理人新增到 Zoom Contact Center。接著，如果您使用的是路由設定檔和技能（這些為可選項），就開始指派代理人的特定技能與熟練程度。這些技能構成您的路由選項基礎，有助於確保代理人能依其專業有效處理互動。

在定義好代理人後，下一步是建立 Queue，依技能、部門或特定互動類型將這些代理人分組。例如，可建立專門的 Queue 來處理帳務詢問、技術支援或一般客服需求，協助快速將客戶導向正確的資源。

在 Queue 建立完成後，如果您正在使用路由設定檔，請開始進行設定，以決定互動要如何配對至代理人。這一步可將體驗對應到特定的業務優先順序；例如，客戶路由可將 VIP 或高價值客戶優先處理，將其排到 Queue 前面，而代理人路由則會根據代理人的相關技能與專業知識，將互動連結到適合的代理人，以提升有效解決問題的機率。

當代理人、Queue 和路由設定檔（如果有使用）都準備好之後，您就可以開始建立 Flow 本身。請記得，Flow 是一連串用來引導客戶互動從開始到結束的元件，因此每個小工具都可以執行特定功能，例如蒐集客戶資訊、根據特定輸入進行路由，或執行自動回應等動作。例如，Route To 小工具可根據客戶輸入將互動重新導向至特定的 Queue，而 Collect Input 小工具則可蒐集帳號或服務偏好等詳細資訊。

透過遵循這種逆向工程式的方法，讓每一步都建立在前一步之上，就能更容易確保聯絡中心的 Flow 是完整、合乎邏輯，並能從第一個客戶接觸點開始就準備好提供高效率的服務。

{% hint style="info" %}
**附註**

設定聯絡中心可能是一項需要細膩規劃的工作。如果您需要專業協助，Zoom 的 [專業服務組織](/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/zoom-customer-experience/migration-strategies.md#zoom-professional-services-and-certified-channel-partners-can-help) 或認證合作夥伴可協助企業部署 Zoom Contact Center。如需更多資訊，請與您的 Zoom 帳戶團隊聯繫。
{% endhint %}


---

# 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/zoom-customer-experience/zoom-contact-center-components/building-your-system-within-zcc-advice.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.
