# Reports

## Creating a report

To define a new report, open a model and use the [Report Panel](/documentation/qonic-application/querying-and-reporting/report-panel.md) to define the structure of your report. Once the report is set up in the model environment, save it to the project dashboard by clicking Export Report.

<div data-with-frame="true"><figure><img src="/files/LUc9qdqGULkLWE9Zq6Js" alt=""><figcaption></figcaption></figure></div>

## Using reports

Once a report has been created, it can be double-clicked to open. You can view the entities that each row relates to by clicking the *View in model* button in the right-most column.

<div data-with-frame="true"><img src="https://20430882.fs1.hubspotusercontent-na1.net/hubfs/20430882/image-png-Dec-20-2024-12-51-41-2757-PM.png" alt="" height="539" width="688"></div>

You can at any given moment export your report to a .csv file.&#x20;

Each time a new version of a model is created (see [Model Versions](/documentation/qonic-dashboard/models/model-version-management.md)), you will need to create a new report or update the existing report if you want to see these new changes. Update the report by clicking the Update button at the bottom-right of the report. If this button is greyed out, it means that this report is already up to date.

<img src="https://20430882.fs1.hubspotusercontent-na1.net/hubfs/20430882/image-png-Feb-19-2024-03-47-44-3740-PM.png" alt="" height="55" width="284">


---

# 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://help.qonic.com/documentation/qonic-dashboard/reports.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.
