> 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/run-the-platform/es/administracion-del-sistema/sites-overview.md).

# Panel de sitios

El panel de control de Sites proporciona una ubicación central para la supervisión y administración de múltiples sistemas VergeOS. Este panel agrega estadísticas de nivel superior de todos los sistemas en una sola pantalla, con enlaces de profundización para acceder y ver información más detallada. Se puede seleccionar una página de sitio específica haciendo clic en su tarjeta de la interfaz de usuario o en el pin de coordenadas del mapa (colocación basada en los valores de latitud/longitud especificados).

![sitedash-main.png](/files/c075f215bcf6102bd8f62f6ea76d55f37a27d1f4)

### Ejemplo: Página individual del sitio

![sitepage.png](/files/a941444d8fcc57b8d7b0422852176e36095d4b52)

* ver información más detallada específica del sitio
* gestionar las redes, nodos y VM del sitio (si está habilitado)
* iniciar actualizaciones
* crear tareas remotas
* editar la configuración del sitio
* actualizar estadísticas
* acceder a los trabajos de sincronización entrantes/salientes
* ver los registros del sitio

Además, hay un enlace rápido para ir directamente a la página de inicio de sesión de la interfaz web completa del sitio.

Vea [**Agregar sitios**](/run-the-platform/es/administracion-del-sistema/site-dashboard-add-sites.md) para obtener instrucciones sobre cómo agregar un sitio al panel de control de Sites.


---

# 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/run-the-platform/es/administracion-del-sistema/sites-overview.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.
