> 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/inquilinos/tenant-usagereports.md).

# Informes de uso del inquilino

VergeOS almacena estadísticas de uso por inquilino para admitir la facturación por percentil 95. Además, se registran los valores máximo y promedio.

## Ejecutar un informe de historial para un inquilino individual

1. Vaya al **panel de control de inquilino individual**.
2. Haga clic en **Historial** en el menú de la izquierda.
3. Seleccione **Período de filtro**. (También introduzca las fechas de inicio y fin si se selecciona la opción personalizada.)
4. Haga clic en **Aplicar** para ejecutar los informes del período seleccionado.
5. Los gráficos mostrarán el uso del período especificado. Desplácese hacia abajo en la página para ver el listado de estadísticas de Promedio, Máximo y percentil 95.
6. Las estadísticas se pueden exportar a un archivo de texto delimitado por comas usando la **Exportar CSV** opción del menú.

## Recibir informe de suscripción (correo electrónico) del uso del inquilino

1. Navegue a **Sistema > Suscripciones > Nuevo**.
2. Configure los campos de la siguiente manera:
   * **Tipo de destino:** *Panel de control de inquilinos*
   * **Destino:** *Panel de control de inquilinos*
   * **Tipo:** *Programado*
   * **Perfil de suscripción:** *Uso de inquilinos*

Para obtener instrucciones completas sobre la creación de suscripciones, consulte: [**Subscriptions-Overview**](/run-the-platform/es/administracion-del-sistema/subscriptions-overview.md)

{% hint style="success" %}
**Uso de la API**

El [API de VergeOS](/knowledge-base/es/automation-api/verge-api-guide.md) también se puede utilizar para ejecutar informes de uso de inquilinos y enviarlos a sistemas externos para su procesamiento.
{% 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.verge.io/run-the-platform/es/inquilinos/tenant-usagereports.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.
