> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/tenants/tenant-usagereports.md).

# Tenant Usage Reports

VergeOS stores usage statistics per tenant to accommodate 95th percentile billing. Additionally, max and average information are recorded.

## Run a History Report for an Individual Tenant

1. Navigate to the **individual tenant dashboard**.
2. Click **History** on the left menu.
3. Select **Filter Period**. (Also enter from/to dates if the custom option is selected.)
4. Click **Apply** to run the reports for the selected period.
5. Graphs will show usage for the specified period. Scroll down the page to see the statistics listing of Average, Maximum, and 95th percentile.
6. Statistics can be exported to a comma delimited text file using the **Export CSV** menu option.

## Receive Subscription Report (Email) of Tenant Usage

1. Navigate to **System > Subscriptions > New**.
2. Configure fields as follows:
   * **Target Type:** *Tenants Dashboard*
   * **Target:** *Tenants Dashboard*
   * **Type:** *Scheduled*
   * **Subscription Profile:** *Tenants Usage*

For full instructions on creating Subscriptions, see: [**Subscriptions-Overview**](/run-the-platform/system-administration/subscriptions-overview.md)

{% hint style="success" %}
**API Usage**

The [VergeOS API](/knowledge-base/automation-api/verge-api-guide.md) can also be utilized to run tenant usage reports and send to external systems for processing.
{% 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:

```
GET https://docs.vergeos-demo.com/run-the-platform/tenants/tenant-usagereports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
