> 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/run-the-platform/zh/readme.md).

# 运行平台

运行 VergeOS 的日常主页——涵盖存储、网络、系统管理和虚拟机，将最重要的页面放在前面，下面提供完整的子系统细节。

## 从这里开始

* [什么是 VergeOS](/run-the-platform/zh/ping-tai-gai-lan/what-is-vergeos.md)
* [平台功能](/run-the-platform/zh/ping-tai-gai-lan/platform-capabilities.md)
* [从 VMware 迁移](/run-the-platform/zh/ping-tai-gai-lan/transition-from-vmware.md)
* [新系统配置](/run-the-platform/zh/ping-tai-gai-lan/new-system-configuration.md)

## 核心操作领域

<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-database">:database:</i></h3></td><td><strong>存储</strong></td><td>vSAN 架构、冗余、分层、诊断和外部存储。</td><td><a href="/pages/d91e769857c9821fef218152c2f41b38ceac7ab1">/pages/d91e769857c9821fef218152c2f41b38ceac7ab1</a></td></tr><tr><td><h3><i class="fa-network-wired">:network-wired:</i></h3></td><td><strong>网络</strong></td><td>网络概念、快速入门、内部和外部网络，以及故障排除。</td><td><a href="/pages/66a0cb9919ea24490e5335e6399acbe1f69d50dc">/pages/66a0cb9919ea24490e5335e6399acbe1f69d50dc</a></td></tr><tr><td><h3><i class="fa-sliders">:sliders:</i></h3></td><td><strong>系统管理</strong></td><td>身份、API 密钥、节点、更新、权限和集群设置。</td><td><a href="/pages/acb634efced0b2c9b4c4438ec58ef5ac3c15003a">/pages/acb634efced0b2c9b4c4438ec58ef5ac3c15003a</a></td></tr><tr><td><h3><i class="fa-desktop">:desktop:</i></h3></td><td><strong>虚拟机</strong></td><td>配置、迁移、客户机操作、实时迁移和最佳实践。</td><td><a href="/pages/28288c323424f5d840a07c9606bd2ece37454059">/pages/28288c323424f5d840a07c9606bd2ece37454059</a></td></tr></tbody></table>

## 相关空间

* 部署规划： [规划并部署](https://docs.verge.io/plan-and-deploy/zh/)
* 灾难恢复和自动化： [自动化、保护和扩展](https://docs.verge.io/automate-protect-and-extend/zh/)


---

# 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/run-the-platform/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.
