# Integrate with Testery

- [Built-In Integrations with Testery](https://docs.testery.io/integrations/built-in-integrations-with-testery.md)
- [Jira](https://docs.testery.io/integrations/built-in-integrations-with-testery/jira.md): Testery's built-in Jira integration allows user to create stories for errant tests and bugs found while testing. Stories can be tied to individual or groups of tests.
- [Slack](https://docs.testery.io/integrations/built-in-integrations-with-testery/slack.md)
- [CI/CD Integration Guides](https://docs.testery.io/integrations/ci-cd-integration-guide.md)
- [Azure Devops Pipelines](https://docs.testery.io/integrations/ci-cd-integration-guide/azure-devops-pipelines.md)
- [Set Up CircleCI to Run Testery Tests](https://docs.testery.io/integrations/ci-cd-integration-guide/circleci.md): How-to trigger a Testery test run from a CircleCI build.
- [Jenkins](https://docs.testery.io/integrations/ci-cd-integration-guide/jenkins.md): Configure Jenkins in minutes to run your end-to-end tests concurrently via Testery Cloud
- [GitHub Actions](https://docs.testery.io/integrations/ci-cd-integration-guide/github-actions.md)
- [Octopus Deploy](https://docs.testery.io/integrations/ci-cd-integration-guide/octopus-deploy.md)
- [TugboatQA](https://docs.testery.io/integrations/ci-cd-integration-guide/tugboatqa.md): Using Tugboat and Testery is one of the coolest, easiest, and fastest ways to run your E2E Cypress tests on every PR. Follow these four steps and in about 10 minutes, you'll have Cypress tests running
- [Testery CLI](https://docs.testery.io/integrations/testery-cli-docs.md)
- [Testery REST API](https://docs.testery.io/integrations/testery-rest-api.md)
- [Testery REST API Resources](https://docs.testery.io/integrations/testery-rest-api/testery-rest-api.md): A description of the available Testery REST API end points.
- [Microsoft Teams](https://docs.testery.io/integrations/microsoft-teams.md)
- [Testery MCP Server](https://docs.testery.io/integrations/testery-mcp-server.md)


---

# 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.testery.io/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.
