# Create happy customer page

{% hint style="info" %}
**Good to know:** Happy customers are people who value your brand beyond the initial purchase. They trust that your store is aligned with their needs and there are many good products, many quality products.
{% endhint %}

First, you need to understand what feature reviews on A2Reviews are?

Feature reviews: Defined as exceptional reviews, manually selected by you. It is marked as a special star on the A2Reviews system.

Purpose: The purpose is to provide you with a list of exceptional reviews. Allow them to be displayed on your website. Let your customers see those special reviews. Help them have a quick review of the product they want to buy. And make the decision to buy the product.&#x20;

### How to select feature reviews in A2Reviews

**Things to do on the A2 Reviews application (**[**app.a2rev.com**](https://app.a2rev.com/)**).**&#x20;

Go to <https://app.a2rev.com/#/reviews-manager> and select special reviews to display on your feature page.

![](/files/T1QXNYiKFGcnJVyYq3kl) **Feature reviews Icon**: To select one or more reviews are feature reviews. A2Reviews uses a button with a star icon as shown.&#x20;

![Select feature reviews in A2Reviews App](/files/2JIgVFcktHm93WG5wTNX)

### How to display feature reviews in a Shopify page with A2Reviews

1\. In your admin store page, on the left sidebar menu, click on **“Online Store > Pages”**\
2\. Click the **“Add Page”** button\
3\. Add the title for this page for example, “Feature reviews”

![Create feature or happy customer page](https://blog.a2rev.com/wp-content/uploads/2021/07/feature-page-step1.png)

{% hint style="warning" %}
Click **<>** button then copy and paste the snippet code bellow to the content area.
{% endhint %}

```html
// Add this code bellow into your page (code mode)
<a2-feature-reviews lang="en"></a2-feature-reviews>
```

![Snippet code in page code mode](https://blog.a2rev.com/wp-content/uploads/2021/07/feature-page-step2.png)

{% hint style="info" %}
Click the “**Save**” button for completion.
{% endhint %}

### Displaying on the frontend of store

![Masonry layout](/files/b1CTIEGTnJFH33e26RfK)


---

# 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/create-happy-customer-page.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.
