> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-autosky/plataforma-skyone-autosky/dashbord.md).

# Dashbord

La pantalla de "**Dashboard**" muestra información detallada sobre su cuenta, incluyendo historial y datos analíticos.

Si tiene una o más cuentas, seleccione la cuenta deseada para visualizar los dashboards:

<figure><img src="/files/EQ8OF4hpCjgG3aDtoZWV" alt=""><figcaption></figcaption></figure>

\
Al acceder al "**Dashboard**", podrá seguir las siguientes métricas:

* **Información de la cuenta**: Muestra la cantidad de Entornos, Instancias, Clientes, Entornos con instancias, Usuarios y Sesiones activas en la cuenta.
* **Historial**: Muestra los Clientes y Usuarios creados, junto con el porcentaje de crecimiento en el período seleccionado en la esquina superior derecha de la tabla.
* **Filtro**: Permite aplicar filtros por intervalo de fechas para realizar un análisis específico.
* **Historial de sesiones**: Un gráfico que muestra el número de sesiones activas a lo largo del día.
* **Historial de instancias**: Un gráfico que presenta la cantidad de instancias activas durante el día.

{% hint style="warning" %}
Si tiene dos o más cuentas, asegúrese de estar analizando el dashboard de la cuenta correcta. Si lo desea, puede seleccionar otra cuenta haciendo clic sobre su nombre.
{% endhint %}


---

# 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.skyone.cloud/espanol/skyone-autosky/plataforma-skyone-autosky/dashbord.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.
