> 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

Artículos de solución de problemas, procedimientos prácticos y orientación de campo para operadores de VergeOS.

<h2 align="center">¿En 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, licencia y actualiza VergeOS.</td><td><a href="/knowledge-base/es/getting-started.md">Primeros pasos e instalación</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="/knowledge-base/es/virtual-machines.md">Máquinas virtuales</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4><strong>Redes</strong></h4></td><td>Redes, reglas, enrutamiento, VPN y firewalls.</td><td><a href="/knowledge-base/es/networking.md">Redes</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 de vSAN, niveles, escalado, cifrado y NAS.</td><td><a href="/knowledge-base/es/storage-vsan.md">Almacenamiento y vSAN</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 gestiona inquilinos en entornos multiinquilino.</td><td><a href="/knowledge-base/es/tenants.md">Inquilinos</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4><strong>Copia de seguridad y DR</strong></h4></td><td>Instantáneas, trabajos de sincronización, restauraciones y recuperación ante desastres.</td><td><a href="/knowledge-base/es/backup-dr.md">Copia de seguridad y DR</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="/knowledge-base/es/automation-api.md">Automatización y API</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="/knowledge-base/es/system-administration.md">Administración del sistema</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4><strong>Solución de problemas</strong></h4></td><td>Procedimientos de diagnóstico y soluciones para problemas comunes de VergeOS.</td><td><a href="/knowledge-base/es/troubleshooting.md">Solución de problemas</a></td></tr></tbody></table>

Para debatir con otros usuarios, únete a la [comunidad de VergeOS](https://app.gitbook.com/s/uJc5d3O7cwI7qD8muSyG/community) Discord. No es un canal de soporte.


---

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