# Generating Reports

Reports page allows you to see reports and statistics about usage of licenses.

![Reports Page](/files/6fdea6bb7cc3c6f445b07a0f10e0d80b66c0ee11)

After selecting a product, you are able to see detailed reports for that product:

![Detailed Product Reports](/files/4418c7d6432c13b822ac07e1a7e77420debf0e40)

### Report Types

{% stepper %}
{% step %}

### Average slot usage

Average license slot usage per day (%)

**Average slot usage** chart displays the average usage percentage per day over the specified time range for some product, where percentage is calculated as slotsUsed / maxSlots.
{% endstep %}

{% step %}

### Max daily users

Maximum users logged in for each day

**Max daily users** chart displays maximum number of daily users for some product over the specified time range.
{% endstep %}

{% step %}

### Max slots reached

How many times were max license slots reached per day

**Max slots reached** chart displays the maximum number of slots that was reached for the specified product on each day over the specified time range.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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.licensespring.com/floating-server/floating-server-v1/user-interface/generating-reports.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.
