# Managing Schedules

Monitor and manage your Bolt schedules effectively to ensure reliable data workflows. Whether you need to view run history, analyze performance, or troubleshoot issues, find comprehensive guidance in the sections below.

### Documentation Sections

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>📊 <strong>Schedule Configurations</strong></td><td><p></p><p>Learn how to view and modify schedule settings, including commands, triggers, and notifications for existing schedules.</p></td><td></td><td><a href="managing-schedules/schedule-configurations">schedule-configurations</a></td></tr><tr><td>📈 <strong>Viewing Run Log History</strong></td><td><p></p><p>Monitor your schedule's performance through execution history, success rates, and health metrics in one consolidated view.</p></td><td></td><td><a href="managing-schedules/viewing-run-log-history">viewing-run-log-history</a></td></tr><tr><td>🔍 <strong>Analyzing Individual Run Details</strong></td><td><p></p><p>Dive deep into specific run executions with DAG visualizations, detailed logs, and execution artifacts.</p></td><td></td><td><a href="managing-schedules/analyzing-run-details">analyzing-run-details</a></td></tr></tbody></table>


---

# 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.paradime.io/app-help/documentation/bolt/managing-schedules.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.
