> 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/readme.md).

# Bienvenido a la documentación de VergeOS

Todo lo que necesitas para planificar, implementar, operar y automatizar VergeOS, organizado según lo que intentas hacer. ¿Nuevo por aquí? Encuentra tu punto de partida abajo.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-compass-drafting">:compass-drafting:</i></h3></td><td><strong>Planificar e implementar</strong></td><td>Guía de implementación, diseño de red, dimensionamiento y arquitecturas de referencia.</td><td><a href="/spaces/Q2bN3ctQdjv01GivTI08">/spaces/Q2bN3ctQdjv01GivTI08</a></td></tr><tr><td><h3><i class="fa-server">:server:</i></h3></td><td><strong>Operar la plataforma</strong></td><td>Almacenamiento, redes, administración del sistema y operaciones de máquinas virtuales.</td><td><a href="/spaces/pODKGSQETqL1gSqyxIq3">/spaces/pODKGSQETqL1gSqyxIq3</a></td></tr><tr><td><h3><i class="fa-robot">:robot:</i></h3></td><td><strong>Automatizar, proteger y ampliar</strong></td><td>Copias de seguridad y recuperación ante desastres, recetas, CLI y SDKs, webhooks y Private AI.</td><td><a href="/spaces/sppYQkyIET58BuAo0kqm">/spaces/sppYQkyIET58BuAo0kqm</a></td></tr></tbody></table>

## Más documentación

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-graduation-cap">:graduation-cap:</i></h3></td><td><strong>Aprende la plataforma</strong></td><td>Formación práctica: 10 módulos desde fundamentos de arquitectura hasta laboratorios de escenarios.</td><td><a href="/spaces/qLUTTK5fxfW4S9FoS9GE">/spaces/qLUTTK5fxfW4S9FoS9GE</a></td></tr><tr><td><h3><i class="fa-book">:book:</i></h3></td><td><strong>Base de conocimientos</strong></td><td>Artículos de solución de problemas, guías prácticas y orientación de campo para operadores.</td><td><a href="/spaces/vpGKeQRGms1trej1Qytx">/spaces/vpGKeQRGms1trej1Qytx</a></td></tr><tr><td><h3><i class="fa-rectangle-list">:rectangle-list:</i></h3></td><td><strong>Notas de la versión</strong></td><td>Historial de versiones, versiones compatibles y la ruta de actualización.</td><td><a href="/spaces/cT1FBKzyfMRgCRifFyTR">/spaces/cT1FBKzyfMRgCRifFyTR</a></td></tr></tbody></table>

## Encuentra tu punto de partida

{% stepper %}
{% step %}

### Evaluación de VergeOS frente a VMware

Empieza con [Operar la plataforma: ¿Qué es VergeOS?](/run-the-platform/platform-overview/what-is-vergeos.md) y [Migrar desde VMware](/run-the-platform/platform-overview/transition-from-vmware.md).
{% endstep %}

{% step %}

### Diseñando una nueva implementación

Pasa a [Planificar e implementar](https://docs.verge.io/plan-and-deploy/) para dimensionamiento, diseño de red, secuencia de instalación y arquitecturas de referencia.
{% endstep %}

{% step %}

### Operar y proteger el entorno

Usa [Automatizar, proteger y ampliar](https://docs.verge.io/automate-protect-and-extend/) para instantáneas, sincronizaciones de sitios, recetas, claves de API, flujos de CLI y Private AI.
{% endstep %}
{% endstepper %}

## Puntos de partida populares

* Plano de nueva implementación: [Guía de implementación](/plan-and-deploy/implementation-guide/intro.md)
* Historia de migración desde VMware: [Migrar desde VMware](/run-the-platform/platform-overview/transition-from-vmware.md)
* Conceptos clave de la plataforma: [Capacidades de la plataforma](/run-the-platform/platform-overview/platform-capabilities.md)
* Resiliencia integrada: [Copia de seguridad y recuperación ante desastres](/automate-protect-and-extend/backup-and-dr/overview.md)
* Superficie de automatización: [CLI de VergeOS](/automate-protect-and-extend/integrations-and-apis/vrg-cli.md)
* Alojamiento local de modelos: [Resumen de Private AI](/automate-protect-and-extend/private-ai/overview.md)

<a href="/spaces/Q2bN3ctQdjv01GivTI08" class="button primary">Explora la ruta de implementación</a> <a href="/pages/011f6a45f9b7a9008ddfbcaae27c3d1bade4e62f" class="button secondary">Ver las rutas de soporte y servicio</a>


---

# 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/readme.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.
