> 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/docs/ko/getting-started/listly-help/how-to-install-listly.md).

# 리스틀리 설치 방법

리스틀리는 별도의 PC 프로그램 설치 없이, 크롬/엣지/웨일 브라우저에 간단히 설치할 수 있는 확장프로그램입니다.

* [Chrome 웹스토어 - Listly(리스틀리](https://chromewebstore.google.com/detail/listly-web-scraping/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh?utm_source=homepage))
* [Edge MS스토어 - 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 스토어 - Listly(리스틀리)](https://store.whale.naver.com/detail/jncnopbobhhjeeomceandjdllninkcfa)

***

<mark style="color:$info;">설치 절차는 각 브라우저에서 모두 동일합니다.</mark>&#x20;

{% stepper %}
{% step %}

#### 위 링크를 클릭하거나, 각 브라우저의 확장프로그램 스토어에서 ‘**리스틀리**’ 혹은 ‘**Listly**’를 검색 후 **\[Add to Chrome]** 설치 버튼을 클릭하세요.

<figure><img src="/files/aqpD2uoOy4jAJRspFz8c" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 확인 알림창이 나타나면 **\[확장프로그램 추가]** 버튼을 클릭합니다.

<figure><img src="/files/JCiESX0UGoLQ6A11GpQW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 설치가 완료되면 브라우저 우측 상단의 **퍼즐 모양 아이콘**을 클릭한 후, 리스틀리 옆의 **핀 아이콘**을 눌러 상단에 리스틀리를 고정합니다.

<figure><img src="/files/eiefkZ4IHZJlxNUDx86N" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 원하는 웹사이트에서 **리스틀리 아이콘을 클릭**해 데이터 수집을 시작해보세요.

<figure><img src="/files/7odRt9oEVwaLhL1DA6Xw" alt=""><figcaption></figcaption></figure>
{% 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/docs/ko/getting-started/listly-help/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.
