# Continuous Deployment with Bolt

Continuous Deployment (CD) is a crucial aspect of modern data workflows, allowing you to automatically deploy your dbt™ models to production as soon as changes are merged. Paradime Bolt offers robust CD capabilities, seamlessly integrating with various version control and CI/CD platforms.

With Bolt's CD features, you can:

* Automate your deployment process
* Ensure your production environment always reflects the latest approved changes
* Reduce manual errors and save time in your data pipeline management

Bolt supports multiple integration options for Continuous Deployment:

<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>GitHub Native</strong></td><td></td><td></td><td><a href="/pages/v5VUeswnxeoT2bOtA2es">/pages/v5VUeswnxeoT2bOtA2es</a></td></tr><tr><td><strong>Azure Pipelines</strong></td><td></td><td></td><td><a href="/pages/lT7SdPFqlsZciDrSCo8w">/pages/lT7SdPFqlsZciDrSCo8w</a></td></tr><tr><td><strong>GitLab Pipelines</strong></td><td></td><td></td><td><a href="/pages/iTEnAG8HP3E7j8DZPmbq">/pages/iTEnAG8HP3E7j8DZPmbq</a></td></tr><tr><td><strong>GitHub Actions</strong></td><td></td><td></td><td><a href="/pages/GXLqP5sUOczDSfX44Z5z">/pages/GXLqP5sUOczDSfX44Z5z</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/ci-cd/continuous-deployment-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.
