# Welltested Docs

## v1.x.x

- [Welltested AI](https://docs.welltested.ai/v1/welltested-ai.md): Docs and important FAQs for using Welltested
- [Set up](https://docs.welltested.ai/v1/welltested-ai/set-up.md)
- [Unit Tests](https://docs.welltested.ai/v1/welltested-ai/unit-tests.md)
- [Annotation](https://docs.welltested.ai/v1/welltested-ai/unit-tests/annotation.md)
- [Generate Tests](https://docs.welltested.ai/v1/welltested-ai/unit-tests/generate-tests.md)
- [Save Tests](https://docs.welltested.ai/v1/welltested-ai/unit-tests/save-tests.md)
- [Good to Knows](https://docs.welltested.ai/v1/welltested-ai/unit-tests/good-to-knows.md)
- [Custom Testcases](https://docs.welltested.ai/v1/welltested-ai/unit-tests/good-to-knows/custom-testcases.md)
- [Regenerate Bad Tests](https://docs.welltested.ai/v1/welltested-ai/unit-tests/good-to-knows/regenerate-bad-tests.md)
- [The Batching Rule](https://docs.welltested.ai/v1/welltested-ai/unit-tests/good-to-knows/the-batching-rule.md)
- [FAQs](https://docs.welltested.ai/v1/welltested-ai/faqs.md): Common Questions and Answers
- [Paid Plans](https://docs.welltested.ai/v1/welltested-ai/faqs/paid-plans.md)
- [Code Privacy](https://docs.welltested.ai/v1/welltested-ai/faqs/code-privacy.md)
- [Support](https://docs.welltested.ai/v1/welltested-ai/faqs/support.md)
- [IDE Assist](https://docs.welltested.ai/v1/welltested-ai/ide-assist.md): VSCODE and Intelli Extensions
- [Commands](https://docs.welltested.ai/v1/welltested-ai/ide-assist/commands.md)
- [Code Actions](https://docs.welltested.ai/v1/welltested-ai/ide-assist/code-actions.md)
- [Testability Guidelines](https://docs.welltested.ai/v1/welltested-ai/testability-guidelines.md)

## v2.x.x

- [Documentation](https://docs.welltested.ai/documentation.md): Docs and important FAQs for using Welltested
- [Set up](https://docs.welltested.ai/documentation/set-up.md)
- [Unit Tests](https://docs.welltested.ai/documentation/unit-tests.md)
- [Annotation](https://docs.welltested.ai/documentation/unit-tests/annotation.md)
- [Generate Tests](https://docs.welltested.ai/documentation/unit-tests/generate-tests.md)
- [Save Tests](https://docs.welltested.ai/documentation/unit-tests/save-tests.md)
- [Good to Knows](https://docs.welltested.ai/documentation/unit-tests/good-to-knows.md)
- [Custom Testcases](https://docs.welltested.ai/documentation/unit-tests/good-to-knows/custom-testcases.md)
- [Regenerate Bad Tests](https://docs.welltested.ai/documentation/unit-tests/good-to-knows/regenerate-bad-tests.md)
- [The Batching Rule](https://docs.welltested.ai/documentation/unit-tests/good-to-knows/the-batching-rule.md)
- [FAQs](https://docs.welltested.ai/documentation/faqs.md): Common Questions and Answers
- [Paid Plans](https://docs.welltested.ai/documentation/faqs/paid-plans.md)
- [Code Privacy](https://docs.welltested.ai/documentation/faqs/code-privacy.md)
- [Support](https://docs.welltested.ai/documentation/faqs/support.md)
- [Using with FVM](https://docs.welltested.ai/documentation/faqs/using-with-fvm.md): For users who use https://fvm.app/ to manage flutter versions
- [Testability Guidelines](https://docs.welltested.ai/documentation/testability-guidelines.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.welltested.ai/documentation.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.
