> 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/plan-and-deploy/es/readme.md).

# Planificar e implementar

Todo lo que necesita para planificar y poner en marcha una implementación de VergeOS — desde los conceptos básicos y el dimensionamiento hasta la instalación y las arquitecturas de referencia — escrito para arquitectos de soluciones y equipos de plataforma.

<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-ruler-combined">:ruler-combined:</i></h3></td><td><strong>Diseño</strong></td><td>Conceptos básicos, dimensionamiento y modelos de red que deben definirse antes de la instalación.</td><td><a href="/pages/ca2f5d94b0cc87cd6757ff3f8fc3f1e4df97d6fe">/pages/ca2f5d94b0cc87cd6757ff3f8fc3f1e4df97d6fe</a></td></tr><tr><td><h3><i class="fa-hard-drive">:hard-drive:</i></h3></td><td><strong>Instalación</strong></td><td>Comprobaciones previas a la instalación, medios de arranque, instalación del clúster y refuerzo posterior a la instalación.</td><td><a href="/pages/8450c4a2c68ccb85e496bad09e90aa451e922029">/pages/8450c4a2c68ccb85e496bad09e90aa451e922029</a></td></tr><tr><td><h3><i class="fa-diagram-project">:diagram-project:</i></h3></td><td><strong>Arquitecturas de referencia</strong></td><td>Patrones de implementación edge, multiinquilino, de ciencia de datos y homelab.</td><td><a href="/pages/0ec784a47ed11aa04f342993394b16402c689c08">/pages/0ec784a47ed11aa04f342993394b16402c689c08</a></td></tr></tbody></table>

## Secuencia recomendada

1. [Introducción a la guía de implementación](/plan-and-deploy/es/guia-de-implementacion/intro.md)
2. [Conceptos básicos](/plan-and-deploy/es/guia-de-implementacion/concepts.md)
3. [Dimensionamiento de nodos](/plan-and-deploy/es/guia-de-implementacion/sizing.md)
4. [Diseño de red](/plan-and-deploy/es/guia-de-implementacion/network-design.md)
5. [Guía de instalación](/plan-and-deploy/es/guia-de-implementacion/installation-guide.md)
6. [Posinstalación](/plan-and-deploy/es/guia-de-implementacion/post-installation.md)

## Espacios relacionados

* Las comparaciones con VMware se encuentran en [Poner en marcha la plataforma](/run-the-platform/es/descripcion-general-de-la-plataforma/transition-from-vmware.md)
* Los flujos de trabajo de instantáneas y recuperación ante desastres se encuentran en [Automatice, proteja y amplíe](/automate-protect-and-extend/es/copia-de-seguridad-y-dr/overview.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/plan-and-deploy/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.
