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

# Notifications

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

The **Notifications** settings allow you to configure email alerts that are sent to administrators whenever a new review is submitted. These notifications help store owners and managers stay informed about incoming customer feedback and review activity.

#### **Enable Notifications**

* **Enabled:** When enabled, an email notification will be sent whenever a new review is received.
* **Disabled:** No notification emails will be sent when new reviews are submitted.

#### Recipient Email

Specify the email address that should receive review notifications. Enter one or more email addresses to receive review notification emails.

If left empty, YayReviews will use the default WordPress administrator email address.

#### Email Subject

Customize the subject line of notification emails sent to administrators.

#### Email Body

Customize the content of the notification email.

#### Available Placeholders

The following placeholders can be used in both the email subject and email body.

| Placeholder       | Description                                                    |
| ----------------- | -------------------------------------------------------------- |
| `{site_name}`     | Website name                                                   |
| `{product_name}`  | Name of the reviewed product                                   |
| `{reviewer_name}` | Reviewer's display name                                        |
| `{rating}`        | Numeric rating value (1–5)                                     |
| `{review_text}`   | Review content                                                 |
| `{manage_url}`    | Link to the review management page in the WordPress admin area |
| `{review_link}`   | Direct link to the review on the storefront                    |


---

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