> For the complete documentation index, see [llms.txt](https://reputon.gitbook.io/reputon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reputon.gitbook.io/reputon-help/etsy-reviews-app/how-to/add-etsy-product-reviews.md).

# Add Etsy product reviews

{% hint style="warning" %}
The app can display up to 48 Etsy product reviews per widget. \
\
Reviews can't be added in bulk, you need to enter each link manually. They also don’t update automatically; click "Refresh" to update reviews.
{% endhint %}

#### Setup: 3 steps

**1. Check that your Etsy listing has reviews**

Not all Etsy listings have product reviews. If you don't have product reviews, the app will automatically display your seller reviews.

Copy the full URL of the listing page from your browser address bar, then go to the Reputon app → Match products → paste the link → click **Import**.

<figure><img src="/files/diUMrah1ItR99eVEgwzN" alt=""><figcaption><p>Paste the Etsy listing URL in the app and click Import. A successful import shows the rating and reviews.</p></figcaption></figure>

**2. Select a product widget**

Product reviews can only be displayed on **product pages**. When choosing a widget, make sure to select one that includes **"product"** in its name.

<figure><img src="/files/h3WVn9PPwTRxR7unc1gQ" alt=""><figcaption><p>Select showcase product reviews</p></figcaption></figure>

<figure><img src="/files/gTrZFCmiCmue6DSFS9s3" alt=""><figcaption><p>Select a product reviews tab</p></figcaption></figure>

**3. Publish the widget in your Shopify theme**

Click **Add widget** in the app. Shopify opens the Theme Editor. Click **Save** to publish the widget on your storefront. The reviews appear immediately after saving.

***

{% hint style="info" icon="comments-question" %}
**Questions about product reviews or need assistance? We're here to help:** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)
{% endhint %}


---

# 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://reputon.gitbook.io/reputon-help/etsy-reviews-app/how-to/add-etsy-product-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.
