> 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/desktop-client/reporting/the-report-wizard.md).

# The Report Wizard

The report wizard is a dialogue that helps you to correctly bind your report to the correct data. Once the layout designer has been opened, there is a filled triangle in the top left corner which opens a menu when clicking on it, allowing you to open the report wizard.

In the report wizard dialogue, you can easily pre-configure your report.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_the_report_wizard_custom_2.png" alt=""><figcaption></figcaption></figure>

Creating an Empty Report will close the report wizard again.&#x20;

The Data-bound Report will add some basic grouping and bands to your report.&#x20;

The Label Report will add a panel in which all labels will have the same style.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_the_report_wizard_custom_3.png" alt=""><figcaption></figcaption></figure>

In this demonstration we will only create a Data-bound Report as it is the report wizard’s most commonly used feature. To begin with, we choose the project field to group the report by.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_the_report_wizard_custom_4.png" alt=""><figcaption></figcaption></figure>

Now we are choosing a Stepped outline.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_the_report_wizard_custom_5.png" alt=""><figcaption></figcaption></figure>

Then the “Bold” template.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_the_report_wizard_custom_6.png" alt=""><figcaption></figcaption></figure>

And the proper report's title.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_the_report_wizard_custom_7.png" alt=""><figcaption></figcaption></figure>

At the end, the basic design layout the report wizard comes up with is displayed below.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_the_report_wizard_custom_8.png" alt=""><figcaption></figcaption></figure>


---

# 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/desktop-client/reporting/the-report-wizard.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.
