> 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/settings.md).

# Settings

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

* **Review Submit Setting -** Choose who can submit their reviews: **Logged in users** or **Anyone** (guest users also)
* **Direct Publish Review -** Enable this option if you do not want to manually **publish/unpublish** the submitted reviews.
* **Review Request Timing -** You can now set when your customers should receive a review request.  \
  By enabling this option, your customers will get an email or message asking them to share their feedback.
* You can choose:

1. **The number of days** after which the review request should be sent
2. The trigger status, such as:

* After the **order is fulfilled**
* At the **time of purchase**
* **After the order** is delivered

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

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

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

This helps you automate review collection based on your preferred timing and order status.

#### **Email Customization**

With the Email Customization feature, you can easily design and manage the emails sent to your customers. This section allows you to personalize the content, tone, and appearance of your emails to match your brand identity.

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

1. **Thank-You Email**

* You can create a custom thank-you email that is automatically sent to customers after their purchase.
* This email can be styled to reflect your brand’s colors, message, and personality, helping you build stronger customer relationships.

You can customize:

* **Banner image**
* **Email subject**
* **Body text**

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

2. **Review Request Email**

* This feature also lets you collect valuable customer feedback.
* You can design a review request email that encourages customers to share their experience with your products or services.
* This helps you gather meaningful reviews that improve credibility and enhance your store’s reputation.

You can customize:

* **Banner image**
* **Email subject**
* **Body text**

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


---

# 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/settings.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.
