# Test suggestions

Test suggestions are AI-assisted ideas for missing or useful coverage in the selected repository. They can appear in the Test Suite as proposed groups or features that you can review, accept, dismiss, or use as a starting point.

The Suggestions settings panel controls whether TestVibe maintains a suggestion inventory and how focused that inventory should be.

## Suggestion Policy

| Setting            | What it controls                                                   |
| ------------------ | ------------------------------------------------------------------ |
| Enable suggestions | Whether TestVibe should maintain repository-level suggestions.     |
| Target count       | How many active suggestions TestVibe should try to keep available. |
| Focus              | Optional guidance for the type of coverage you want.               |
| Groups and paths   | Optional filters that keep suggestions aimed at specific areas.    |
| Route hints        | Optional application routes that TestVibe should consider.         |
| Source branch      | Optional branch override for suggestion analysis.                  |

## Fill The Target

Use **Fill target** when you want TestVibe to save the current policy and request enough new suggestions to reach the configured target count. The request starts a managed workflow for the selected repository.

## Review Suggestions

When suggestions are available, review them in the Test Suite. Accept suggestions that match useful coverage, dismiss ones that are not relevant, and refine the policy if the suggestions are too broad or too narrow.

## Related Help

* [Understand the Test Suite](/create-tests/test-suite-overview.md)
* [Create groups and tests](/create-tests/create-groups-and-tests.md)
* [Write good test instructions](/create-tests/write-good-test-instructions.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/create-tests/test-suggestions.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.
