# TestSuggestions

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

## Purpose

Review AI or product-suggested tests that may improve coverage for the current project.

## Common Tasks

* Read suggested test ideas.
* Accept a useful suggestion and turn it into a test.
* Dismiss suggestions that do not apply.
* Refresh or request more suggestions when available.

## Key UI Elements

* Suggestion list: Shows candidate tests.
* Suggestion details: Explains the selected idea and expected coverage.
* Accept or Create: Starts authoring or generation from the suggestion.
* Dismiss: Removes a suggestion from the active list.

## Notes

* Suggestions are starting points. Review and edit them before generation.
* Settings for suggestions may be managed under repository or account settings.


---

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