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

# Zoom Node 入门

从这里开始，了解有关 Zoom Node 部署的更多信息，包括部署前核对清单。

本指南为技术团队、管理员和决策者提供必要的前提条件和验证步骤。它提供一份权威参考，帮助在 Zoom 的混合服务中实现最佳性能、安全性和功能/特性利用。

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

Zoom 现场指南包含大量具体说明、参考材料等内容，帮助您的组织充分利用 Zoom 产品和服务。查阅这些材料将帮助您启用以下能力：

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

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

建立适当的管理基础可启用顺畅的部署和持续管理。在继续之前，您应已完成以下要求：

**基础设施准备情况**

* [ ] Hypervisor 平台已部署并已验证管理访问权限
* [ ] VM 资源已根据服务要求分配
* [ ] 网络连接性已验证（确认无 hypervisor NAT 干扰）

**网络架构**

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

**安全与合规性**

* [ ] 已选择证书策略（自动 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-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.
