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

# Orchestrate data pipelines

> Run your data pipelines in production with Bolt: create and schedule jobs, orchestrate your whole stack, set up CI/CD, and monitor every run.

Bolt is Paradime's orchestrator. These guides take your project from "built" to "running in production": create schedules, orchestrate tools beyond dbt™, wire up CI/CD, and monitor and debug every run.

<CardGroup cols={2}>
  <Card title="Create a schedule" href="/guides/paradime-101/running-dbt-in-production-with-bolt/creating-bolt-schedules" icon="rocket">
    Run your dbt™ project on a production schedule.
  </Card>

  <Card title="Schedule types and triggers" href="/guides/paradime-101/running-dbt-in-production-with-bolt/understanding-schedule-types-and-triggers" icon="workflow">
    Standard, Deferred, and Turbo CI, plus cron, on-merge, and API triggers.
  </Card>

  <Card title="View run history" href="/guides/paradime-101/running-dbt-in-production-with-bolt/viewing-run-history-and-analytics" icon="search">
    Track runs, logs, and artifacts.
  </Card>

  <Card title="Debug a failed run" href="/guides/paradime-101/running-dbt-in-production-with-bolt/debugging-failed-runs" icon="bell">
    Read logs and artifacts to fix a broken run.
  </Card>
</CardGroup>


## Related topics

- [Orchestrate data pipelines](/guides/ship-to-production/index.md)
- [Orchestrate your whole stack](/guides/orchestrate-data-pipelines/orchestrate-your-whole-stack.md)
- [Reuse dbt™ BigQuery credentials in dlt pipelines](/guides/using-dlt-in-paradime/reuse-dbt-tm-connection-credentials-in-dlt-pipelines-bigquery.md)
- [Create Jira Tickets](/guides/orchestrate-data-pipelines/templates/ticketing-templates/create-jira-tickets.md)
- [Create Linear Issues](/guides/orchestrate-data-pipelines/templates/ticketing-templates/create-linear-issues.md)
