> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yayreviews/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yayreviews/features/dashboard.md).

# Dashboard

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

The **Dashboard** provides a complete overview of your store’s review performance and customer engagement at a glance. It helps you quickly understand how your reviews are performing and take action when needed.

#### Time Filter

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

Use the time range selecto to filter review data and statistics for a specific period.

#### Key Metrics

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

The dashboard displays important review metrics, including:

* **Total Reviews**: The total number of reviews collected, with a breakdown of approved, pending, spam, and trashed reviews.
* **Reviews Trend:** Displays the number of reviews received during the selected date range. The percentage indicator shows the change compared to the previous equivalent period.
* **Pending Emails**: The number of scheduled review request emails, including delivery, open, and click rates.
* **Average Rating**: The overall average rating across all reviews, along with the percentage of positive feedback.

#### Rating Distribution

<figure><img src="/files/292w2dB6nLLChQPLiwew" alt=""><figcaption></figcaption></figure>

This section shows a breakdown of reviews by star rating (1–5 stars), helping you quickly understand overall customer sentiment.

#### Recent Reviews

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

Displays the most recent customer reviews, including reviewer name, rating, review content, product name, and submission time.

You can also create reviews manually by clicking the **Add a Review** button.

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

#### Products Performance

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

Lists products based on their review performance. You can filter products by recently reviewed, top rated, or low rated to quickly identify high-performing and underperforming products.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yaycommerce.com/yayreviews/features/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
