# Check Test

Before starting the test, the user can check if the configuration is working correctly. For this purpose, the **Check Test** feature has been introduced. This test runs with a single request, 1 VUH, and 1 iteration.

After completing the configuration, the user clicks the Check Test button before selecting Run Test or Save Test.

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

When the button is clicked, a "One Last Step" modal opens. Here, the user clicks the Check Test button again. A check test is executed, and upon clicking the button, the user is redirected to the Test List screen.

<figure><img src="/files/WFogP3T4WhVFQicQjs0l" alt="" width="375"><figcaption></figcaption></figure>

The user can also click the "Check" button from the Test List screen and access the latest Check Result from there.

<figure><img src="/files/IyDQP3AdJcty4EE38XtW" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://loadmance.gitbook.io/loadmance/documentation/check-test.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.
