> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yayreviews/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yayreviews/settings/overview.md).

# Overview

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

The **Settings** tab allows you to configure and customize how the review system works and how reviews are displayed on your store.\
Here, you can control review behavior, customize the review form, manage display options, and fine-tune how customer reviews appear to shoppers.

The **Settings** section includes the following areas:

* [**General**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/general)**:** Configure basic review system behaviors
* [**Notifications**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/notifications): Configure email notifications sent to administrators for new reviews.
* [**Review Form**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/review-form)**:** Customize review submission fields and validation rules
* [**Display**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/display)**:** Control how reviews are displayed on the storefront
* [**Filter Bar**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/filter-bar)**:** Configure the review filter bar and available filtering options on review lists
* [**Rating Types**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/rating-types)**:** Manage rating criteria and rating styles
* [**Media**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/media)**:** Configure media uploads for reviews (images, videos)
* [**Location**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/location)**:** Set review location settings
* [**Review Actions**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/review-actions)**:** Manage admin interactions with reviews
* [**Social Proof**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/social-proof)**:** Enable and configure social proof features
* [**SEO**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/social-proof)**:** Optimize reviews for search engines
* [**Widgets**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/widgets)**:** Create and configure review widgets and generate shortcodes to display reviews anywhere on your site
* [**WhatsApp / Twilio**](https://docs.yaycommerce.com/yayreviews/how-it-works/settings/whatsapp-twilio): Configure WhatsApp review request delivery through Twilio.


---

# 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://docs.yaycommerce.com/yayreviews/settings/overview.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.
