> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# License consumption by tenants

> Report license consumption by tenants in ABBYY FlexiCapture: enable EnablePagesWriteOffLog in dbo.Settings and view pages consumed per tenant.

Only the System Administrator can generate a report detailing license consumption by tenants. The report shows the number of pages consumed by each tenant during the reporting period. License consumption data is aggregated into 24-hour periods and includes only pages consumed by Processing Stations.

## Enable license consumption data collection

By default, no license consumption data is collected. Only the System Administrator can enable it, directly in the FlexiCapture database.

To enable license consumption data collection, add the following setting to the **dbo.Settings** table:

```text theme={null}
[db_name].[dbo].[Settings]
Name = EnablePagesWriteOffLog
Value = True
TenantId = Null
```

In the **TenantId** field, specify which tenants to collect license consumption data for:

| Value           | Effect                                                   |
| --------------- | -------------------------------------------------------- |
| `Null`          | Collects data for all available tenants.                 |
| `0`             | Collects data only for the default tenant.               |
| `1` and greater | Collects data only for the tenant with the specified ID. |

The value in the **TenantId** field also applies to the [License consumption by projects](/flexi-capture/web-stations/monitoring-console/reports-consumptionbyprojects) report. If you set a value other than `Null`, that report is likewise available only for the specified tenant.

<Note>
  After you modify the **dbo.Settings** table, recycle the Application Server pool in Internet Information Services (IIS) for the changes to take effect.
</Note>

## Columns in the license consumption report

The generated report contains the following columns:

| Column              | Description                                                                                   |
| ------------------- | --------------------------------------------------------------------------------------------- |
| **Tenant**          | The tenant for which license consumption is shown.                                            |
| **Time**            | The period of time for which the report is generated (a day, a week, or a month).             |
| **License type**    | The type of license for each tenant.                                                          |
| **Number of pages** | The average number of pages consumed by the given tenant during the specified period of time. |
