# Product rating and reviews

{% hint style="warning" %}
These endpoints are ***not*** available by default. Please contact us for Reviews to be enabled in your account.&#x20;
{% endhint %}

Use our `/reviews` endpoint to get the details of all of a product's reviews, and call `/reviews/summary` to get analytics about the product's reviews and ratings.

{% columns %}
{% column %}
{% content-ref url="/pages/utwUTceZgOaUU3ftkkbZ" %}
[Get product reviews](/basics/openapi/content-api/product-rating-and-reviews/get-product-reviews.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/cRadNsDoEGCdQkzDatuh" %}
[Get reviews summary](/basics/openapi/content-api/product-rating-and-reviews/get-reviews-summary.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# 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://developers.tiqets.dev/basics/openapi/content-api/product-rating-and-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.
