> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/plan-and-deploy/zh/readme.md).

# 规划与部署

为解决方案架构师和平台团队编写，涵盖规划和部署 VergeOS 所需的一切——从核心概念和容量规划到安装和参考架构。

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-ruler-combined">:ruler-combined:</i></h3></td><td><strong>设计</strong></td><td>安装前需要确定的核心概念、容量规划和网络模型。</td><td><a href="/pages/c620e643b5a897b931e31974e8c9c768522e7ff1">/pages/c620e643b5a897b931e31974e8c9c768522e7ff1</a></td></tr><tr><td><h3><i class="fa-hard-drive">:hard-drive:</i></h3></td><td><strong>安装</strong></td><td>安装前检查、可启动介质、集群安装以及安装后加固。</td><td><a href="/pages/a35678eebacb2be0ad0fc27cdb6c3d5db3fd1da4">/pages/a35678eebacb2be0ad0fc27cdb6c3d5db3fd1da4</a></td></tr><tr><td><h3><i class="fa-diagram-project">:diagram-project:</i></h3></td><td><strong>参考架构</strong></td><td>边缘、多租户、数据科学和家庭实验室部署模式。</td><td><a href="/pages/63368ed7725796e1d6eee3a0072d2d91b85ad860">/pages/63368ed7725796e1d6eee3a0072d2d91b85ad860</a></td></tr></tbody></table>

## 推荐顺序

1. [实施指南导言](/plan-and-deploy/zh/shi-shi-zhi-nan/intro.md)
2. [核心概念](/plan-and-deploy/zh/shi-shi-zhi-nan/concepts.md)
3. [节点容量规划](/plan-and-deploy/zh/shi-shi-zhi-nan/sizing.md)
4. [网络设计](/plan-and-deploy/zh/shi-shi-zhi-nan/network-design.md)
5. [安装指南](/plan-and-deploy/zh/shi-shi-zhi-nan/installation-guide.md)
6. [安装后](/plan-and-deploy/zh/shi-shi-zhi-nan/post-installation.md)

## 相关空间

* VMware 对比内容位于 [运行平台](/run-the-platform/zh/ping-tai-gai-lan/transition-from-vmware.md)
* 快照和灾难恢复工作流位于 [自动化、防护与扩展](/automate-protect-and-extend/backup-and-dr/overview.md)


---

# 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://docs.verge.io/plan-and-deploy/zh/readme.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.
