# 자동 스크롤 기능은 어떻게 사용하나요?

{% embed url="<https://www.listly.io/help/ko/faq/%EC%9E%90%EB%8F%99-%EC%8A%A4%ED%81%AC%EB%A1%A4-%EA%B8%B0%EB%8A%A5%EC%9D%80-%EC%96%B4%EB%96%BB%EA%B2%8C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%82%98%EC%9A%94/>" %}

자동 스크롤 기능은 데이터를 추출하려는 웹 페이지에서 스크롤바를 계속 내려 더 많은 정보를 추출하고자 할 때 사용하실 수 있는 기능입니다. 유료 플랜에서 사용 가능하며, 무한 스크롤 (페이지네이션)을 자동화해 더 많은 데이터를 추출하실 수 있어요. 아래와 같이 데이터를 기본 추출한 후, 설정값 변경을 통해 간단히 따라해보세요. 보다 자세한 내용은 리스틀리 도움말 [자동 스크롤](/docs/ko/getting-started/databoard-features/settings-auto-scroll.md)에서 확인하실 수 있습니다.

{% hint style="info" %}
**자동 스크롤 빠르게 따라하기**\
데이터 추출 → 데이터보드 설정 → 자동 스크롤 옵션 선택 → 저장하기 → 데이터 재추출
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.listly.io/docs/ko/support/faq/features/undefined-20.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
