# Share Impact Dashboards

You can share any impact dashboard with other PEARS users or external stakeholders by generating a shareable link. Shared dashboards can display real-time data or a frozen snapshot.

## Create a Share

{% stepper %}
{% step %}

#### Select and filter a dashboard

Navigate to the dashboard you want to share and apply the filters to display the data set you want others to see.
{% endstep %}

{% step %}

#### Click Share

Click the **Share** button to open the Share Dashboard window.
{% endstep %}

{% step %}

#### Name the share

Enter a descriptive **name** for the shared dashboard that describes the data being displayed.
{% endstep %}

{% step %}

#### Choose the data type

Select how the shared dashboard should handle data updates:

* **Real-time** (default) — The dashboard updates automatically as new data is recorded in PEARS.
* **Snapshot** — The dashboard is frozen at the point in time when the share is created. Data will not update.
  {% endstep %}

{% step %}

#### Set the access level

Choose who can access the shared dashboard:

* **Staff only** (default) — Only accessible to users with PEARS accounts.
* **Public** — Accessible to anyone with the link, including people outside your organization.
  {% endstep %}

{% step %}

#### Create the share

Click **Share Dashboard** to generate the shareable link. A success message confirms the share was created.
{% endstep %}
{% endstepper %}

## View and Manage Shares

After creating a share:

* **Preview** — Click the share name to view the dashboard exactly as recipients will see it, including the applied filters, charts, and a QR code.
* **Copy link** — Copy the shareable link for distribution via email or other channels.
* **Delete** — Remove a share to revoke access. Deleted shares cannot be re-accessed.

Shared dashboards are listed in the dashboards menu for easy management.

{% hint style="warning" %}
**NOTE:** Shared dashboards expire after **6 months**. After expiration, the link will no longer work. To preserve dashboard data beyond 6 months, save the dashboard as a PDF by right-clicking the page and selecting Print to PDF.
{% endhint %}


---

# 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://support.pears.io/analyze/impact-dashboards/share-dashboards.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.
