# AI Test Configurater

The product includes a feature that allows the user to create test configurations tailored to their needs with AI assistance.

To this, the **AI Configurater** button in the new test creation area should be used.

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

When the button is clicked, a three-step screen opens. In the first step, the user is expected to enter the domain information, the average number of daily user visits, and the purpose of conducting the performance test.

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

In the second step, the entered information is analyzed by the AI, and two performance test configurations that best match your requirements are suggested. You are expected to select one of them.

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

In the final step, the test configuration is adapted to the chosen test method. At this stage, you can proceed with a **quick test** to start the test immediately, or use **advanced methods** to easily create and run your test.

<figure><img src="/files/RbzNBiyjHedkh01xjkuQ" alt=""><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/ai-test-configurater.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.
