# Creating Schedules

**Paradime's Bolt Schedules** allows you to automate your dbt™ workflows either through our intuitive UI or as code using YAML configuration. Choose the method that best fits your team's workflow to create reliable, efficient data pipelines.

{% hint style="info" %}
To get started, Paradime provides a set of pre-configured [**Templates**](/app-help/documentation/bolt/creating-schedules/templates.md) that cover common dbt™ scheduling and workflow needs. These templates can be used as-is or customized to suit your specific requirements.
{% endhint %}

### Setup Process

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>⚙️ <strong>1. Schedule Settings</strong></td><td><p></p><p>Set up your schedule type (Standard, Deferred, Turbo), branch selection, and core configuration for automated dbt™ jobs.</p></td><td></td><td><a href="/pages/FuB0KED4R00vi1jtzUTD">/pages/FuB0KED4R00vi1jtzUTD</a></td><td></td></tr><tr><td>🔧 <strong>2. Command Settings</strong></td><td><p></p><p>Configure which dbt™ commands to run (dbt run, test, seed, etc.) and how they should be executed in your schedule.</p></td><td></td><td><a href="/pages/kzTjoVYYmx1YJV5TrNm2">/pages/kzTjoVYYmx1YJV5TrNm2</a></td><td></td></tr><tr><td><strong>⏰ 3. Trigger Types</strong></td><td><p></p><p>Define when your schedule runs: on a time schedule, after other jobs complete, on merge events, or via API calls.</p></td><td></td><td><a href="/pages/9oQJnDhxRMTbjUonfw97">/pages/9oQJnDhxRMTbjUonfw97</a></td><td></td></tr><tr><td>🔔 <strong>4. Notification Settings</strong></td><td><p></p><p>Set up notifications via email, Slack, or Microsoft Teams for schedule success, failures, and SLA breaches.</p></td><td></td><td><a href="/pages/eN5XnKY6XADcciBfMtWN">/pages/eN5XnKY6XADcciBfMtWN</a></td><td></td></tr><tr><td>🛠️ <strong>5. Environment Variables Overrides</strong></td><td>Override your Bolt environment variable values for specific schedules</td><td></td><td><a href="/pages/PNmZ5uYFfWOOT9QzBsqb">/pages/PNmZ5uYFfWOOT9QzBsqb</a></td><td></td></tr></tbody></table>

{% hint style="info" %}
The Bolt documentation primarily covers creating schedules through the Bolt UI. For teams preferring YAML-based configurations for Bolt schedules, see section [Schedules as Code](/app-help/documentation/bolt/creating-schedules/schedules-as-code.md).&#x20;
{% endhint %}


---

# 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/creating-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.
