# Ratings

The default ratings are quality, value, and price. You can add your own custom rating and it will appear in the review form as a five-star rating.&#x20;

Once a review is approved by moderation, the average product rating appears on the product description page.&#x20;

ScandiPWA supports the most popular back-end settings for rating attributes:

| FIELD                | STATUS        | DESCRIPTION                                                                                                                                             |
| -------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Value per Store View | **SUPPORTED** | Determines the attribute value used in each store view.                                                                                                 |
| Is Active            | **SUPPORTED** | Determines whether the rating is enabled or disabled.                                                                                                   |
| Rating Visibility    | **SUPPORTED** | <p>Determines the store view where the rating is to be used. </p><p><strong>NOTE</strong>! Ratings are not visible unless assigned to a store view.</p> |
| Sort Order           | **SUPPORTED** | Determines the order of the rating when listed with others.                                                                                             |

{% hint style="info" %}
**CACHING NOTE**

After any change with rating attributes, flush cache storage is needed for the changes to appear on the front-end:&#x20;

1. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**
2. Choose Flush Cache Storage

{% endhint %}


---

# 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://manual.scandipwa.com/v5.0.5/marketing/product-reviews/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.
