> 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 之後，如果您正在使用路由設定檔，請開始進行設定，以決定互動如何與代理人配對。此步驟會依據特定的業務優先順序量身打造體驗；例如，Consumer Routing 可以將 VIP 或高價值消費者優先處理，將其移至 Queue 前端，而 Agent Routing 則會根據代理人的相關技能與專長將互動連結至適當代理人，最佳化高效率解決問題的可能性。

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

透過遵循這種逆向工程方式，讓每一步都建立在前一步的基礎上，就更容易確保聯絡中心 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.
