> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/aqua-intelligence/supercharge-your-testing-and-project-management-with-aqua-intelligence.md).

# Supercharge your testing and project management with aqua Intelligence

:tada: A rebuilt AI platform with a new name —&#x20;

say good bye to AI Copilot and welcome **aqua Intelligence**

#### ✨ What you can do:

🧪 [**Generate test cases**](/documentation/aqua-intelligence/create-test-cases-in-seconds-with-aqua-intelligence.md) — from a requirement, a file, or directly from the app. Multiple formats supported including BDD.

📝 [**Auto-describe test cases**](/documentation/aqua-intelligence/generate-a-comprehensive-description-for-the-test-cases-in-just-one-click-with-aqua-intelligence.md) — add comprehensive descriptions to existing test cases with one click.

📋 [**Create requirements**](/documentation/aqua-intelligence/create-requirements-with-ease-with-aqua-intelligence.md) — turn a rough idea or uploaded file into polished user stories, BDDs, or PRDs in seconds.

🗂️ [**Generate test data**](/documentation/aqua-intelligence/generate-test-data-with-aqua-intelligence.md) — say goodbye to creating dummy data manually, AI handles it for you with precision and variety.

:lady\_beetle: [**Create defects**](/documentation/aqua-intelligence/create-defects-during-test-execution-with-aqua-intelligence.md) — log wrong behaviours instantly from a description, file or directly during the test run

💬 [**Chat with aqua Intelligence** ](/documentation/aqua-intelligence/aqua-intelligence-chat.md)— ask questions, get guidance, or solve problems in real time directly inside aqua.

🗄️ [**Set up a knowledge base**](/documentation/aqua-intelligence/grounding-with-aqua-intelligence-version-before-ai-reviewed.md) — upload your own files at the global or project level, and aqua Intelligence will use them as context for all generation tasks. The more relevant files you add, the more accurate and tailored your outputs become.

Why spend hours on repetitive tasks when **aqua Intelligence** can do it all for you in moments? Explore these features and watch your productivity soar.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/aqua-intelligence/supercharge-your-testing-and-project-management-with-aqua-intelligence.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
