> 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/integrate-zoom-contact-center-features-into-your-website/web-chat-and-video-configuration-tasks.md).

# 網頁聊天與視訊設定工作

本主題討論佇列、流程、偏好設定，以及 Zoom CX Web SDK 流程圖。

***

### 佇列

佇列可有效地將客戶詢問導向適當的客服人員。佇列適用於 Web Chat 與視訊互動。

請依照以下高階步驟建立佇列：

1. 根據您的通訊需求，設定一個或多個 Zoom Contact Center 佇列。訊息佇列用於 Web Chat 互動，而視訊佇列則處理視訊通話。
2. 存取 Zoom 管理員網頁入口網站：Contact Center Management > Queues。
3. 建立所需的佇列並指派適當的客服人員。

作為 Zoom Contact Center 的核心元件，佇列可有效地將 Web Chat 與視訊互動路由至可用的真人客服。

<figure><img src="/files/80a4ca9682d29ce1b72ded80b7aa9ea7ea627971" alt="Screen display for the Queue screen."><figcaption></figcaption></figure>

請參閱 [管理 Zoom Contact Center 佇列](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0061959) 更多資訊請參閱 Zoom 支援文章。

***

### 流程

流程可有效地將客戶詢問導向其指定的佇列，而您可以設定流程，在將客戶連線至佇列中的客服人員之前先蒐集其資訊。在此過程中，可設定 AI 聊天機器人（僅限 Web Chat）與自動訊息／提示（Web chat 與 Video）來與客戶互動。這些流程同時適用於 Web Chat 與 Video 互動管道。

請依照以下高階步驟建立流程：

1. 設定 Zoom Contact Center 流程以管理您的通訊管道。針對網頁聊天互動，請使用 Chat (Web) Flow。針對視訊通訊，請實作 Video Flow。
2. 透過管理員網頁入口網站存取：Contact Center Management > Flows。
3. 建立您的流程與先前建立的佇列之間的連結。

<figure><img src="/files/f684201d203847bc7b5457787b9ac6e8cc80a8ab" alt="Flow map showing connections between bots and various inputs and routes."><figcaption></figcaption></figure>

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

您知道嗎？如果您同時使用 Zoom Contact Center 和 Zoom Virtual Agent，您可以在 Zoom Contact Center Flow 的起始小工具中自訂機器人名稱和頭像。
{% endhint %}

請參閱 [管理流程](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0060866) 更多資訊請參閱 Zoom 支援文章。

***

### 活動

深入了解 Zoom Contact Center Web Campaigns，包括在您的網站上的外觀與功能。

{% content-ref url="/pages/e3791f287a493c48c33a9f28fdd520ffd8665cb3" %}
[活動](/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website/web-chat-and-video-configuration-tasks/campaigns.md)
{% endcontent-ref %}

***

### 偏好設定

對於 Zoom Contact Center 客戶，還提供其他設定，可自訂網站訪客與 Zoom CX 網頁聊天和視訊互動時的體驗。這些設定包括：

* **頭像：** 當網頁訪客在 Zoom CX 中與自動化系統聊天時，無論是透過已設定的 Zoom Contact Center 網頁聊天流程小工具或 Zoom Virtual Agent AI 聊天機器人，他們都會看到您在帳戶偏好設定下設定的頭像圖片與名稱。
* **輸入延遲：** 若要控制網站訪客在與 Zoom CX 小工具和 ZVA 機器人聊天時所體驗到的輸入延遲，您可以調整預設與動態延遲選項。
* **顯示圖片：** 您可以管理網站訪客在與真人客服連線時所顯示的頭像。您可以使用客服人員自訂的顯示圖片，或為所有客服人員套用標準圖片。

這些選項以及其他設定，可在 Zoom 管理員網頁入口網站中的 Contact Center Management > Preferences > Consumer Experience 下存取。

***

### 進階功能

深入了解 Zoom CX Web SDK 如何提升您的整體效率。

{% content-ref url="/pages/b805b4577dd87bb0fcf28eb4515cfd18a2a5378b" %}
[進階功能](/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/expert-insights/integrate-zoom-contact-center-features-into-your-website/web-chat-and-video-configuration-tasks/advanced-features.md)
{% endcontent-ref %}

***

### Zoom CX Web SDK 流程圖

下圖說明 Zoom CX Web SDK 解決方案中各元件之間的互連運作。具體來說，它展示了 Zoom CX 中的網頁聊天流程。請注意，當搭配視訊管道與排程回撥功能使用時，該圖會略有不同。

<figure><img src="/files/da3a0f7bd2a38cbe1be241ff3405d981d73e20b0" alt="Image of the Zoom CX Web SDK flow, from user to CX or SDK."><figcaption></figcaption></figure>


---

# 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/integrate-zoom-contact-center-features-into-your-website/web-chat-and-video-configuration-tasks.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.
