> For the complete documentation index, see [llms.txt](https://loadmance.gitbook.io/loadmance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://loadmance.gitbook.io/loadmance/documentation/ai-test-configurater.md).

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