> 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/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer/zoom-chat-hybrid.md).

# Zoom 聊天混合

#### <mark style="color:蓝色;">Zoom 聊天混合云：将聊天数据和基础设施存储在您的数据中心中</mark> <a href="#r2h3pakzuasl" id="r2h3pakzuasl"></a>

聊天 Hybrid 允许客户在其自己的数据中心内存储 Zoom 聊天消息、元数据和基础设施，帮助企业支持数据归档、保留和监管要求方面的合规性。

聊天 Hybrid 包括本地部署的团队聊天索引、缓存和数据库存储功能，通过允许用户消息本地化到已配置的区域，为客户在数据驻留和保留策略方面提供更多控制。此外，聊天 Hybrid 可与策略控制无缝集成，例如 [信息壁垒](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0066037)，进一步强化合规性，同时通过本地存储保护敏感信息。


---

# 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/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer/zoom-chat-hybrid.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.
