# Managing reports

When reports are created, the user can manage them from the reports page. The reports will appear sorted by creation date, the user can filter reports by name to find the desired one. For each report, the user have these options; View, Edit, Copy, and Delete.&#x20;

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

### View and Edit

These options leads the user to the selected Report's page. There, the user can edit or export the Report. View button is on the Report's name, user can click on the report name and be redirected to the report. The same behavior happens when Edit button is clicked.

### Copy

Copy feature is useful for re-using plots and explanations from one existing report. When the Copy button is clicked, the user is presented to a modal similar to the Create new report button, except the template selection.

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

If the user leaves the Report name empty the current report will be re-used, but will have ' - Copy' appended to it to mark which report is the copied one.

User can select a different time range for the copied report. By doing it, the plots of the copied report will follow the new time range but the text information will stay the same. The new time range may present alerts that may require the report's text and information to be updated.&#x20;

<figure><img src="/files/uQykRI6fMn8LKxgFO56m" alt=""><figcaption><p>Original report</p></figcaption></figure>

<figure><img src="/files/aAQVBjZPPaXSvRbs3Gdh" alt=""><figcaption><p>Copied report, one alert is identified, the text information is just copied to the new report.</p></figcaption></figure>

### Delete report

When the user clicks on the Delete button, a Pop Up appears to confirm the report deletion.

<figure><img src="/files/77dryXwqVlw5wC0feNaW" alt=""><figcaption></figcaption></figure>

Clicking on Confirm, deletes the report. Clicking on Cancel, cancels the operation the report is still kept.


---

# 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://docs.nannyml.com/cloud/model-monitoring/reporting/managing-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.
