# Customer Reviews

## Customers

Customers are able to submit reviews upon order completion.

1. Go to **Account Settings.**
2. Click **Order History.**
3. Click on the **specific order.**
4. Click **Review order.**

## Venue

Venue managers can view and reply to customer reviews.

1. In the [**Admin Portal**](https://admin.gobossit.com/), go to the **group level**.
2. Navigate to **Reviews**. You will now see a list of reviews made with the corresponding details:
   1. **Star rating**
   2. **Date and time**
   3. **Venue**
   4. **Image** (optionally added to reviews from the App)

Venue managers can also respond to reviews. To do so:

1. Click on the **specific review**.
2. Click **Respond**.
3. Enter your **message**.
4. You can also **award points**. The currency equivalent of the points is also shown.
5. Click **Confirm**.

{% hint style="info" %}
If you want a user to receive email notifications of customer reviews, please send their email address to support and we will add them for you.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.bossithq.com/web-app/order-completion/customer-reviews.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
