> 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/integrations/yaymail-and-yayreviews.md).

# YayMail & YayReviews

YayReviews integrates with **YayMail – WooCommerce Email Customizer**, allowing you to design review request emails with YayMail’s drag-and-drop email builder.

Instead of using the default email layout, you can customize the structure, content, colors, typography, buttons, and review-related elements to match your store’s branding.

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

#### YayReviews Elements

The YayMail editor includes dedicated YayReviews elements that can be added to review request emails.

* **YayReviews Product Cards:** Display products from the customer’s order with links to submit reviews.
* **YayReviews Star Rating:** Display a star rating element in the review request email.
* **YayReviews Product Recommendations:** Display suggested products and purchasing links.

You can also combine these elements with standard YayMail components such as headings, text, buttons, images, dividers, and WooCommerce order information.

#### Preview and Test Email

Use the preview controls to check how the email will appear to customers.

You can also click **Send test email** to send a sample message before activating the template.

#### Save and Enable the Template

After completing the design:

1. Make sure the template is enabled.
2. Click **Save**.
3. The customized template will be used for future YayReviews review request emails.


---

# 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/integrations/yaymail-and-yayreviews.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.
