# 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/project-settings/integrations/device-farms/saucelabs.md), [BrowserStack](/detailed-documentation/project-settings/integrations/device-farms/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.


---

# 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/project-settings/integrations/device-farms.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.
