# CI/CD integrations

**CI/CD** integrations allow you to connect your CI/CD tools so Sleuth can track and report build data within your deploys. In the near future these integrations will allow us to automatically discover when a deploy has happened.

| Integration                                                                            | Type  |
| -------------------------------------------------------------------------------------- | ----- |
| [Azure Pipelines](/sleuth-dora/integrations-1/builds/azure-pipelines.md)               | CI/CD |
| [Bitbucket Pipelines](/sleuth-dora/integrations-1/builds/bitbucket-pipelines.md)       | CI/CD |
| [CircleCI](/sleuth-dora/integrations-1/builds/circleci.md)                             | CI/CD |
| [Buildkite](/sleuth-dora/integrations-1/builds/buildkite.md)                           | CI/CD |
| [Github Actions](/sleuth-dora/integrations-1/builds/github-actions.md)                 | CI/CD |
| [GitLab CI/CD Pipelines](/sleuth-dora/integrations-1/builds/gitlab-ci-cd-pipelines.md) | CI/CD |
| [Jenkins](/sleuth-dora/integrations-1/builds/jenkins.md)                               | CI/CD |


---

# 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://help.sleuth.io/sleuth-dora/integrations-1/builds.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.
