# TestPlanner

**Help URL:** `/forms/test-planner`

## Purpose

Plan or review candidate tests before turning them into TestVibe test items.

## Common Tasks

* Review suggested test coverage.
* Refine the scope of a planned test.
* Choose which planned tests to create.
* Move from planning into generation or authoring.

## Key UI Elements

* Planned test list: Shows candidate tests or coverage ideas.
* Details panel: Explains the selected test idea.
* Create or Generate action: Starts the next step for selected items.
* Cancel or Close: Leaves the planner.

## Notes

* Planning is most useful when a feature area is broad and should be split into smaller tests.
* Keep each planned test focused on one user goal or outcome.


---

# 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-planner.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.
