# Settings - Auto Click

## What is Auto Click?

<figure><img src="/files/48c15e16fb6e4e1e74ab60bd759602ad1c9642a7" alt=""><figcaption></figcaption></figure>

This feature is used **when you need to keep clicking buttons** to view more product information on the page you want to extract.

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

➡️ Extract Data ➡️ Settings ➡️ Enter Element to Auto-Click (CSS Selector) ➡️ Select Auto-Click Options ➡️ Save ➡️ Re-extract Data
{% endhint %}

***

## How to Use

{% stepper %}
{% step %}

#### Extract the page you want.

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

{% step %}

#### In the results window, <mark style="color:red;">➊</mark> select the data area to extract, then <mark style="color:red;">➊</mark> click the browser settings area.

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

{% step %}

#### Copy the CSS selector value of the \[Load More] button from the extracted webpage.

<figure><img src="/files/12d56cbb6dd5685fad16ec67c5db2451686dd629" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Reference**: [How to Get CSS Selector Values](/getting-started/extension-features/css-selector.md)
{% endhint %}
{% endstep %}

{% step %}

#### Paste the CSS Selector value into the Element to Auto-Click field in the settings window, select other options, then **Save**.

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

<mark style="color:red;">**➊**</mark> **Element to Auto-Click (CSS Selector)**: Enter the CSS Selector value of the Load More button.

<mark style="color:red;">**➋**</mark> **Number of Repetitions**: Set how many times the button will be clicked. For example, if you set it to '10 times', it will retrieve data equivalent to clicking the 'Load More' button 10 times.

<mark style="color:red;">**➌**</mark> **Wait Time**: Set how many seconds to wait after clicking the button. Set it generously based on the page loading speed.

<mark style="color:red;">**➍**</mark> **Execution Time**: Displays the estimated extraction time based on the above settings. However, the maximum execution time is 10 minutes, and extraction may automatically stop if exceeded, so set the number of repetitions appropriately to finish within 10 minutes.
{% endstep %}

{% step %}

#### Click the **Re-extract** button.

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


---

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