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

# BrowserStack

[BrowserStack Integration](https://www.browserstack.com/automate?utm_source=testsigma\&utm_medium=partnered) with QApilot lets you run your tests on BrowserStack. If your organisation has an existing account with BrowserStack, you can author tests for Mobile applications on QApilot, and then run those tests on BrowserStack’s cloud devices.

QApilot also allows us to use cloud devices on the BrowserStack Model to run your tests. You just need to integrate your BrowserStack account with your QApilot Account by entering the login credentials. Also, for cloud device connection provide the required device details on the configurations page.

## Prerequisites

Before connecting QApilot with Browserstack. You need the Integration URL, Username, and Access Key for BrowserStack which can be obtained from your BrowserStack account dashboard.

* BrowserStack: Integration URL, Username, and Access Key from BrowserStack.

This can be obtained from the Account Settings page under Automate as shown below:

<figure><img src="/files/V0xZwjSiKW33F6aTwmnM" alt=""><figcaption></figcaption></figure>

***

## Integrating with BrowserStack

1. Navigate to Settings > Integrations. Enable toggle on the Jira widget.

<figure><img src="/files/igqI8uhqKJ2IfRAd3emG" alt=""><figcaption></figcaption></figure>

2. On the Browser Stack Details prompt, enter the Integration URL, User Name, and API Key and click on Create.

<figure><img src="/files/Jv92ggPicjvAgQAXu9Ne" alt=""><figcaption></figcaption></figure>

3. After entering the details, click on the Create button to add the Integration.

***

## Using BrowserStack for Cloud Device Execution

Once the account details are added to the integration, select BrowserStack as the cloud device provider while creating the cloud device connection.

<figure><img src="/files/S9i5MsXoyFdnvIvF5e0m" alt=""><figcaption></figcaption></figure>


---

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