# Scheduler

Use the Scheduler component of the Modern Design interface to manage all scheduled tasks across your system, including scheduled jobs, transformations, and reports.

{% hint style="info" %}
**Notes:** The Browse Files component is required to use the Scheduler.
{% endhint %}

For detailed instructions on using the Scheduler component, see the following topics:

* [Schedule a transformation or job](/pba/pentaho-user-console/modern-design/scheduler/schedule-a-transformation-or-job.md)

  Schedule a transformation or job to ensure consistent and reliable execution, optimize performance during off-peak hours, and maintain centralized control with flexible scheduling and auditing.
* [Manage schedules](/pba/pentaho-user-console/modern-design/scheduler/manage-schedules.md)

  In the Scheduler, you can manage schedules by executing, pausing, un-pausing, and deleting a single schedule or multiple schedules at once. The Scheduler includes several options for filtering and sorting that enable you to quickly find the schedules you want to manage.&#x20;
* [Edit a schedule](/pba/pentaho-user-console/modern-design/scheduler/edit-a-schedule.md)

  Edit a schedule when you need to change how often the schedule runs, when the schedule runs, or details and parameters about the task or the files related to the task.
* [Block Scheduler from running](/pba/pentaho-user-console/modern-design/scheduler/block-scheduler-from-running.md)

  Configure periods of time to block Scheduler from running, so that you can accommodate planned operations like system maintenance. You can block scheduler from running for a single period of time or on a recurring schedule.

<br>

<br>

<br>

<br>


---

# 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.pentaho.com/pba/pentaho-user-console/modern-design/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.
