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

# Test Bot

The **Test Bot** feature in TestWheel is an **AI-driven intelligent assistant** designed to streamline and accelerate software testing workflows. It enables users to perform multiple testing operations through a unified interface, significantly reducing manual intervention while improving productivity, execution efficiency, and overall testing accuracy.

To initiate testing using **Test Bot,** users must select the **Test Bot** option highlighted within the application interface and enter the required query in the input field. Based on the provided request, **Test Bot** intelligently processes the input and executes the corresponding testing operation automatically..

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

For **API testing**, users are required to select the appropriate project, enter the API testing request in the input field, and click the **Send** button to initiate execution. Upon successful processing of the request, users can navigate to the API Test page and select the same project to view the generated API requests, associated API details, and execution information. API testing functionality is supported exclusively for **Web Applications** configured within the **TestWheel** platform.

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

In addition to API testing, **Test Bot** also provides **AI-powered test data generation** capabilities. To generate test data, users must select the required project and click the highlighted form option to navigate to the **AI Test Data Generator** page. After entering the mandatory configuration details and submitting the request, **TestWheel** automatically generates the required test data based on the provided inputs. Users can subsequently access the **Test Data List** page to review the generated test data, execution status, and associated generation details.

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

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

<figure><img src="/files/rmbSoZmjEWnbwb0vXOiJ" 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://docs.testwheel.com/test-bot.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.
