# 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: 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.getscandium.com/integrations.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.
