# Featured reviews Popup

We are excited to inform you that you can add Featured reviews wherever you want on your website.<br>

{% hint style="info" %}
*This feature is only supported in* [*paid memberships*](https://www.ryviu.com/pricing)*.*
{% endhint %}

### How to add Featured reviews?

Please go to your [Reviews page](https://app.ryviu.io/#/reviews) and add Featured reviews by click on the star icon.

![](/files/-MKY4fAML4p5Pa4TsvOq)

### How to show Featured reviews on your store?

There are two ways to show Featured reviews in your store.

1. ***Use Ryviu Sidebar widget:***

Go to [Featured Widget Settings](https://app.ryviu.io/#/settings/featured) to enable Ryviu Sidebar widget, then you will get Ryviu icon on your site.

![](/files/-MMYOMCLvGQRfBh6VWAM)

When users click on Ryviu Sidebar widget icon on your site, they can see a popup Featured reviews displaying as below.<br>

![](/files/-MJ_Wm6OPcwY-0MaQrXQ)

***2. Add Featured reviews to the other place on your site***

You can copy one of the two code snippets below to display Featured reviews.

* **The carousel layout:**

```markup
<!-- RYVIU APP :: FEATURE -->
<ryviu-feature-extend carousel="1" id="r--ryviu-widget"></ryviu-feature-extend>
<!-- / RYVIU APP -->
```

[**Demo**](https://ryviu-app.myshopify.com/pages/reviews-carousel)

![](/files/-MJ_Ws-a3bJ9PfUeT_tH)

* **The basic layout:**

```markup
<!-- RYVIU APP :: FEATURE -->
<ryviu-widget feature="1"></ryviu-widget>
<!-- / RYVIU APP -->
```

[**Demo**](https://ryviu-app.myshopify.com/pages/reviews-page)

![](/files/-MJ_Wv-J8uLJ4obJB3B4)

\
Please take a look at our demo site to get more details: <https://ryviu-app.myshopify.com/>.<br>

If you need further support, please feel free to contact us via live chat.


---

# 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://ryviu.gitbook.io/ryviu-document/premium-features/featured-reviews-1/featured-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.
