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

# Base de conocimientos

<h2 align="center">¿Qué podemos ayudarte a encontrar?</h2>

<p align="center">Busca en la base de conocimientos o explora los temas a continuación.</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="magnifying-glass">Buscar en la base de conocimientos</button></p>

## Explorar por categoría

<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-rocket" style="color:$primary;">:rocket:</i></h3></td><td><h4><strong>Primeros pasos e instalación</strong></h4></td><td>Planifica, instala, gestiona licencias y actualiza VergeOS.</td><td><a href="/pages/f1a5ffd9727f1266123c231fbd25ea7c97d44ebf">/pages/f1a5ffd9727f1266123c231fbd25ea7c97d44ebf</a></td></tr><tr><td><h3><i class="fa-desktop" style="color:$primary;">:desktop:</i></h3></td><td><h4><strong>Máquinas virtuales</strong></h4></td><td>Crea, importa, configura y administra máquinas virtuales.</td><td><a href="/pages/425a29108479f359d7a3ab143f12d46962d19690">/pages/425a29108479f359d7a3ab143f12d46962d19690</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4><strong>Red</strong></h4></td><td>Redes, reglas, enrutamiento, VPN y firewalls.</td><td><a href="/pages/ef99330ca2856961f1d0ddbece99cfa4cbcd28d2">/pages/ef99330ca2856961f1d0ddbece99cfa4cbcd28d2</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4><strong>Almacenamiento y vSAN</strong></h4></td><td>Arquitectura vSAN, niveles, escalado, cifrado y NAS.</td><td><a href="/pages/b4add7daa8c212fa3ededb35d482d72e6911f3ef">/pages/b4add7daa8c212fa3ededb35d482d72e6911f3ef</a></td></tr><tr><td><h3><i class="fa-users" style="color:$primary;">:users:</i></h3></td><td><h4><strong>Inquilinos</strong></h4></td><td>Crea y administra tenants en entornos multiinquilino.</td><td><a href="/pages/b1b4f4936f09a16d0c797256b328746ed30545b4">/pages/b1b4f4936f09a16d0c797256b328746ed30545b4</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4><strong>Copias de seguridad y recuperación ante desastres</strong></h4></td><td>Instantáneas, trabajos de sincronización, restauraciones y recuperación ante desastres.</td><td><a href="/pages/79119de314dbab2b926d625cf73f617dd78e4afe">/pages/79119de314dbab2b926d625cf73f617dd78e4afe</a></td></tr><tr><td><h3><i class="fa-robot" style="color:$primary;">:robot:</i></h3></td><td><h4><strong>Automatización y API</strong></h4></td><td>La API de VergeOS, tareas de automatización, Terraform y herramientas.</td><td><a href="/pages/fc90ec20b3440d5788d5ec9b224237932132d503">/pages/fc90ec20b3440d5788d5ec9b224237932132d503</a></td></tr><tr><td><h3><i class="fa-gears" style="color:$primary;">:gears:</i></h3></td><td><h4><strong>Administración del sistema</strong></h4></td><td>Actualizaciones, seguridad, autenticación, marca y rendimiento.</td><td><a href="/pages/758c344879557a9612b793f28c363a5d4919dbda">/pages/758c344879557a9612b793f28c363a5d4919dbda</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4><strong>Resolución de problemas</strong></h4></td><td>Procedimientos de diagnóstico y soluciones para problemas comunes de VergeOS.</td><td><a href="/pages/b49426ff500f0b6ebcdd5832e42db87effee8dc7">/pages/b49426ff500f0b6ebcdd5832e42db87effee8dc7</a></td></tr></tbody></table>


---

# 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/knowledge-base/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.
