# Settings - Auto Save

## What is Auto-Save While Scrolling?

Sometimes data disappears **when you scroll** the page you're trying to extract. The auto-save feature helps you **capture all information that automatically disappears during scrolling** without missing anything.

{% hint style="info" %}
**Quick Start**

➡️ Extract data ➡️ Databoard settings ➡️ Auto-scroll + Auto-save
{% endhint %}

***

## How to Use

{% stepper %}
{% step %}

#### Extract data from your desired page.

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

{% step %}

#### Go to the Databoard and click the <mark style="color:red;">**`Settings`**</mark> icon.

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

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

{% step %}

#### Scroll down to the <mark style="color:red;">**`Auto-scroll and Auto-save`**</mark> section.

The auto-save while scrolling feature can only be modified after first configuring the auto-scroll feature.

{% hint style="success" %}
If the web page you want to extract doesn't clear data during scrolling:

You only need <mark style="color:red;">**`Auto-scroll`**</mark> without the <mark style="color:red;">**`Auto-save`**</mark> feature.
{% endhint %}

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

{% step %}

#### Change auto-scroll settings.

<mark style="color:red;">**`Auto-scroll`**</mark> can be set up to 300 times maximum.

**Set it to repeat as many times as you want to automate scrolling.** <mark style="color:red;">**`Wait for`**</mark> can wait up to 10 seconds, specifying the interval for automatically saving data.

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

{% step %}

#### If needed, select or enter the <mark style="color:red;">**`CSS Selector value`**</mark> you want to extract.

As you increase the number of <mark style="color:red;">**`Auto-scroll`**</mark> repetitions and <mark style="color:red;">**`Wait for`**</mark> time, the <mark style="color:red;">**`EXECUTION TIME`**</mark> below increases proportionally.

If needed, select or enter the <mark style="color:red;">**`CSS Selector value`**</mark> you want to extract. You can use the <mark style="color:red;">**`CSS Selector value`**</mark> to select the data pattern you want to save.

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

{% step %}

#### Save Changed Settings

Once complete, click the **Save** button at the bottom of the page.

Then return to the Databoard and click the <mark style="color:red;">**`Re-extract`**</mark> button.

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

{% hint style="danger" %}
**If the execution time (EXECUTION TIME) exceeds 10 minutes total, the extraction task will fail.**

Therefore, please note that you cannot automate too many scroll repetitions.
{% 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/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.
