> 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/find-your-etsy-seller-id.md).

# Find your Etsy seller ID

Your Etsy seller ID is your Etsy username. You need it to connect the app to your Etsy account so it can import your reviews. Here are two ways to find it.

{% hint style="warning" %}
The app can display up to **30 Etsy seller reviews** per widget.
{% endhint %}

### Two ways to find your Etsy seller ID

{% hint style="success" %}
**Quickest way:** You can simply add your `etsy.com/shop/`**`YourStoreName`** in the app.
{% endhint %}

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th></tr></thead><tbody><tr><td><p><strong>From Shop Manager</strong></p><ul><li>Go to <strong>etsy.com</strong> and log in</li><li>Click your account icon (top right) → <strong>"Shop Manager"</strong></li><li>Store name is in the <strong>top left corner</strong></li></ul></td></tr><tr><td><p><strong>From your shop URL</strong></p><ul><li>Open your Etsy shop page</li><li>Your store name is the <strong>last part of the URL</strong></li><li>etsy.com/shop/<strong>StoreName</strong></li></ul></td></tr></tbody></table>

### How to connect your store to the app

1. **Copy your Etsy store name**

Go to your Etsy shop page and copy the store name from the URL bar or from Shop Manager.

<figure><img src="/files/ep80ysyA48Ooq0ZdFAeL" alt=""><figcaption><p>Copy your store name from the URL or Shop Manager dashboard</p></figcaption></figure>

2. **Paste it in the app → click "Import" → "Save"**

Open the Reputon app, paste your store name into the field, then click **Import** and **Save**.

<figure><img src="/files/QoIOzeuac9hecYfxodrg" alt=""><figcaption><p>Paste your store name → click Import → Save</p></figcaption></figure>

3. **Select the page and widget to display your reviews**

Choose which page of your store you want to display the reviews widget on, then select the widget type that fits your layout.

<figure><img src="/files/BLtAUwKjM3H7DeqyMcLz" alt=""><figcaption><p>Select the page and widget type to display your Etsy reviews</p></figcaption></figure>

***

{% hint style="info" icon="comments-question" %}
**Questions about Seller ID 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/find-your-etsy-seller-id.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.
