> 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/admin-experience/cobrowse-integrations-and-address-books.md).

# Cobrowse、集成和地址簿

本节介绍如何启用和配置 Cobrowse，以及集成和地址簿。

### 启用和配置 Cobrowse

Zoom 呼叫中心的 Cobrowse 功能允许消费者与客服人员共享其当前网页屏幕，避免全屏共享，并降低无意暴露私人或敏感信息的风险。与标准屏幕共享不同，后者可能会显示用户设备上运行的所有应用和程序，Cobrowse 会按每个 URL 将可见范围限制为当前网页屏幕，隐藏指定页面之外的其他操作系统或浏览活动。此功能对于协助消费者处理复杂表单或浏览网页的客服人员尤其有帮助，因为它包含屏幕上的注释工具和以隐私为重点的功能，例如数据遮罩，可防止信用卡详细信息或个人健康信息等敏感信息出现在录制内容中或被客服人员查看。

有关以下内容的更多信息，请参阅 Zoom 的支持中心： [启用 ](#enabling-and-configuring-cobrowse)为您的网站和账户启用 Cobrowse。

{% hint style="info" %}
**注**\
截至本文发布之日，Cobrowse 仅支持语音频道。有关其他频道支持的更多信息，请与您的 Zoom 账户团队联系。
{% endhint %}

### 集成

该 **集成** 菜单是管理与 Zoom 呼叫中心大多数集成的中心位置。以下各节介绍了集成屏幕中可用的各个子菜单。

#### <mark style="color:蓝色;">应用程序</mark>

该 **应用程序** 选项卡是将 Zoom 呼叫中心与其他应用程序集成的主要位置，例如 Salesforce、Zendesk、ServiceNow、Zoom 呼叫中心 Smart Embed 等。

#### <mark style="color:蓝色;">集成机器人</mark>

该 **集成机器人** 选项卡是账户管理员可以在此授权外部机器人服务，如 ServiceNow、Google Dialogflow 和 Amazon Lex，与 Zoom 呼叫中心集成的位置。通常，每个提供商的配置说明会提示使用此屏幕。

#### <mark style="color:蓝色;">发送消息</mark>

该 **发送消息** 选项卡是账户管理员可以使用 Meta 提供的 Messenger，将其品牌的 Meta 商业版账户与 Zoom 呼叫中心集成的位置。一旦完成集成，消费者互动就可以路由到 Zoom 呼叫中心，进行分配给客服人员并处理。

有关集成的更多信息，请参阅 Zoom 的支持中心。 [Meta 的 Messenger](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0057607) 与 Zoom 呼叫中心。

### 地址簿

该 **地址簿** 菜单是 Zoom 呼叫中心内创建和管理联系人列表的主要位置。在此屏幕中，账户管理员可以通过两种方式创建和管理他们的地址簿：创建可包含多个联系人列表的顶级地址簿集合，以及创建包含单个用户联系信息的子级地址簿。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfDvM_F5Yx_J_wNF1NCFqnm7Q6HCEtV55uLp5weVBs5YOrp3rpPNUFuB1PplVEPyw_kAqCGLtmG5lC1QUy6mhrzr4EFxlBsMhg1WoYcYrbOJyh77lU7orthq2GeeqzvSW7MUK6C?key=KRgQ_4ail54dHZXUquLpIw" alt=""><figcaption></figcaption></figure>

创建后，账户管理员可以通过 CSV 文件上传或手动输入上传联系人列表。从那里，地址簿可用于创建流程、确定消费者的队列优先级或外拨活动。

有关以下内容的更多信息，请参阅 Zoom 的支持中心： [管理地址簿](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0060870).


---

# 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/admin-experience/cobrowse-integrations-and-address-books.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.
