> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/ratify-product-review-app/customization.md).

# Customization

This is the section where merchants can customize the look of how they want to display the reviews of their product reviews.

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

* **Model color -** Select the color of the review box.
* **Font color -** Select the font color of the review.
* **Font size -** Set a font size for the review.
* **Border radius -** Set a radius for the review box.
* **Star color -** Select the color you want for your review stars.
* **Rating width -** Set a width for the ratings shown below the review box.
* **Number of store reviews to display -** Select a number, how many reviews you want to display on the webstore for your customers.

#### **How Customers Can Submit a Review on the Storefront**

Your storefront now offers a simple and user-friendly process for customers to submit product reviews. Below is the complete step-by-step flow:

**Enter Basic Details**

* Customers begin by entering their first name, last name, and email address. This information helps verify the review and ensures authenticity.

<figure><img src="/files/1P6GJjIBLSx4ZwKRi7zg" alt=""><figcaption></figcaption></figure>

**Select Star Rating**

* They can then choose a star rating (1 to 5 stars) to share their overall experience with the product.

**Write the Review Content**

* Customers can add their written feedback, describing their experience, product quality, and satisfaction level.

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

**Upload Review Images (Optional)**

* Your storefront now also allows customers to upload a maximum of three images along with their review.  &#x20;This helps them share real product photos and adds more credibility to your store.

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

**Submit the Review**

* Once all details are filled in, customers can submit the review.
* The review, along with any uploaded images, will appear in the product’s review section after approval (if moderation is enabled).


---

# 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://magecomp.gitbook.io/shopify/apps/ratify-product-review-app/customization.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.
