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

# Programador

## ¿Qué es el Programador?

Es una función que se utiliza **cuando necesitas extraer datos a una hora determinada todos los días**, como seguimiento de registros diarios o monitoreo.

{% hint style="info" %}
**Guía súper simple**\
➡️ Extraer datos ➡️ Agregar programación ➡️ Guardar ➡️ Esperar hasta la hora programada o recibir notificación
{% endhint %}

***

## Cómo usarlo

{% stepper %}
{% step %}

#### Extrae datos de la página que desees

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

{% step %}

#### Ve al Databoard

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

{% step %}

#### Haz clic en el ícono de <mark style="color:red;">**`Programación`**</mark>

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

{% step %}

#### Configura el ciclo de repetición y la hora

Debes activar la alerta por correo electrónico para recibir notificaciones.

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

{% step %}

#### 🎉 Recibe la notificación de extracción de datos a la hora programada

Los resultados de la extracción de datos también se pueden verificar en el Databoard de Listly.

<figure><img src="/files/1859183b73ce20e14f666e3a3be67bb6d7ab9eb2" 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/docs/es/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.
