> 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/getting-started/databoard-features/scheduler.md).

# Scheduler

## What is the Scheduler?

Use this feature **when you need to extract at a set time every day**, like daily log tracking or monitoring.

{% hint style="info" %}
**Quick Start**\
➡️ Extract data ➡️ Add schedule ➡️ Save ➡️ Wait for scheduled time or get notified
{% endhint %}

## How to Use

{% stepper %}
{% step %}

#### Extract data from your desired page

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

{% step %}

#### Go to Databoard

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

{% step %}

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

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

{% step %}

#### Set your repeat cycle and time

You need to enable email notifications to receive alerts.

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

{% step %}

#### 🎉 Get your data extraction alert at the scheduled time

You can also check data extraction results in the Listly Databoard.

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


---

# 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/getting-started/databoard-features/scheduler.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.
