> 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/generate-a-comprehensive-description-for-the-test-cases-in-just-one-click-with-aqua-intelligence.md).

# Generate a comprehensive description for the test cases in just one click with aqua Intelligence

With aqua Intelligence you can generate a comprehensive description within a few seconds. The Test Case Summary feature offers QA professionals a convenient way to provide quick overviews of test cases without the need for wasting time to write or update lengthy descriptions. By leveraging this feature effectively, QA specialists can save time, streamline documentation processes, and ensure all project users have a clear understanding of the test case objectives.

You can utilize this feature from the test case details page or the navigation page.

#### **Test case details page**

When creating a test case, you will be prompted to write a description once you save the test steps.&#x20;

<figure><img src="/files/zSzzhLhZ6y9C6Ism26Nx" alt=""><figcaption></figcaption></figure>

Click the ‘Create’ button, and aqua AI will generate a description in no time. If satisfied with the result, just click the ‘Thumb up’ button, and the AI will preserve the description. In case the result doesn’t meet your expectations, just click ‘Thumb down’.

To check whether the result is good, you can click to preview the test steps based on which the test case description has been generated.

<figure><img src="https://lh6.googleusercontent.com/2URv_hZMGvYP2rm6PQlO-8Z0e2qJYHOJECnB36qMfM-1ZlPtZ0xL9qOjHjdz3GgDbKsEMfL1DiNquIzvWuk46H3ReKB6nZB2-UqaEA8bmLHu1HyDgBMx-G2Y_b23NFo2EzJUmjobqq1rdvem5BOjL_k" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh4.googleusercontent.com/QFLOYozsvfIvgBL3rU0hASlfPaq2rY5ARFUJYeaE7bqpvxgrpAdqabHMVfsX-UkGdvXsvdY80vHnqSba_iZfLl-wNK9oF4VEt-swuGw4j-mIeLmRN-_Ay3EN2iuLADh9QVPmWmCutJfdcS4iYmpz3Yk" alt=""><figcaption></figcaption></figure>

With the help of aqua Intelligence, you can update the description once something in a test case, referenced nested test cases or a requirement has been changed.

Just hit the robot icon next to the description, and aqua Intelligence will re-create the description taking the changes into account.&#x20;

For a super quick update, you can trigger aqua Intelligence even from the navigation page.

Just click the icon and let AI do the magic.

<figure><img src="https://lh5.googleusercontent.com/rC7smmw26V-pTixhwuOV3jlALqg-0KV3yyELBRhaJflWkX6Lzp_6jUnSJhuOMtZ-Ebf7wXSr6jbR_TkwRRigtbdyQYr_8o3MwOmOMpFMaySLD8wHlaXqK6J3XDYoSTDA8ACFCNBVByHlKrOXCOzA3cw" alt=""><figcaption></figcaption></figure>

You can preserve or discard the suggested description the same way as on the test case page.&#x20;

Once you accept the change, aqua Intelligence will automatically update the test case description.

When a user modifies the test case with the help of AI, the change history shows what user launched aqua Intelligence. You will see their name as well as the time and the changes done by the AI.

<figure><img src="https://lh4.googleusercontent.com/lkSc_xae4jMIe8vxtjnxAOWJBzllOgSX-XQoIKsf1OZMaoZcweScE5mt7NY23G6kb3llXPP1C4Qp5gcjFHtpDqHRzL23lh7ci3UXVEDLU-pcUJxGzczgR3D9-jP7EnXBxvKslEfslgt7QlFUssvpqZw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Important Reminder:**

Please be aware that aqua Intelligence can occasionally make mistakes or provide inaccurate results. We strongly recommend verifying any crucial information for accuracy.
{% endhint %}


---

# 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/generate-a-comprehensive-description-for-the-test-cases-in-just-one-click-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.
