> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Share content

> How to share dashboards, saved filters, and saved widgets in Atoti UI with named users or groups using the Share popup, assigning Reader or Editor access levels, with the canShare permission required to see sharing controls.

<Note>
  Only users with the 'canShare' [permission](../../developer-guide/customize-atoti-ui/permissions) will be able to see the **Share** popups and their triggers.

  You cannot share an unsaved dashboard, filter or widget.
</Note>

## Share a dashboard

To share a [dashboard](./dashboards), first open the **Share** popup. You can access it from the following places:

* From the [home page](../navigate-atoti-ui/home-page) by right-clicking on a dashboard tile to open the context menu, then choosing **Share**.
* From a dashboard, by clicking the **Share** button in the top navigation bar, or the **Share** menu item in the **File** menu.

Enter the name of the user or user group you wish to share with, then choose **Reader** or **Editor** from the dropdown. Add any additional users or user groups in the same way.

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-popup.gif?s=410a332705189643fec3479f7a5522d1"
    alt="Share
popup"
    width="529"
    height="221"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-popup.gif"
  />
</Frame>

Readers can view a dashboard and explore the data, for example by drilling down members or adding filters. However, they cannot save these changes.

<Tip>
  If a reader wants to save their changes, they can choose to **Save as** from
  the **File** menu. This will save a new dashboard with their changes.
</Tip>

Click **Save** to close the popup and share your content.

Once a dashboard has been saved, it becomes directly accessible via URL to all users it has been shared with.

You can copy the URL from the following places:

* The address bar of your browser while visiting that dashboard.
* In the **Share** popup, by clicking the **Copy link** button.

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-popup-copy-link.png?fit=max&auto=format&n=DCe-PkvHopPL5hjt&q=85&s=5a9973dcc3367e42dee84491df2aa430"
    alt="Copy link from share
popup"
    width="537"
    height="181"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-popup-copy-link.png"
  />
</Frame>

Shared dashboards are accessible through the homepage's [search](../navigate-atoti-ui/home-page#search) or the [Shared with me](../navigate-atoti-ui/home-page#shared-with-me) panel.

## Share a filter

It is possible to share a filter, or a folder of filters from the **Saved filters** menu.

To open the **Saved filters** menu, click the **Insert** menu in the top navigation bar then choose **Saved filters**. Alternatively you can use the [keyboard shortcut](../navigate-atoti-ui/keyboard-shortcuts#manage-content) <kbd>F</kbd>. The **Saved filters** menu will appear on the left of the application in the place of the data model.

Hover over the tile of the folder or filter you wish to share, you will see the action icons appear. Click the share icon to open the share popup and follow the instructions above to share your filter.

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-filter.gif?s=c66ad790d11fe7a5383c212551c2d4fd"
    alt="Share a
filter"
    width="1909"
    height="1028"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-filter.gif"
  />
</Frame>

## Share a widget

[Widgets](./widgets/about-widgets) can be shared in the same way as filters from the **Saved widgets** menu.

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-widget.gif?s=99456b07259d974d89b130a30eb96a8a"
    alt="Share a
widget"
    width="1909"
    height="1028"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/share-content/share-widget.gif"
  />
</Frame>
