# Turbo CI

Turbo CI allows you to run and test code changes in your dbt™ project before merging them into the main branch. By configuring a Bolt schedule, you can trigger Turbo CI jobs that build and test models in a temporary schema, ensuring that all changes pass necessary tests. Turbo CI works with [GitHub](/app-help/documentation/bolt/ci-cd/turbo-ci/github.md), [GitLab](/app-help/documentation/bolt/ci-cd/turbo-ci/gitlab.md),  [Azure DevOps](/app-help/documentation/bolt/ci-cd/turbo-ci/azure-devops.md) and [BitBucket](/app-help/documentation/bolt/ci-cd/turbo-ci/bitbucket.md).


---

# 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/turbo-ci.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.
