# Reviews management

{% hint style="info" %}
*<mark style="color:blue;">Path: SBO > Services > Reviews</mark>*
{% endhint %}

* [Definition](#id-1.16.x-reviewsmanagement-definition)
* [Create a review](#id-1.16.x-reviewsmanagement-createareview)
* [Read a review](#id-1.16.x-reviewsmanagement-readareview)
  * [Review Overview](#id-1.16.x-reviewsmanagement-reviewoverview)
  * [Booking info](#id-1.16.x-reviewsmanagement-bookinginfo)
* [Update a review](#id-1.16.x-reviewsmanagement-updateareview)
  * [Status review](#id-1.16.x-reviewsmanagement-statusreview)
  * [Rating stars review](#id-1.16.x-reviewsmanagement-ratingstarsreview)
  * [Message review](#id-1.16.x-reviewsmanagement-messagereview)
* [Delete a review](#id-1.16.x-reviewsmanagement-deleteareview)
* [Related resources](#id-1.16.x-reviewsmanagement-relatedresources)

## Definition <a href="#id-1.16.x-reviewsmanagement-definition" id="id-1.16.x-reviewsmanagement-definition"></a>

Reviews are composed of a rating and a comment made by users on the platform. A review is always related to a service provided and can be made when the service is validated (X time unit from the start or the end of the service provided depending on the configuration).

<mark style="color:orange;background-color:yellow;">WHO CAN USE THIS FEATURE?</mark>

Logged super-administrators and administrators.

## Create a review <a href="#id-1.16.x-reviewsmanagement-createareview" id="id-1.16.x-reviewsmanagement-createareview"></a>

Reviews are only created for askers who have booked a service and for offerers who have listed their service on the platform. Super-administrator and administrators do not have to review a service provided. A super-administrator or administrator cannot create a review.

To know how to create a review as an asker or offerer you can read the documentation related to the reviews in the Dashboard.

## Read a review <a href="#id-1.16.x-reviewsmanagement-readareview" id="id-1.16.x-reviewsmanagement-readareview"></a>

A super-administrator or an administrator can see all reviews made on the platform with to the review dashboard.

Each review made is managed as an item (figure 1).

<figure><img src="/files/THaYUySVIP3pzT3JAHkn" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

Each review block is composed of:

* The review rating value.
* The reviewer comments.
* The user is under review.
* The user who made the review.
* The booking is related to this review.
* Review ID.

To read a review, super-administrators or administrators can read it from the review list. By clicking the “pen” icon, they will be sent to the review details page.

### Review overview <a href="#id-1.16.x-reviewsmanagement-reviewoverview" id="id-1.16.x-reviewsmanagement-reviewoverview"></a>

The first card named “Review overview” (figure 2) is a summary of the review made.

<figure><img src="/files/NE9364uBKxQPHHXiGDu7" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

That card is composed of:

* The user who made the review (and his profile picture)
* The user who received the review (and his profile picture)
* The review’s rating value
* The review’s date and time (and the timezone)
* The review’s message
* The review’s status (that can be changed to hidden)

### Booking info <a href="#id-1.16.x-reviewsmanagement-bookinginfo" id="id-1.16.x-reviewsmanagement-bookinginfo"></a>

The second card, named “Booking info” (figure 3), is a summary of the booking related to the review made.

<figure><img src="/files/xPNFXrI3Fffg7Snb9XpR" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

That card is composed of:

* The total amount of the related provided service
* The booking ID
* The related listing title
* The start date and time of the related provided service
* The end date and time of the related provided service
* The duration of the related provided service

## Update a review <a href="#id-1.16.x-reviewsmanagement-updateareview" id="id-1.16.x-reviewsmanagement-updateareview"></a>

Reviews are manageable on a platform. To do so super-administrators or administrators have to click the “pen” icon. It will redirect them to the review details page.

### Status review <a href="#id-1.16.x-reviewsmanagement-statusreview" id="id-1.16.x-reviewsmanagement-statusreview"></a>

Super-administrators or administrators can update the status review with the dropdown button (figure 4), by clicking it, a status list will appear. Super-administrators or administrators will then have to choose between the available statuses:

* Published: everyone can see the review
* Hidden: only the super-administrator/administrator and the person who made the review can see it

<figure><img src="/files/izkAC6Arrg07IX4Wh8ZV" alt=""><figcaption><p>Figure 4</p></figcaption></figure>

### Rating stars review <a href="#id-1.16.x-reviewsmanagement-ratingstarsreview" id="id-1.16.x-reviewsmanagement-ratingstarsreview"></a>

Super-administrators or administrators can update the rating value by clicking the stars (figure 5).\
By clicking the stars, super-administrators or administrators can apply a different rate, a modal message will appear to confirm the change.

By confirming it, super-administrators or administrators will update the rating value.

<figure><img src="/files/R1Ch8T24bwxnOC0l9bT0" alt=""><figcaption><p>Figure 5 </p></figcaption></figure>

### Message Review <a href="#id-1.16.x-reviewsmanagement-messagereview" id="id-1.16.x-reviewsmanagement-messagereview"></a>

Users can update the message written in the review.\
By clicking “edit” (figure 6) and write/correct the message in the text area.

<figure><img src="/files/4s0RhL3Zmococ6hxbmT7" alt=""><figcaption><p>Figure 6</p></figcaption></figure>

Clicking “OK” (figure 7) will save the changes.

<figure><img src="/files/j0xm8Va2UhND4GyqNB5h" alt=""><figcaption><p>Figure 7</p></figcaption></figure>

## Delete a review <a href="#id-1.16.x-reviewsmanagement-deleteareview" id="id-1.16.x-reviewsmanagement-deleteareview"></a>

Super-administrators or administrators cannot delete a review.

## Related resources <a href="#id-1.16.x-reviewsmanagement-relatedresources" id="id-1.16.x-reviewsmanagement-relatedresources"></a>

**Dashboard:**

* [Reviews dashboard](/v2.0/dashboards/reviews-dashboard.md)


---

# 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://features.scnd.com/v2.0/superadmin/bookings/reviews-management.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.
