> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/insight/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/insight/reporting.md).

# Reporting

## Overview

Create new reports, and run and share existing reports using the Report Manager. Reports that you create or that have been shared with you appear in the Report Manager. Users can perform different actions on their reports depending on their permissions for a given report. It is possible to sort the report list by name or last save date.

![](/files/-M5YG3ePvGG0eIAw048R)

Clicking on the “New Report” button prompts users to provide a name and select a survey for their report. Users can run reports immediately after creating them. Insight's report manager allows users to apply filtering rules based on response data or other non-response data, such as the type of visit, date and time, or other factors. The icon to the left of the report name indicates whether the report contains data on a single survey (<img src="/files/-M5YG3eYiuRHf0a4Kwzo" alt="" data-size="line"> or multiple surveys <img src="/files/-M5YG3eUqZlg47wCEDgu" alt="" data-size="line">. Shared reports <img src="/files/-M5YG3eXavCwSL5MgFCC" alt="" data-size="line"> are denoted with their own icon. Hovering over the icon provides additional details about which survey(s) contribute data to the report and, in the case of shared reports, who shared the report.

Users have access to several action items for reports: ![](/files/-M5YG3eQu2oHvtDIuJYr).

* <img src="/files/-M5YG3eV7MCeduUyy-_u" alt="" data-size="line"> **View Report:** Opens a page that displays a report based on the selected survey(s) and applied filters.
* <img src="/files/-M5YG3eZcHDwhcoNLw7U" alt="" data-size="line"> **View Visits:** Opens a page displaying detailed information on all visits to the selected survey(s) and applied filters.
* <img src="/files/-M5YG3eTVgQxcXR3bWbE" alt="" data-size="line"> **Edit Filters:** Opens the filter editor so users can adjust the filter(s) applied to that report.
* <img src="/files/-M5YG3eWFAtERsBfCocl" alt="" data-size="line"> **Share Report:** Opens a dialog window where users can select and share the report with other users in their company.
* <img src="/files/-M5YG3eRgP2gPIsVWSOO" alt="" data-size="line"> **Clone Report:** Clones the report to a new name.
* <img src="/files/-M5YG3eSq063hGUJMOwV" alt="" data-size="line"> **Delete Report:** Deletes the report (**Note:** this does *not* destroy any survey data).

{% hint style="info" %}
**NOTE:** Not all users are allowed to share reports. Administrators can change user permissions to (dis)allow sharing (see: [Account Manager - User Permissions](/insight/account-manager/managing-users.md#user-permissions)). Shared reports only show the actions available for that report. The report owner sets the permissions that others can use when interacting with a shared report. Only report owners can alter or delete a report.
{% 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:

```
GET https://docs.plumvoice.com/insight/reporting.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.
