# CI/CD Integration

If you need to manage your workspaces and execute Jobs from an external CI/CD tool you can use the [Terrakube API, ](https://github.com/AzBuilder/docs/blob/2.18.0/user-guide/ci-cd-integration/broken-reference/README.md)however a simple approach is to use the existing integrations:

<table><thead><tr><th width="185">CI/CD tool</th><th>Integration</th></tr></thead><tbody><tr><td>Github</td><td><a href="/pages/fS3LGcBwW5fhsoTF1ZFR">Github Action</a></td></tr><tr><td>Bitbucket</td><td><a href="/pages/f8S7kdBwubFkIeJVelZN">Bitbucket Pipe</a></td></tr><tr><td>Azure DevOps</td><td>Azure DevOps extension is in development</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.terrakube.io/2.18.0/user-guide/ci-cd-integration.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.
