> ## 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 projects

> Track license consumption by projects with a System Administrator report showing pages consumed per project, enabled via the EnablePagesWriteOffLog setting.

Only the System Administrator can generate a report detailing license consumption by projects. The report shows the number of pages each project consumed 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 tenants](/flexi-capture/web-stations/monitoring-console/reports-consumptionbytenants) 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>

## Fields in the license consumption report

The report contains the following fields:

| Field               | Description                                                         |
| ------------------- | ------------------------------------------------------------------- |
| **Project**         | The project that consumed the pages.                                |
| **Type of project** | The type of the project.                                            |
| **Time**            | The period the report covers: a day, a week, or a month.            |
| **Number of pages** | The average number of pages the project consumed during the period. |
