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

# Rutas de migración y evaluación

Elija la ruta que coincida con lo que intenta hacer. Cada una va desde los conceptos básicos hasta las guías prácticas en el orden que genera contexto más rápido.

## Sustituyendo VMware

1. Empieza con [Qué es VergeOS](/run-the-platform/platform-overview/what-is-vergeos.md) para ver cómo la plataforma consolida cómputo, almacenamiento y redes en un solo sistema.
2. Leer [Migrar desde VMware](/run-the-platform/platform-overview/transition-from-vmware.md) para mapear su entorno vSphere existente a VergeOS.
3. Planifique la migración con [Diseño de red](/plan-and-deploy/implementation-guide/network-design.md) y la [Guía de instalación](/plan-and-deploy/implementation-guide/installation-guide.md).

## Planificación de una nueva implementación

1. Abra la [Guía de implementación](/plan-and-deploy/implementation-guide/intro.md) para la secuenciación de extremo a extremo.
2. Dimensione su hardware con [Dimensionamiento de nodos](/plan-and-deploy/implementation-guide/sizing.md) y compare [Arquitecturas de referencia](/plan-and-deploy/reference-architectures/edge.md).
3. Conecte esas decisiones con las operaciones del día dos con [Capacidades de la plataforma](/run-the-platform/platform-overview/platform-capabilities.md).

## Automatizar y ejecutar IA

1. Empieza con [Recetas](/automate-protect-and-extend/automation/recipes-overview.md) para ver qué puede automatizar.
2. Impulse la plataforma mediante programación con [Claves de API](/run-the-platform/system-administration/api-keys.md) y la [CLI de VergeOS](/automate-protect-and-extend/integrations-and-apis/vrg-cli.md).
3. Aloje modelos localmente con la [Resumen de Private AI](/automate-protect-and-extend/private-ai/overview.md) y la [API compatible con 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/es/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.
