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

# Features

- [Integrations](https://docs.cloudbeat.io/features/integrations.md)
- [CI/CD Pipeline](https://docs.cloudbeat.io/features/integrations/ci-cd-tools.md): Running your tests in CloudBeat from CI/CD pipeline
- [Jenkins](https://docs.cloudbeat.io/features/integrations/ci-cd-tools/jenkins.md): Running your tests in CloudBeat from Jenkins pipeline
- [Azure DevOps](https://docs.cloudbeat.io/features/integrations/ci-cd-tools/azure-tfs.md): Integrating Azure with CloudBeat enables automated cloud testing within your CI/CD pipeline. It streamlines test execution, provides detailed reporting, and ensures faster feedback.
- [Cloud Providers](https://docs.cloudbeat.io/features/integrations/cloud-providers.md)
- [Genymotion](https://docs.cloudbeat.io/features/integrations/cloud-providers/genymotion.md)
- [Applitools](https://docs.cloudbeat.io/features/integrations/cloud-providers/applitools.md)
- [Perfecto](https://docs.cloudbeat.io/features/integrations/cloud-providers/perfecto.md)
- [Supported Frameworks](https://docs.cloudbeat.io/features/fundamentals.md)
- [Data-Driven Testing](https://docs.cloudbeat.io/features/data-driven-testing.md)
- [DDT - Oxygen Framework](https://docs.cloudbeat.io/features/data-driven-testing/ddt-oxygen.md)


---

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