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

# Các lộ trình di chuyển và đánh giá

Hãy chọn lộ trình phù hợp với điều bạn đang cố gắng làm. Mỗi lộ trình đều đi từ các khái niệm cốt lõi đến các hướng dẫn thực hành theo thứ tự giúp xây dựng bối cảnh nhanh nhất.

## Thay thế VMware

1. Bắt đầu với [VergeOS là gì](/run-the-platform/platform-overview/what-is-vergeos.md) để xem cách nền tảng hợp nhất tính toán, lưu trữ và mạng thành một hệ thống.
2. Đọc [Chuyển đổi từ VMware](/run-the-platform/platform-overview/transition-from-vmware.md) để ánh xạ hạ tầng vSphere hiện có của bạn sang VergeOS.
3. Lập kế hoạch chuyển đổi với [Thiết kế mạng](/plan-and-deploy/implementation-guide/network-design.md) và [Hướng dẫn cài đặt](/plan-and-deploy/implementation-guide/installation-guide.md).

## Lập kế hoạch triển khai mới

1. Mở [Hướng dẫn triển khai](/plan-and-deploy/implementation-guide/intro.md) để sắp xếp trình tự từ đầu đến cuối.
2. Xác định quy mô phần cứng của bạn với [Kích thước nút](/plan-and-deploy/implementation-guide/sizing.md) và so sánh [Kiến trúc tham chiếu](/plan-and-deploy/reference-architectures/edge.md).
3. Kết nối những lựa chọn đó với vận hành sau triển khai bằng [Khả năng của nền tảng](/run-the-platform/platform-overview/platform-capabilities.md).

## Tự động hóa và vận hành AI

1. Bắt đầu với [Các công thức](/automate-protect-and-extend/automation/recipes-overview.md) để xem bạn có thể tự động hóa những gì.
2. Điều khiển nền tảng bằng lập trình với [Khóa API](/run-the-platform/system-administration/api-keys.md) và [CLI VergeOS](/automate-protect-and-extend/integrations-and-apis/vrg-cli.md).
3. Lưu trữ mô hình cục bộ với [Tổng quan Private AI](/automate-protect-and-extend/private-ai/overview.md) và [API tương thích với OpenAI](/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/vi/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.
