# Review Details

The **Review Details** page lists articles retrieved according to the review's [monitor definitions](/configuration/monitor-configuration.md) for the date range specified. In this page users can:

* Check screening status for this review: articles in queue, pending author follow up, etc
* Rank and filter articles to prioritize screening
* Select a sample of results for quality control
* Select and assign articles to a user for review or QC

A status pane indicating the review ID, date created, start-end dates, percentage of suspected adverse events, and status progress. Additional details on status of each articles of the review are also provided.

![Status pane](/files/Zv1tFhPxTmAA7VFExMTv)

Below the status pane, the full list of articles retrieved for the review is shown. Additional fields can be added with the **Show** selector and articles can be ranked via **Sort By** or filtered using the [**Search box**](/application/review-details/searching-abstracts-inside-a-review.md).

{% embed url="<https://youtu.be/Bhiyv2sNNrA>" %}

{% hint style="info" %}
The search box accepts both keywords and more complex queries. Learn more in [**Searching abstracts inside a Review**](/application/review-details/searching-abstracts-inside-a-review.md).
{% endhint %}

### Sampling

It is also possible to specify a sampling rate to select a random % of results. Sampling applies once other selection criteria is applied, such as Decision, or search criteria.

See also: <https://docs.biologit.com/more-help/faq#how-does-sampling-of-articles-work>

### Tabs

To facilitate screening, articles are grouped by status in tabs, so you can quickly focus on the ones that need attention:

![](/files/1EdRZ6Cub2zsq2CNAixs)

**Tabs by screening status**

* **In Queue:** articles not yet screened
* **Reviewed:** articles already screened (including articles [automatically screened](/topics/ai-enabled-screening-workflows.md#automatic-filtering-by-tag) by MLM-AI)
* **Duplicates** for articles pre-screened as duplicates of other articles&#x20;

Optional tabs may appear depending on the contents of the review.&#x20;

* **Non-English**: articles whose language is not English and may require special follow-up
* **No Abstract**: results where the citation contains only the article title

Additional tabs may appear if Work assignment feature is in use.

* Learn more about [Work Assignment feature](/application/review-details/work-assignment.md).

### Screening Articles&#x20;

From the Review Details page, articles can be selected for screening. The next step is to:

* Click on the title of any articles to [begin screening](/application/article-screening.md)
* Alternatively, select [Batch Review](/application/batch-screening.md) to review all articles in batch mode

### Tab, Filter, Sampling and Sorting Choices "Follow" User During Screening&#x20;

{% hint style="warning" %}
**Important**: The selected tab, sort order and filters and sampling will be reflected at the[ article screening](/application/article-screening.md) and [batch screening](/application/batch-screening.md) pages.
{% endhint %}

To streamline the screening workflow, all user selections on this page will "follow" user on subsequent screening.

**Example**: User wishes to screen articles tagged as "Identifiable Patient":

* Select "In Queue" Tab
* Use [the search box](/application/review-details/searching-abstracts-inside-a-review.md) to filter by `tag:patient`

The info bar will indicate selections:

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

Clicking into any article will lead user onto the screening page, where the selections will be indicated to the user:

<figure><img src="/files/65MEh5MGGxxjIt9vp292" alt=""><figcaption></figcaption></figure>

The same behavior occurs when in [Batch Review](/application/batch-screening.md) screen.

## Learn More

* See the [Concepts guide](/topics/mlm-ai-concepts.md#duplicate-detection) for more details on MLM-AI's screening workflow
* Learn more about [Duplicate Detection](/topics/duplicate-detection.md)
* See [Searching abstracts inside a Review](/application/review-details/searching-abstracts-inside-a-review.md) for details on querying articles within a review


---

# 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/review-details.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.
