> 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/migration-and-evaluation-paths.md).

# 迁移和评估路径

选择与你想要执行的操作相匹配的路径。每一条都会按照最快建立上下文的顺序，从核心概念到动手指南逐步展开。

## 替代 VMware

1. 从以下内容开始 [什么是 VergeOS](/run-the-platform/platform-overview/what-is-vergeos.md) 以了解该平台如何将计算、存储和网络整合到一个系统中。
2. 阅读 [从 VMware 迁移过渡](/run-the-platform/platform-overview/transition-from-vmware.md) 以将你现有的 vSphere 环境映射到 VergeOS。
3. 使用以下内容规划迁移： [网络设计](/plan-and-deploy/implementation-guide/network-design.md) 以及 [安装指南](/plan-and-deploy/implementation-guide/installation-guide.md).

## 规划全新部署

1. 打开 [实施指南](/plan-and-deploy/implementation-guide/intro.md) 以进行端到端的顺序安排。
2. 使用以下内容为硬件定规格： [节点容量规划](/plan-and-deploy/implementation-guide/sizing.md) 并比较 [参考架构](/plan-and-deploy/reference-architectures/edge.md).
3. 并通过以下内容将这些选择与第二天的运维联系起来： [平台能力](/run-the-platform/platform-overview/platform-capabilities.md).

## 自动化并运行 AI

1. 从以下内容开始 [配方](/automate-protect-and-extend/automation/recipes-overview.md) 看看你可以自动化什么。
2. 使用以下内容以编程方式驱动该平台： [API 密钥](/run-the-platform/system-administration/api-keys.md) 以及 [VergeOS CLI](/automate-protect-and-extend/integrations-and-apis/vrg-cli.md).
3. 使用以下内容在本地托管模型： [私有 AI 概览](/automate-protect-and-extend/private-ai/overview.md) 以及 [OpenAI 兼容 API](/automate-protect-and-extend/private-ai/open-ai-router.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/overview/zh/migration-and-evaluation-paths.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.
