> For the complete documentation index, see [llms.txt](https://docs.currents.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.currents.dev/getting-started/ci-setup.md).

# CI Setup

## Get started

Integrating Currents with your CI Provider is the next logical step after creating your first run. Currents supports all major CI providers and provides examples for the most popular ones.

{% hint style="warning" %}
Got stuck configuring CI? Reach out to our [Support](/resources/support.md), we'll be happy to help!
{% endhint %}

## CI Providers

Below are articles guiding how to integrate with major CI Providers, with code examples included.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><strong>GitHub Actions</strong></td><td></td><td><a href="/pages/WCDEPTNeHvJ3wtHVbAqa">/pages/WCDEPTNeHvJ3wtHVbAqa</a></td><td data-object-fit="contain"><a href="/files/hy4ak1W2RCMNRdV0SHRZ">/files/hy4ak1W2RCMNRdV0SHRZ</a></td><td data-object-fit="contain"><a href="/files/iymLJcP8PjWTjG627SE7">/files/iymLJcP8PjWTjG627SE7</a></td></tr><tr><td><strong>GitLab</strong></td><td></td><td><a href="/pages/8kAp72H1ZAXg7J0ODFs4">/pages/8kAp72H1ZAXg7J0ODFs4</a></td><td data-object-fit="contain"><a href="/files/qkLOxpA2Nu8hK3M7QWQh">/files/qkLOxpA2Nu8hK3M7QWQh</a></td><td></td></tr><tr><td><strong>CircleCI</strong></td><td></td><td><a href="/pages/zLZclfIhlMLrYuMlUoj0">/pages/zLZclfIhlMLrYuMlUoj0</a></td><td data-object-fit="contain"><a href="/files/pXYSZpLIfI7U4aGyanS6">/files/pXYSZpLIfI7U4aGyanS6</a></td><td data-object-fit="contain"><a href="/files/YluI9bVjokahMLheoZil">/files/YluI9bVjokahMLheoZil</a></td></tr><tr><td><strong>Buildkite</strong></td><td></td><td><a href="/pages/WIV4TakX68XNsaRflRIV">/pages/WIV4TakX68XNsaRflRIV</a></td><td data-object-fit="contain"><a href="/files/dtlDPWXUgxHWdd4V2J78">/files/dtlDPWXUgxHWdd4V2J78</a></td><td></td></tr><tr><td><strong>Jenkins</strong></td><td></td><td><a href="/pages/hUi6WFMbJbtpX52PXBuL">/pages/hUi6WFMbJbtpX52PXBuL</a></td><td data-object-fit="contain"><a href="/files/pzrrfGQbhOZihVmmGxgI">/files/pzrrfGQbhOZihVmmGxgI</a></td><td></td></tr><tr><td><strong>Azure DevOps</strong></td><td></td><td><a href="/pages/2MW1rfB9DMQfiBwgj7qq">/pages/2MW1rfB9DMQfiBwgj7qq</a></td><td data-object-fit="contain"><a href="/files/5d72afm2dCsbAwBf3FNd">/files/5d72afm2dCsbAwBf3FNd</a></td><td></td></tr><tr><td><strong>AWS Code Build</strong></td><td></td><td><a href="/pages/bVecbLj0aFV2tmZhaCkk">/pages/bVecbLj0aFV2tmZhaCkk</a></td><td data-object-fit="cover"><a href="/files/LC3W7UV8gHN0MeA78qR8">/files/LC3W7UV8gHN0MeA78qR8</a></td><td></td></tr><tr><td><strong>Harness</strong></td><td></td><td><a href="/pages/fw4FpHXu3X9yEsoKOYQb">/pages/fw4FpHXu3X9yEsoKOYQb</a></td><td></td><td></td></tr><tr><td><strong>NX</strong></td><td></td><td><a href="/pages/EvoFOKv9JNKXeU9AflAo">/pages/EvoFOKv9JNKXeU9AflAo</a></td><td><a href="/files/uxDafsQxfynkytSpF1Iu">/files/uxDafsQxfynkytSpF1Iu</a></td><td data-object-fit="cover"><a href="/files/gG3P7y8arGeEbiUjeHw4">/files/gG3P7y8arGeEbiUjeHw4</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.currents.dev/getting-started/ci-setup.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.
