# Report Sharing

Wayfound enables users to share individual agents' Supervisor Reports with audiences outside the platform (with optional password). These reports provide comprehensive performance insights similar to those found in the Supervisor's [Performance](/supervisor/performance.md) tab.

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

Shared Supervisor Reports include the AI Supervisor's detailed analysis of agent performance, featuring:

* User satisfaction summaries
* Knowledge gap assessments
* Action failure counts
* Potential issues identified in the past 100 recordings
* Key conversation topics from the past 100 recordings

As in the [Performance](/supervisor/performance.md) tab, viewers can drill down for more detail by clicking on individual items. Viewers can also open illustrative chat recordings by clicking <img src="/files/a5YTr1hOa7rVDGD1snim" alt="" data-size="line"> next to potential issues.

## How to Share a Report

### 1. Enable the feature

Before users can share Supervisor Reports, an organization's admin user must enable the feature in the [Settings](/settings/organizations.md) page:

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

The Report Sharing feature is turned off by default. The feature requires administrator opt-in because generating reports creates pages with publicly accessible APIs (with optional password).

### 2. Generate links

Once the feature is enabled, the platform displays share <img src="/files/NHvkXdub51Ue6p0kvci7" alt="" data-size="line"> buttons next to each agent in the [Performance](/supervisor/performance.md) tab:

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

Clicking the button opens a pop-up for generating a share link:

<figure><img src="/files/llexCskoYzpYGT7WAKKK" alt="" width="375"><figcaption></figcaption></figure>

Wayfound allows you to protect the manager report with an optional password. To create a password, enter it in the **Password** field and click **Set Password**:

<figure><img src="/files/8EkzLobF85y50GeVFL8d" alt="" width="375"><figcaption></figcaption></figure>

When the password option is active, the shared report requests the password before it displays the manager insights:

<figure><img src="/files/XQqyRlycm9GSOyAiwrmB" alt="" width="506"><figcaption></figcaption></figure>

Once a share link is generated, you can disable sharing at any time by revisiting the Share Report window. Here, you can also remove the report's optional password if you created one:

<figure><img src="/files/WuaUdLfHsrUMsbH78xit" alt="" width="375"><figcaption></figcaption></figure>

## Who can access shared reports?

Without a password, Supervisor Reports can be accessed by anyone who obtains the active share link. We therefore advise caution when creating and sharing the links, as the reports contain agents' performance metrics, selected recordings, and API information. Setting a password allows users greater control over who can view the Supervisor Report. You can reset access to Supervisor Reports by disabling sharing and generating a new link; you can also reset the password while keeping the same link.


---

# 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.wayfound.ai/supervisor/report-sharing.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.
