# 설정 - 스크롤 중 자동 저장

## 스크롤 중 자동 저장이란?

간혹 추출하려는 **페이지를 스크롤 할 때**마다 데이터를 지워지는 경우가 있습니다. 이 때 자동 저장 기능을 이용해서 스크롤 시 **저절로 사라지는 정보들을 놓치지 않고 모두 추출**할 수 있습니다.

{% hint style="info" %}
**초간단 따라하기**\
➡️ 데이터 추출 ➡️ 데이터보드 설정 ➡️ 자동 스크롤 + 자동 저장
{% endhint %}

***

## 사용방법&#x20;

{% stepper %}
{% step %}

### 원하는 페이지에서 데이터를 추출하세요.

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

{% step %}

### 데이터 보드로 이동해서 <mark style="color:red;">**`설정`**</mark> 아이콘을 클릭하세요.

<figure><img src="/files/ukTKG1xw4knX4iIsdlNA" alt=""><figcaption></figcaption></figure>

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

{% step %}

### 아래로 스크롤해 <mark style="color:red;">**`자동 스크롤 및 자동 저장`**</mark> 영역으로 이동해주세요.

스크롤 중 자동 저장 기능은 자동 스크롤 기능을 먼저 설정해야만 변경할 수 있습니다.

{% hint style="success" %}
만약 추출을 원하는 웹 페이지에서 스크롤을 하더라도 그 과정에서 데이터를 지우지 않는다면?

&#x20;<mark style="color:red;">**`자동 저장`**</mark> 기능은 필요 없고, <mark style="color:red;">**`자동 스크롤`**</mark> 만 설정하시면 됩니다.
{% endhint %}

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

{% step %}

### 자동 스크롤 설정 값을 변경해주세요.

<mark style="color:red;">**`자동 스크롤`**</mark> 은 최대 300회까지 설정 가능합니다.

**스크롤을 자동화해서 반복하고 싶은 만큼 설정**해주세요. <mark style="color:red;">**`잠시 대기`**</mark> 는 최대 10초까지 기다리면서 데이터들을 자동으로 저장하는 텀을 지정할 수 있습니다.

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

{% step %}

### 필요 시, 추출을 원하는 <mark style="color:red;">**`CSS Selector 값`**</mark> 을 선택하거나 입력해주세요.

<mark style="color:red;">**`자동 스크롤`**</mark> 을 반복할 횟수와 <mark style="color:red;">**`잠시 대기`**</mark> 시간을 증가시킬수록 하단의 <mark style="color:red;">**`EXECUTION TIME`**</mark> 도 이에 비례하여 늘어납니다.

필요 시 추출을 원하는 <mark style="color:red;">**`CSS Selector 값`**</mark> 을 선택하거나 입력해서 진행해주세요. <mark style="color:red;">**`CSS Selector 값`**</mark> 을 이용해 저장하고자 하는 데이터 패턴을 선택할 수 있습니다.

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

{% step %}

### 변경한 설정 값 저장하기&#x20;

모두 완료하셨다면 페이지 하단의 **저장하기** 버튼을 눌러주세요.

그리고 다시 데이터보드로 돌아가서 <mark style="color:red;">**`재추출`**</mark> 버튼을 눌러주세요.

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

{% hint style="danger" %}
**실행시간(EXECUTION TIME)이 총 10분 이상 넘어가면 추출 작업은 실패합니다.**

따라서 너무 많은 스크롤 횟수는 자동화하실 수 없다는 점을 유의해주세요.
{% 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/getting-started/databoard-features/settings-auto-save.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.
