> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/migration-and-evaluation-paths.md).

# Migration and evaluation paths

Choose the path that matches what you're trying to do. Each one moves from the core concepts to the hands-on guides in the order that builds context fastest.

## Replacing VMware

1. Start with [What is VergeOS](/run-the-platform/platform-overview/what-is-vergeos.md) to see how the platform consolidates compute, storage, and networking into one system.
2. Read [Transitioning from VMware](/run-the-platform/platform-overview/transition-from-vmware.md) to map your existing vSphere estate onto VergeOS.
3. Plan the move with [Network design](/plan-and-deploy/implementation-guide/network-design.md) and the [Installation guide](/plan-and-deploy/implementation-guide/installation-guide.md).

## Planning a fresh deployment

1. Open the [Implementation guide](/plan-and-deploy/implementation-guide/intro.md) for end-to-end sequencing.
2. Size your hardware with [Node sizing](/plan-and-deploy/implementation-guide/sizing.md) and compare [Reference architectures](/plan-and-deploy/reference-architectures/edge.md).
3. Connect those choices back to day-two operations with [Platform capabilities](/run-the-platform/platform-overview/platform-capabilities.md).

## Automating and running AI

1. Start with [Recipes](/automate-protect-and-extend/automation/recipes-overview.md) to see what you can automate.
2. Drive the platform programmatically with [API keys](/run-the-platform/system-administration/api-keys.md) and the [VergeOS CLI](/automate-protect-and-extend/integrations-and-apis/vrg-cli.md).
3. Host models locally with the [Private AI overview](/automate-protect-and-extend/private-ai/overview.md) and the [OpenAI-compatible 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:

```
GET https://docs.vergeos-demo.com/migration-and-evaluation-paths.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
