> 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/why-upgrade.md).

# Why Upgrade?

YayReviews Pro version comes with advanced options and settings. Please review these features in the table below.

| Feature                                           | YayReviews free | YayReviews pro |
| ------------------------------------------------- | --------------- | -------------- |
| View overview dashboard                           | ✅               | ✅              |
| Send Review reminder                              | ✅               | ✅              |
| Customize Reminder Email Template                 | ✅               | ✅              |
| View scheduled review request emails              | ✅               | ✅              |
| Import reviews and manage import history          | ✅               | ✅              |
| Configure basic review system                     | ✅               | ✅              |
| Configure star rating                             | ✅               | ✅              |
| Configure the review title field                  | ✅               | ✅              |
| Configure the main review text field              | ✅               | ✅              |
| Data processing consent                           | ✅               | ✅              |
| Show Verified Purchase                            | ✅               | ✅              |
| Configure Reviewer Name                           | ✅               | ✅              |
| Configure Reviewer Avatar                         | ✅               | ✅              |
| Show Review Count                                 | ✅               | ✅              |
| Allow Anonymous Reviews                           | ✅               | ✅              |
| Configure Date Display                            | ✅               | ✅              |
| Change Global Rating Types                        | ✅               | ✅              |
| Assign rating types by product or category        | ✅               | ✅              |
| Configure Review, Edit & Reply                    | ✅               | ✅              |
| Configure structured data for Google rich results | ✅               | ✅              |
| Upload media                                      | ✅               | ✅              |
| Send Review reminder                              | ✅               | ✅              |
| Customize Reminder Email Template                 | ✅               | ✅              |
| Send Test Mail                                    | ✅               | ✅              |
| Customers can only review a product once          | ✅               | ✅              |
| Copy review link                                  | ✅               | ✅              |
| Hide AI summary when negative                     | ✖️              | ✅              |
| Product Review Overall shortcode support          | ✖️              | ✅              |
| Product Review Summary shortcode support          | ✖️              | ✅              |
| Adjust the reminder timing                        | ✖️              | ✅              |
| Create multiple reminder rules                    | ✖️              | ✅              |
| Queue management (Send Now / Cancel)              | ✖️              | ✅              |
| Send Review rewards                               | ✖️              | ✅              |
| AI Summaries                                      | ✖️              | ✅              |
| Create Rating Types                               | ✖️              | ✅              |
| Duplicate Rating Types                            | ✖️              | ✅              |
| Show Location                                     | ✖️              | ✅              |
| Pinned Reviews                                    | ✖️              | ✅              |
| Social Proof Popup                                | ✖️              | ✅              |


---

# 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/why-upgrade.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.
