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

# 在 ZCC 内构建您的系统（建议）

前几节对 Zoom 呼叫中心组件的说明总体上是按由前到后的逻辑顺序展开的；然而，在 Zoom 呼叫中心中构建流程时，必须采用反向顺序来进行设计，从座席开始，再逐步向前回溯。这是因为流程中的每个组件都依赖于必须先建立的基础元素。例如，如果没有用于引导交互的队列，流程就无法完全正常运行；而如果没有分配座席，队列也无法运作。

如果您才刚开始为您的账户设置 Zoom 呼叫中心，采用反向方式构建可以帮助确保您的流程既连贯又高效。先定义座席及其技能，然后创建队列，必要时创建路由配置文件，最后构建流程本身，这样可以避免因配置不完整或路由缺口而导致的问题。当每个底层组件都提前设置好后，流程就可以逻辑清晰且高效地推进，将消费者需求与合适的资源相匹配，并最大限度地减少客户服务中的中断或瓶颈。

### 推荐流程

我们建议先定义您的座席池。这包括通过您首选的方法将座席添加到 Zoom 呼叫中心。下一步，如果您正在使用路由配置文件和技能——这些都是可选的——就开始为座席分配各自的技能和熟练度级别。这些技能构成了您的路由选项基础，有助于确保座席能够根据其专长有效处理交互。

在定义好座席后，下一步是创建将这些座席按技能、部门或特定交互类型进行分组的队列。例如，可以为账单咨询、技术支持或一般客户服务创建专门的队列，帮助消费者更快地被引导到正确的资源。

在队列就绪后，如果您正在使用路由配置文件，就开始对其进行配置，以确定交互如何匹配到座席。这一步会针对特定的业务优先级来定制体验；例如，消费者路由可以优先处理 VIP 或高价值消费者，将他们提升到队列前列，而座席路由则会根据相关技能和专长将交互与座席连接起来，从而优化高效解决问题的可能性。

当座席、队列以及路由配置文件（如果正在使用）都准备就绪后，您就可以开始构建流程本身了。请记住，流程是一系列小组件，用于引导消费者从开始到结束完成交互，因此每个小组件都可以执行特定功能，例如收集消费者信息、根据特定输入进行路由，或执行自动响应等操作。例如，Route To 小组件可能会根据消费者输入将交互重定向到特定队列，而 Collect Input 小组件则会收集诸如账户号码或服务偏好之类的详细信息。

通过遵循这种逆向设计方法，即每一步都建立在前一步的基础之上，更容易确保呼叫中心流程全面、逻辑清晰，并准备好从第一个客户触点开始就提供高效服务。

{% hint style="info" %}
**注**

设置呼叫中心可能是一项细致而复杂的工作。如果您需要专业服务支持，Zoom 的 [专业服务组织](/technical-library/zh/shang-ye-ban-fu-wu/zoom-contact-center/zoom-customer-experience/migration-strategies.md#zoom-professional-services-and-certified-channel-partners-can-help) 或认证合作伙伴可以帮助企业部署 Zoom 呼叫中心。如需更多信息，请与您的 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/shang-ye-ban-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.
