> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/getting-started/quick-start-guide/how-to-install-listly.md).

# How to Install Listly

Listly is a browser extension that can be easily installed on Chrome/Edge/Whale browsers without requiring any separate program installation.

* [Chrome Web Store - Listly](https://chromewebstore.google.com/detail/listly-web-scraping/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh?utm_source=homepage)
* [Edge MS Store - Listly](https://microsoftedge.microsoft.com/addons/detail/listly-%EB%A6%AC%EC%8A%A4%ED%8B%80%EB%A6%AC-%EC%9B%B9-%EC%8A%A4%ED%81%AC%EB%9E%98%ED%95%91/hfocokadknpfdlnoepicoagndjhdoeno)
* [Whale Store - Listly](https://store.whale.naver.com/detail/jncnopbobhhjeeomceandjdllninkcfa)

{% hint style="info" %}
The installation process is the same for all browsers.
{% endhint %}

{% stepper %}
{% step %}

### Click the links above or search for 'Listly' in your browser's extension store, then click the \[Add to Chrome] button.

![Install step 1](/files/300e7524afe150fee974cfdb6eb9ea00c7c2c7bc)
{% endstep %}

{% step %}

### When the confirmation dialog appears, click the \[Add extension] button.

![Install step 2](/files/e9aca0d56be9c9b843248e8b91dc0469f095bd4f)
{% endstep %}

{% step %}

### Once installed, click the puzzle icon at the top right corner of your browser, then click the pin icon next to Listly to pin it to your toolbar.

![Install step 3](/files/1dc0721cbb3496e98a753d067aca376c3caa7b3d)
{% endstep %}

{% step %}

### Click the Listly icon on your target website to start collecting data.

![Install step 4](/files/df8cbb3a501a9032b45d0c3754078b4891059794)
{% endstep %}
{% endstepper %}


---

# 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://help.listly.io/getting-started/quick-start-guide/how-to-install-listly.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.
