# Product ratings

Modular has built-in support for Shopify's product reviews app. Star ratings can be shown throughout the theme.

#### **Product detail page**

Star and average rating value next to product name:

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

Individual reviews and forms to add a new review can be shown below the product description:

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

**Collection page and product grid sections**

Stars can be shown above product name and price:

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

The option to enable this can be found in the collection pages section under the theme settings tab.

## How to setup

Modular includes quick and easy settings in the theme editor to display ratings. The main requirement is that you have the Shopify reviews app installed:

<figure><img src="/files/0FZIDKNbz1yEfjdJrxZR" alt=""><figcaption></figcaption></figure>

If you don't have the app installed, use this link to download it.

{% embed url="<https://apps.shopify.com/product-reviews>" %}

### Theme editor settings

For the product detail page, you can easily add the rating value, star, and the number of ratings from the price and title block under the 'product page' section:

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

There are checkboxes for the following:

* **Show star rating** - Adds a star icon next to the rating number.
* **Show rating count** - Displays the number of reviews for the current product.


---

# 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://modular.presidiocreative.com/products/modular-product-pages/product-ratings.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.
