# Scheduler

{% hint style="success" %}
*Check-out the given walk-through on how the Scheduler option works in the Data Pipeline.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvmyGSlDvDj86v7eh3RHM%2Fuploads%2FBxEfgePWStCc2tWyljl0%2F2024-02-22-15-51-22%20(1).mp4?alt=media&token=11ec6b07-6c73-4aa7-b35d-09eece09eea1>" %}
***Scheduler***
{% endembed %}

* The ***Scheduler List*** page opens displaying all the registered schedulers in a pipeline.
* It displays all the previous and next execution of the scheduler.

<figure><img src="/files/AjcFJEfnZ3xcMUJ3i5ee" alt=""><figcaption><p><em><strong>Scheduler List Page</strong></em></p></figcaption></figure>

**On the&#x20;*****Scheduler List*****&#x20;page, users will find the following details:**

* **Scheduler Name:** The name of the scheduler component as given in the pipeline.
* **Scheduler Time:** The time set in the scheduler component.
* **Next Run Time:** The next scheduled run time of the scheduler.
* **Pipeline Name:** The name of the pipeline where the scheduler is configured and used. Clicking on this option will directly redirect the user to the selected pipeline.


---

# 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://docs.bdb.ai/data-pipeline-5/getting-started/homepage/scheduler.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.
