> 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/shi-shi-zhi-nan/intro.md).

# 介绍

欢迎来到 VergeOS 实施指南和参考架构部分。本综合资源旨在帮助您成功部署、配置并优化您的 VergeOS 系统。

## 介绍

VergeOS 是一款强大的软件定义数据中心操作系统，将虚拟化、存储和网络整合到一个统一的平台中。本指南提供知识和最佳实践，确保您的实施取得成功，无论您是在搭建小型边缘部署还是大规模企业环境。

## 指南结构

我们的指南分为两个主要部分：

1. **实施指南**：涵盖 VergeOS 的基础知识，从核心概念到安装和安装后步骤。
2. **参考架构**：为特定用例提供定制化指导，帮助您将部署与行业特定的最佳实践保持一致。

## 如何使用本指南

1. 从核心概念部分开始，熟悉 VergeOS 的基础知识。
2. 对于新的安装，请按顺序阅读本指南；或者根据您的具体用例跳转到相应部分。
3. 查阅参考架构，以针对特定场景优化您的部署。

## 获取支持

如果您需要更多帮助，我们的 [支持](/overview/zh/support-and-services.md) 团队随时为您提供协助。

现在，让我们开始您的 VergeOS 之旅吧！


---

# 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/shi-shi-zhi-nan/intro.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.
