> 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 或高价值消费者优先处理，把他们提升到队列前列，而坐席路由则会根据坐席相关技能和专长将交互连接到坐席，从而优化高效解决问题的可能性。

一旦坐席、队列和路由配置文件（如果使用）都准备就绪，你就可以开始构建流程本身了。请记住，流程是一系列小组件，用来引导消费者交互从开始到结束，因此每个小组件都可以执行特定功能，例如收集消费者信息、根据特定输入进行路由，或者执行自动回复等操作。例如，路由到小组件可以根据消费者输入将交互重定向到特定队列，而收集输入小组件则收集账户号码或服务偏好等详细信息。

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

{% 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.
