# Dashboard & Manage the list of reviews

## My Reviews

{% hint style="info" %}
**Reviews Summary:** Display all reviews in your store, here you can filter to see reviews by different criteria. Gives you an overview and can perform some actions flexibly.
{% endhint %}

![My reviews dashboard](/files/wLdGlY50esLUCI2twA0L)

Regarding the overview chart, you will have basic statistics about the number of reviews and the percentage of ratings from one star to 5 stars. On the Card tab of the second chart you will see an overview of the percentage of reviews coming from countries.

#### Layout

* There are 2 layouts to display the reviews, masonry and list
* Pagination mode, allows you to choose the number of reviews to display as 20, 30 and 50

#### Search reviews

Enter text and start searching, content and search results from the data fields are title, author and content.

### Filter and actions

![Filter & actions](/files/IPjky2suRda1eCyXMBES)

#### Filter

Use the filter, to filter the desired reviews, then select the reviews from the search results and perform some allowable actions. The actions allow enable/disable reviews, make the reviews a feature or cancel them and delete the selected reviews.

The app lets you filter by the following criteria:

* Filter reviews with ratings from 1 to 5 stars
* Filter real user reviews from customers who buy products on your store.
* Filter reviews with pictures
* Filter reviews with video
* Filter reviews are active
* Filter reviews are not activated
* Filter reviews as feature
* Filter reviews without content

#### Actions with selected reviews

* ![](/files/GjK8n8kqJ4uZYiDWsN1m) Set feature reviews
* ![](/files/jzA5XwWNFJab04wEclKi) Unset feature reviews
* ![](/files/GN0xltBSKZ6OgPrfwu4L) Deleted selected reviews
* ![](/files/2p7XwdL0RO1hMuIg1N8m) Set active selected reviews
* ![](/files/5s8wUGbmMK4naJ3a1g2Q) Set deactivated selected reviews

{% hint style="info" %}
And of course you can combine the filter with the search by a certain text entered.

The system also allows filtering by specific products, by clicking on the product selection button in the upper right corner, then selecting the desired product.
{% endhint %}


---

# 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.a2rev.com/my-reviews/dashboard-and-manage-the-list-of-reviews.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.
