> 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-deployment-field-guide/getting-started-with-zoom-node.md).

# Zoom 入门：Zoom Node

本《Field Guide》为技术团队、管理员和决策者提供必要的先决条件和验证步骤。它提供了一份单一、权威的参考资料，以在 Zoom 的混合服务中实现最佳性能、安全性和功能/特性利用。

通过遵循我们的部署指导，您的组织可以借助稳健的混合通信平台，最大化其 Zoom 基础架构投资。

Zoom 《Field Guide》包含大量具体说明、参考资料等内容，帮助您的组织充分利用 Zoom 产品和服务。查阅这些材料将使您能够：

* **降低部署风险**：通过全面的部署前验证阻止部署失败
* **优化您的资源**：从试点阶段到企业版级别规模，合理匹配您的基础架构投资
* **加快 Zoom Node 就绪**：通过清晰、可执行的要求缩短实施时间线
* **构建面向未来的架构**：构建支持不断扩展的混合服务组合的基础

### <mark style="color:蓝色;">使用此清单验证您的部署前准备情况</mark>

建立适当的管理基础有助于实现顺利部署和持续管理。在继续之前，您应已完成以下要求：

**基础架构准备情况**

* [ ] 已部署虚拟机管理程序平台并已验证管理访问
* [ ] 根据服务要求分配 VM 资源
* [ ] 已验证网络连接（确认不存在虚拟机管理程序 NAT 干扰）

**网络架构**

* [ ] 为所有计划中的服务预留并记录 IP 地址
* [ ] 已创建 DNS 记录并验证公网解析
* [ ] 已为 Zoom 云 IP 范围配置防火墙规则

**安全与合规性**

* [ ] 已选择证书策略（Auto PKI 或使用自有证书 \[BYOC]）
* [ ] 正确的 SAN 条目（如果使用 BYOC）
* [ ] 已完成证书验证

**管理准备**

* [ ] 已批准的实名网址 [Zoom 支持](https://support.zoom.com/hc/en/contact?id=contact_us)
* [ ] 已确认对 Zoom 账户的管理员访问
* [ ] 已按需启用特定服务功能


---

# 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-deployment-field-guide/getting-started-with-zoom-node.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.
