> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Schedules

> The Schedules page lists every Bolt schedule with its latest run status, owner, trigger, and next run, so you can find, run, and open schedules.

The **Schedules** page lists every Bolt schedule in your workspace. From here you find schedules, check their latest status, run them, and open a schedule to see its runs.

## The schedules list

Each row is a schedule:

| Column                | Description                                          |
| --------------------- | ---------------------------------------------------- |
| **Name**              | The schedule name.                                   |
| **Latest run status** | Success, Error, or No runs.                          |
| **Owner**             | The schedule owner.                                  |
| **Trigger**           | How it runs: Manual, Scheduled, Turbo CI, and so on. |
| **Last run**          | When it last ran.                                    |
| **Next run**          | When it runs next, or `Manual only`.                 |

A summary at the top shows how many schedules are **successful** versus **errored**. Use **Columns** to choose which columns are shown.

## Find a schedule

* **Search by name** to filter the list.
* Filter by **Latest run status** or **Trigger**.
* Use the **Active** dropdown to switch between active and inactive schedules.

## Actions

* **New Schedule** creates a schedule. See [Deploy Schedules](/products/bolt/creating-schedules/deploy).
* Hover a row for quick actions: **Run**, **Edit**, and **View**. Availability depends on your permissions.
* Click a schedule to open its [details](/products/bolt/managing-schedules/schedule-details).

## Top bar

The top of the Schedules page links to workspace-level Bolt settings, each documented in its own home:

* **Parse schedules** (with **Last parsed**) re-reads YAML-based schedules from the deployment branch. See [Schedules as Code](/products/bolt/creating-schedules/schedules-as-code/index).
* **Branch Settings** deploys schedules from a custom branch. See [Deploying from a Custom Branch](/products/bolt/creating-schedules/schedules-as-code/deploying-yaml-schedules-from-a-custom-branch).
* **Notifications** configures Bolt system alerts. See [Bolt system alerts](/products/bolt/creating-schedules/notification-settings#bolt-system-alerts).


## Related topics

- [Managing dbt™ Schedules with Bolt](/guides/paradime-101/running-dbt-in-production-with-bolt/index.md)
- [Managing workspace configurations](/guides/paradime-101/getting-started-with-your-paradime-workspace/managing-workspace-configurations.md)
- [Creating Bolt Schedules](/guides/paradime-101/running-dbt-in-production-with-bolt/creating-bolt-schedules.md)
- [Managing Seeds](/guides/dbt-fundamentals/configuring-your-dbt-project/managing-seeds.md)
- [Schedule Details](/products/bolt/managing-schedules/schedule-details.md)
