> 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-14.md).

# 자동 저장 기능은 언제 사용하나요?

간혹 웹 페이지에서 스크롤 할 때마다 앞서 불러온 데이터가 지워지는 경우가 있습니다. 스크롤 중 자동저장 기능을 이용하시면, 스크롤 시 저절로 사라지는 정보들까지 놓치지 않고 전부 추출하실 수 있어요. 만약 스크롤바를 내려 데이터를 로드하는 과정에서 데이터를 지우지 않는다면, 자동 저장 기능은 필요 없고 자동 스크롤만 설정하셔도 됩니다.&#x20;

보다 자세한 튜토리얼은 리스틀리 도움말 설정 - [스크롤 중 자동 저장](/docs/ko/getting-started/databoard-features/settings-auto-save.md) 페이지를 확인해주세요.<br>

{% hint style="info" %}
**초간단 따라하기**

➡️ 원하는 페이지에서 **리스틀리 아이콘**을 클릭해 원하는 데이터 추출 영역 선택 ➡️ 데이터보드에서 **설정 아이콘** 클릭 ➡️ 스크롤 중 원하는 데이터를 자동저장 기능 활성화&#x20;
{% 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://help.listly.io/docs/ko/support/faq/features/undefined-14.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.
