> 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/support/faq/features/undefined.md).

# 확장프로그램은 어떻게 설치하나요?

리스틀리는 [크롬](https://chrome.google.com/webstore/detail/listly-web-scraping/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh), [웨일](https://store.whale.naver.com/detail/jncnopbobhhjeeomceandjdllninkcfa), [엣지](https://microsoftedge.microsoft.com/addons/detail/listly-web-scraping/hfocokadknpfdlnoepicoagndjhdoeno) 브라우저에서 모두 사용가능한 확장프로그램입니다. 자주 사용하시는 브라우저 링크에 접속해 리스틀리 확장프로그램을 설치하시면, 바로 사용하실 수 있어요.추출한 데이터 로그에 접근하기 위해서는 회원가입 후 사용하시는 것을 추천드립니다.

{% stepper %}
{% step %}

### 리스틀리 확장프로그램을 다운로드해주세요.&#x20;

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

{% step %}

### 고정 핀 버튼을 클릭해 리스틀리 확장프로그램을 고정해주세요.&#x20;

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

{% step %}

### 리스틀리에 가입해 데이터를 다운받아보세요.

<figure><img src="/files/Aec9FPLYsjHe9E6wsbUx" 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/support/faq/features/undefined.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.
