> For the complete documentation index, see [llms.txt](https://docs.aviator.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aviator.co/releases-beta/how-to-guides/working-with-your-ci-cd.md).

# Working with your CI / CD

Aviator Releases works with your existing CI or CD system, not replace one. While in beta, Aviator supports two integrations to manage your build and deploy workflows: GitHub Actions and Buildkite. Alongside, you can also use Aviator Releases with any other CI system using the API based workflow.

Still looking for additional CI support? Please email us at <howto@aviator.co>.


---

# 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.aviator.co/releases-beta/how-to-guides/working-with-your-ci-cd.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.
