> For the complete documentation index, see [llms.txt](https://docs.getscandium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getscandium.com/integrations.md).

# INTEGRATIONS

- [Continuous Integration (CI/CD)](https://docs.getscandium.com/integrations/continuous-integration-ci-cd.md): Automatically execute your Scandium tests within your existing Continuous Integration/Continuous Deployment pipeline.
- [Continuous Integration (CI/CD)](https://docs.getscandium.com/integrations/continuous-integration-ci-cd-1.md): Automatically execute your Scandium tests within your existing Continuous Integration/Continuous Deployment pipeline.
- [CI/CD pipelines](https://docs.getscandium.com/integrations/ci-cd-pipelines.md): On this page, you will find sample code and ways for integrating Scandium tests into come CI/CI pipeline.
- [Azure Devops](https://docs.getscandium.com/integrations/azure-devops.md): This guide will help you integrate Scandium into your Azure DevOps pipeline. You’ll be able to trigger and monitor Scandium test executions directly within your Azure build or release pipelines.
- [Bamboo CI](https://docs.getscandium.com/integrations/bamboo-ci.md): This guide will help you integrate Scandium into your Bamboo CI pipeline. With a few configuration tweaks, you can trigger your automated tests from a Scandium suite directly within your build plans.
- [Bitbucket Pipelines](https://docs.getscandium.com/integrations/bitbucket-pipelines.md): This guide will help you integrate Scandium into your Bitbucket Pipelines workflow. With just a few steps, you’ll be able to run automated tests from your Scandium test suite on every push or PR
- [Circle CI](https://docs.getscandium.com/integrations/circle-ci.md): This guide will help you integrate Scandium into your CircleCI workflow. With just a few steps, you’ll be able to run automated tests from your Scandium test suite on every push or pull request.
- [Github Actions](https://docs.getscandium.com/integrations/github-actions.md): This guide will help you integrate Scandium into your GitHub CI/CD pipeline using GitHub Actions. With just a few steps, you’ll be able to run automated tests from your Scandium test suite every time


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.getscandium.com/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
