# Settings - Auto Scroll

## What is Auto-Scroll?

**Use this when you need to repeatedly scroll down** on the page you're extracting to see more product information.

{% hint style="info" %}
**Quick Start**&#x20;

➡️ Extract data ➡️ Databoard settings ➡️ Select auto-scroll options ➡️ Save ➡️ Re-extract data
{% endhint %}

***

## How to Use

{% stepper %}
{% step %}

#### Extract data from your desired page. (Parts extraction recommended)

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

{% step %}

#### Navigate to the Databoard.

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

{% step %}

#### Click the <mark style="color:red;">**`Settings`**</mark> icon.

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

{% step %}

#### Select auto-scroll options and save.

* **Number of times to repeat**: How many times do you want to repeat the scroll down action?
* **Wait after scrolling**: How many seconds do you want to wait after each scroll?

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

{% step %}

#### Click the <mark style="color:red;">**`Re-extract`**</mark> button to extract data again.

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

***

## Auto-Scroll FAQ

<details>

<summary>Auto-scroll doesn't work well on some pages.</summary>

* **Try setting a longer wait time after scrolling.**\
  Auto-scroll is heavily affected by the speed of the page being collected. For YouTube, it can sometimes take more than 5 seconds per attempt to load additional comments. Setting a longer wait time after scrolling significantly increases the chances of receiving all desired data.

<figure><img src="/files/253799931ef438cd92111f27d6f7f2467764add2" alt=""><figcaption></figcaption></figure>

* **Execution time is limited to a maximum of 10 minutes.**\
  Features where Listly extracts data on your behalf can only run for <mark style="color:red;">**`up to 10 minutes`**</mark>, so setting too many scroll repetitions and excessively long wait times will cause **data extraction to fail due to execution time limits**. When configuring settings, **set the number of repetitions and wait time appropriately** so the warning below doesn't appear. Estimated time may differ from actual time depending on the website's server and network conditions.

<figure><img src="/files/1548a81d34b91c186d6e6a796d12edc071a67f72" alt=""><figcaption></figcaption></figure>

</details>


---

# 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-scroll.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.
