# Reports

Biologit MLM-AI supports extensive reporting of screening actions and system activity from its audit log. The reporting module is accessible from the **Reports** link from the main menu.

<figure><img src="/files/RmcqLyd4DLkq5v859KVE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Reports access**: To have access to reports users must be Administrators or be part of a team with the **Reports management** system privileges. Learn more on the [Permissions section](/configuration/team-and-user-management.md).
{% endhint %}

To submit a new report:

* Click on **Submit Report** button on top right.
* Reports are grouped into categories. Select category and report to run (see [table below](#available-reports))
* Enter any report parameters as appropriate.
* Select delivery settings:
  * Reports can be automatically sent by email to the requesting user or to a team.
  * Alternatively reports will be available for download from the user interface.

<figure><img src="/files/jlmHbu96aJErGqLGTYNE" alt=""><figcaption><p>Reports Submission Form</p></figcaption></figure>

### Available Reports

<table><thead><tr><th width="156.33333333333331">Category</th><th>Report</th><th>Description</th></tr></thead><tbody><tr><td>Analytics</td><td>AI Tag Statistics</td><td>Detailed reconciliation report of results, decisions recorded and AI tags present</td></tr><tr><td>Analytics</td><td>Decision Statistics</td><td>Summary report of decision breakdown per monitor, for a given time period. Useful for at-a-glance view of assessment outcomes per monitor.</td></tr><tr><td>Auditing</td><td>System Activity Log</td><td>Reports all system actions (configuration changes, report submissions) from the audit trail, for a given time period</td></tr><tr><td>Auditing</td><td>Failed Logins</td><td>Reports on failed login attempts for a given time period</td></tr><tr><td>Auditing</td><td>Review Activity</td><td>Reports all review-related administrative actions (review submit, upload, status changes) for a given time period</td></tr><tr><td>Auditing</td><td>Translation Requests</td><td>Detailed reconciliation report of requests for translations performed by users</td></tr><tr><td>Auditing</td><td>Monitor Query Strings</td><td>For each monitor provide a timeline of changes that specifically altered the query string </td></tr><tr><td>Screening Activity</td><td>Reviews Activity</td><td>Complete log of screening activities for a given monitor (or all monitors) and time period</td></tr><tr><td>Screening Activity</td><td>Reviews Summary</td><td>Summary status of all reviews for a given monitor (or all monitors) and time period</td></tr><tr><td>Screening Activity</td><td><p>Decision Summary Report </p><p>(MS Word)</p></td><td>MS Word report of selected citations by date range, monitor and decision. The report includes citation and assessor details</td></tr><tr><td>Screening Activity</td><td>Review Summary by Journal (Local Literature)</td><td>Summary of results retrieved grouped by journals</td></tr><tr><td>System Configuration</td><td>Monitors</td><td>Export of all Monitor definitions</td></tr><tr><td>System Configuration</td><td>Users and Teams</td><td>Export of all configured users and corresponding teams</td></tr><tr><td>System Configuration</td><td>Monitors to Team Permissions</td><td>Mapping of monitors to teams and their roles (review or QC)</td></tr><tr><td>Data Archiving</td><td>Archive completed reviews</td><td>Moves all reviews in Completed status to Archived, for a given monitor and minimum review age</td></tr></tbody></table>

### Report Results

After submission, reports are queued for processing and will become available in the **Recent** tab once done. As reports complete, older runs can be found from the **Find Reports** tab.

Reports can be downloaded via the links indicated below. Report execution logs can also be downloaded.

<figure><img src="/files/CUbWIZwh5kqu3MjA6sQK" alt=""><figcaption></figcaption></figure>

### Day Zero Option

In Review-based reports you can optionally select reviews based on **day zero** (date of creation) instead of review date from-to range:

<figure><img src="/files/lHrSwSf6y5dxkDKT1EwI" alt=""><figcaption></figcaption></figure>


---

# 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.biologit.com/application/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.
