# Run in cloud

### Why run in the cloud?

Thanks to running in the cloud, you don't need to use your computer to monitor your website for bugs.

Running in the cloud is required for

* [scheduling tests](https://docs.bugbug.io/running-tests/schedules)
* integrating with build pipelines ([running via CLI](https://docs.bugbug.io/running-tests/running-via-api))
* making use of [parallel runs](https://docs.bugbug.io/running-tests/parallel-mode)

### How to run in the cloud?

1. Go to test view and choose `Run in cloud`option on the right.&#x20;
2. Then you will use BugBug cloud for your test run:
3. You will not see any window for cloud runs, just observe the status of the test steps

Now that your tests pass in the cloud, you can [set up a schedule to automatically run them every hour](https://docs.bugbug.io/running-tests/schedules).

![](https://3168433179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKixgeBPbLvnD0l1eiV%2Fuploads%2FhbPFg3yk32Ft0T59i4ey%2Fimage.png?alt=media\&token=5a7fa9a4-fecc-44f7-abb2-f0e359995905)

{% hint style="info" %}
**Important!** You can't run tests in the cloud on a FREE plan. Start a free trial or upgrade your plan to "PRO" - see [pricing](https://bugbug.io/pricing/).&#x20;
{% endhint %}


---

# 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.bugbug.io/running-tests/in-cloud-on-server.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.
