# Integrations

QApilot integrates with various tools from your software delivery cycle to make continuous testing easier. Integrations enhance testing by connecting tools, systems and streamlining processes

QApilot has built-in integrations with the following tools:

## Collaboration Tools&#x20;

Integrating collaboration tools allows real-time test results, bug reports, and notifications to be shared across teams, improving communication and decision-making. This is especially helpful for distributed or remote teams.

* **Key Tools**: [Slack](/detailed-documentation/integrations/slack.md), [Microsoft Teams](/detailed-documentation/integrations/microsoft-teams.md)
* **Benefits**:
  * Instant notifications of test failures or issues.
  * Improves communication and collaboration across development, QA, and DevOps teams.
  * Ensures timely action on critical issues, reducing delays in the development cycle.

## Bug Reporting

Integration with bug tracking tools allows for the automatic logging of defects found during automated testing. When tests fail, they can create tickets with relevant data (logs, screenshots, steps to reproduce), reducing manual effort in reporting issues.

* **Key Tool**: [Jira](/detailed-documentation/integrations/jira.md)
* **Benefits**:
  * Automates the process of creating tickets when tests fail.
  * Ensures detailed information (test logs, screenshots) is attached to tickets for better issue tracking and resolution.
  * Enhances collaboration between testing and development teams for faster bug fixes.

## Device Farms

Cloud testing platforms like Sauce Labs, and BrowserStack offer integrations with automation testing tools to run tests across a wide range of real devices and browsers. These platforms provide scalability and infrastructure to run tests without needing physical hardware.

* **Key Tools**: [Sauce Labs](/detailed-documentation/integrations/saucelabs.md), [BrowserStack](/detailed-documentation/integrations/browserstack.md)
* **Benefits**:
  * Enables cross-browser and cross-device testing in parallel, improving test coverage.
  * Reduces the need to maintain local device farms or browser labs.
  * Provides access to a variety of environments, ensuring tests are run on real-world configurations.

## Continuous Integration/Continuous deployment

[Integrate automation testing tools](/detailed-documentation/integrations/continuous-integration-continuous-deployment.md) with CI/CD pipelines for tests to run automatically in the software build and deployment process. This allows developers to get immediate feedback on their code changes and catch issues early.


---

# 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.qapilot.io/detailed-documentation/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.
