# Changing Runtime Setting

**Runtime is used to define iterations, parameter usage, environment settings and other options which include re-running a failed test and collecting browser logs.**&#x20;

Head over to Monitors and select Runtime

![](/files/-MSYPoBdw1E0B5Fiw8TK)

We can keep the test as a single iteration, or set it to a specific number by selecting **Multiple iterations** option and selecting the desired number of iterations. We can also match the number of iteration to the number of parameters available, by selecting **Use all parameters**

{% hint style="info" %}
**Your test script must have a parameters file attached to it in order to use them**
{% endhint %}

To add parameters go to your test script and select parameters then simply upload your file.

![](/files/-MSYS9sctpp7n9q48o7L)

We can also choose a specific environment, if we don't have one yet, we can simply create one by clicking on **Manage Environments**  which will take us to the environments page

![](/files/-MSYTkNNQvIlW9qlovXg)


---

# 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.cloudbeat.io/cloudbeat-synthetic-monitoring/runtime-settings.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.
