# Managing dbt™ Schedules with Bolt

Bolt is Paradime's powerful tool for running dbt™ in production environments. It allows you to efficiently schedule and manage your dbt™ jobs, ensuring your data transformations are executed reliably and on time.

**Estimated completion time:** 60 minutes

{% hint style="info" %}
If you're brand new to Paradime, we recommend completing the earlier sections of the Paradime 101 Guide:

* [Getting Started with your Paradime Workspace](https://docs.paradime.io/app-help/guides/paradime-101/getting-started-with-the-paradime-ide)
* [Getting Started with the Paradime IDE](https://docs.paradime.io/app-help/guides/paradime-101/getting-started-with-the-paradime-ide)
  {% endhint %}

***

### What you'll learn

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🛠️ Creating Bolt Schedules</strong></td><td><p>Learn how to set up and configure dbt™ job schedules using the Bolt UI, including understanding different schedule types and triggers.<br></p><p>Estimated time: 10 minutes</p></td><td><a href="running-dbt-in-production-with-bolt/creating-bolt-schedules">creating-bolt-schedules</a></td></tr><tr><td>🔍 <strong>Understanding schedule types and statuses</strong></td><td><p>Explore the different types of schedules available (Standard, Deferred, and Turbo CI) and various ways to trigger your schedules.<br></p><p>Estimated time: 10 minutes</p></td><td><a href="running-dbt-in-production-with-bolt/understanding-schedule-types-and-triggers">understanding-schedule-types-and-triggers</a></td></tr><tr><td>📊 <strong>Viewing run history and analytics</strong></td><td><p>Discover how to monitor your dbt™ schedules, view run logs, and explore detailed analytics for your schedules.<br></p><p>Estimated time: 15 minutes</p></td><td><a href="running-dbt-in-production-with-bolt/viewing-run-history-and-analytics">viewing-run-history-and-analytics</a></td></tr><tr><td>🔔 <strong>Setting up notifications</strong></td><td><p>Learn how to configure Slack and email notifications to stay informed about your Bolt Schedule statuses.<br></p><p>Estimated time: 10 minutes</p></td><td><a href="running-dbt-in-production-with-bolt/setting-up-notifications">setting-up-notifications</a></td></tr><tr><td><strong>🐛 Debugging Failed Runs</strong></td><td>Learn how to identify, debug, and resolve failed dbt™ runs using Bolt's comprehensive logging and debugging tools.<br><br><em>Estimated time: 15 minutes</em></td><td><a href="running-dbt-in-production-with-bolt/debugging-failed-runs">debugging-failed-runs</a></td></tr></tbody></table>

Let's dive in and [create a bolt schedule](https://docs.paradime.io/app-help/guides/paradime-101/running-dbt-in-production-with-bolt/creating-bolt-schedules).&#x20;


---

# 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/guides/paradime-101/running-dbt-in-production-with-bolt.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.
