> 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/overview/zh/readme.md).

# 欢迎来到 VergeOS 文档

您需要的所有用于规划、部署、运行和自动化 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-compass-drafting">:compass-drafting:</i></h3></td><td><strong>规划与部署</strong></td><td>实施指南、网络设计、容量规划和参考架构。</td><td><a href="/spaces/Q2bN3ctQdjv01GivTI08">/spaces/Q2bN3ctQdjv01GivTI08</a></td></tr><tr><td><h3><i class="fa-server">:server:</i></h3></td><td><strong>运行平台</strong></td><td>存储、网络、系统管理和虚拟机运维。</td><td><a href="/spaces/pODKGSQETqL1gSqyxIq3">/spaces/pODKGSQETqL1gSqyxIq3</a></td></tr><tr><td><h3><i class="fa-robot">:robot:</i></h3></td><td><strong>自动化、保护和扩展</strong></td><td>备份和灾难恢复、配方、CLI 和 SDK、Webhook，以及私有 AI。</td><td><a href="/spaces/sppYQkyIET58BuAo0kqm">/spaces/sppYQkyIET58BuAo0kqm</a></td></tr></tbody></table>

## 更多文档

<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-graduation-cap">:graduation-cap:</i></h3></td><td><strong>学习平台</strong></td><td>动手培训——10 个模块，从架构基础到场景实验室。</td><td><a href="/spaces/qLUTTK5fxfW4S9FoS9GE">/spaces/qLUTTK5fxfW4S9FoS9GE</a></td></tr><tr><td><h3><i class="fa-book">:book:</i></h3></td><td><strong>知识库</strong></td><td>故障排查文章、操作指南以及面向运维人员的现场指导。</td><td><a href="/spaces/DQR7LgKTno3qcNzTDDxS">/spaces/DQR7LgKTno3qcNzTDDxS</a></td></tr><tr><td><h3><i class="fa-rectangle-list">:rectangle-list:</i></h3></td><td><strong>发行说明</strong></td><td>版本历史、受支持的版本和升级路径。</td><td><a href="/spaces/a52uFCDEb7NdVEx9Y04B">/spaces/a52uFCDEb7NdVEx9Y04B</a></td></tr></tbody></table>

## 找到您的起点

{% stepper %}
{% step %}

### 将 VergeOS 与 VMware 进行评估

从以下内容开始 [运行平台：什么是 VergeOS](/run-the-platform/platform-overview/what-is-vergeos.md) 和 [从 VMware 迁移过渡](/run-the-platform/platform-overview/transition-from-vmware.md).
{% endstep %}

{% step %}

### 设计新的部署

转到 [规划与部署](https://docs.verge.io/plan-and-deploy/) 用于容量规划、网络设计、安装顺序和参考架构。
{% endstep %}

{% step %}

### 运行并保护环境

使用 [自动化、保护和扩展](https://docs.verge.io/automate-protect-and-extend/) 用于快照、站点同步、配方、API 密钥、CLI 流程和私有 AI。
{% endstep %}
{% endstepper %}

## 常用起点

* 新部署蓝图： [实施指南](/plan-and-deploy/implementation-guide/intro.md)
* VMware 迁移案例： [从 VMware 迁移过渡](/run-the-platform/platform-overview/transition-from-vmware.md)
* 核心平台概念： [平台能力](/run-the-platform/platform-overview/platform-capabilities.md)
* 内置韧性： [备份与灾难恢复](/automate-protect-and-extend/backup-and-dr/overview.md)
* 自动化接口： [VergeOS CLI](/automate-protect-and-extend/integrations-and-apis/vrg-cli.md)
* 本地模型托管： [私有 AI 概览](/automate-protect-and-extend/private-ai/overview.md)

<a href="/spaces/Q2bN3ctQdjv01GivTI08" class="button primary">探索部署路径</a> <a href="/pages/4cefb24414afb309af2b2faf6d42d4b525d150f7" class="button secondary">查看支持和服务路径</a>


---

# 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/overview/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.
