# TestGenerationGroupsInfo

**Help URL:** `/forms/test-generation-groups-info`

## Purpose

Explain the groups or areas TestVibe plans to use when generating tests.

## Common Tasks

* Review which groups are included in a generation request.
* Understand why TestVibe split a large request into multiple groups.
* Confirm the generation scope before continuing.
* Return and adjust the selected groups if the scope is too broad or too narrow.

## Key UI Elements

* Group list: Shows the included groups or feature areas.
* Description text: Explains how the groups will be used.
* Continue or Close: Accepts the explanation and returns to the workflow.

## Notes

* Smaller, focused groups usually produce clearer tests and easier review.
* For organizing tests, see [Create groups and tests](/create-tests/create-groups-and-tests.md).


---

# 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.testvibe.com/reference/forms/test-generation-groups-info.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.
