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

# 스케줄러

## 스케줄러란?

일일 로그 추적이나 모니터링처럼 **매일 정해진 시간에 추출해야할 때** 사용하는 기능입니다.

{% hint style="info" %}
**초간단 따라하기**\
➡️ 데이터 추출 ➡️ 스케줄 추가 ➡️ 저장하기 ➡️ 예약 시간까지 대기 혹은 알림받기&#x20;
{% endhint %}

***

## 사용방법&#x20;

{% stepper %}
{% step %}

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

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

{% step %}

### 데이터보드로 이동하세요.

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

{% step %}

### <mark style="color:red;">**`스케줄`**</mark> 아이콘을 클릭하세요.

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

{% step %}

### 반복할 주기와 시간을 설정하세요.

이메일 알람을 켜두어야 알람을 받을 수 있습니다.&#x20;

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

{% step %}

### 🎉 예약시간에 데이터 추출 알람을 받아보세요.&#x20;

데이터 추출 결과는 리스틀리 데이터보드(DATABOARD)에서도 확인할 수 있습니다.&#x20;

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

&#x20;


---

# 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/docs/ko/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.
