# Dashboards

## Summary View

The summary review provides visualization of review statistics, by progress, assignment status, AI tags and due dates.

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

**Days Open Chart**

* The Days Open chart organizes selected Reviews in descending order of days open
* Chart will be colored green/red according to days open vs. ETA, [as defined in the Monitor](/configuration/monitor-configuration.md#sources-and-search-schedule)
* Clicking on the corresponding review in the Days Open chart will lead directly to the Review screen

## Trends

Trends dashboards can visualize literature screening process metrics over time:

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

{% hint style="info" %}
**Access:** Dashboards view is available to Administrators and members of teams with Monitor management privileges. Depending on a dashboard, a user might also need Reviews and Reports management access. More details could be found under the [Permissions section](/configuration/team-and-user-management.md#users-and-teams-management).
{% endhint %}

### Usage

* Choose a target dashboard and click on a blue filter button
* Fill in the parameters, like start and end date, monitor, etc.

<div align="center"><figure><img src="/files/jvl9cSHZ8D59jQat4Hfb" alt="" width="380"><figcaption></figcaption></figure></div>

* Click **Find**. Once data is retrieved, it will show up on the dashboard

<div align="center"><figure><img src="/files/NpSX1Aq55NrLpm2yQORm" alt="" width="563"><figcaption></figcaption></figure></div>

### Table View and Downloads

* You can enable Chart and Table views by clicking the respective chart/table icons near the filter.
* Data can also be exported using the Download icon. The dashboard exports (Charts view) or Excel (Table view)

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

## Available Dashboards

<table><thead><tr><th width="182">Category</th><th width="393">Dashboard</th><th>Parameters</th></tr></thead><tbody><tr><td>Result Trends</td><td><strong>Screening Volume</strong>: Returns a number of articles retrieved in MLM-AI searches on a given day for a given monitor</td><td><ul><li>Start date</li><li>End date</li><li>Monitors</li></ul></td></tr><tr><td>Result Trends</td><td>Screening Volume AI Tags: For a single monitor, shows a number of articles retrieved on a given day by associated AI tags</td><td><ul><li>Start date</li><li>End date</li><li>Monitor</li></ul></td></tr><tr><td>Assessment Insights</td><td>Decision Breakdown: Compare decisions recorded for a group of monitors and date range</td><td><ul><li>Start date</li><li>End date</li><li>Monitors</li></ul></td></tr></tbody></table>


---

# 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/dashboards.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.
