> For the complete documentation index, see [llms.txt](https://help.palmstreet.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.palmstreet.app/seller/shop-guidelines/how-to-check-and-respond-to-buyer-reviews.md).

# How to check and respond to buyer reviews

We are thrilled to announce that our review feature updates will make the shopping and selling experience more interactive and transparent. There are 3 major updates and we are going to learn about these updates one by one.

### **1. Sellers Can Now Respond to Buyers’ Reviews**

**Engage with Your Customers:** Establishing trust with buyers is crucial. This feature allows you to initiate dialogue, express gratitude, address concerns, and provide helpful information to your customers.

**How It Works:** Check your shop reviews and **click the reply button to respond** to a specific review or rating.

![](https://images.prismic.io/plantstory-app/c3676478-0ef5-4816-9aba-3a1e7fbb4971_A.png?auto=compress,format)

### **2. Buyers Can Insert Photos into Their Reviews**

**Share Your Experience Visually:** Optimize decision support for other users by incorporating authentic product images in your reviews, following best practices with clear and relevant photos accompanying written reviews.

**How It Works:** Just click stars to **rate** the order and **tap + to insert photos** before submitting it.<br>

![](https://images.prismic.io/plantstory-app/a52199eb-ad6e-4638-aa0a-3576539cf93b_B.png?auto=compress,format)

### **3. Filter Reviews for a Tailored Overview**

**Find What You’re Looking For:** Efficiently access pertinent reviews by employing filters to evaluate ratings based on the star scale, presence of images, and reply status.

**How does it work:** Just **hit the filter Icon** on the **top right to check reviews** based on your preference while browsing the rating and reviews of a seller from their profile.

![](https://images.prismic.io/plantstory-app/37a74e17-c62c-485b-8128-caf1280d4ffb_C.png?auto=compress,format)

These new updates are part of our commitment to creating a vibrant and supportive community on Palmstreet. We encourage both sellers and buyers to take full advantage of these updates to enhance your experience and connection with one another.

#### Q\&As

**How many times can the seller reply to the review?**\
Only one time for each review.

**Is it possible for buyers to add unlimited photos to the review?**\
Buyers can add up to 9 photos for each review.

**Can the buyer or the seller delete a review?**\
We recommend to reach out to the seller for a solution first if anything wrong with the order since reviews can not be edited or deleted after being posted.


---

# 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://help.palmstreet.app/seller/shop-guidelines/how-to-check-and-respond-to-buyer-reviews.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.
