# Sharing

## Overview

Sharing data entities on Sprinkle is a breeze:sparkles:, which makes collaboration within teams effortless! :smile::tada:

You can **share any sprinkle entity**, such as [dashboards](/product/analysing-your-data/dashboards.md), [reports](/product/analysing-your-data/reports.md), [SQL transforms](/product/transforming-your-data/sql-transform.md), etc., with others, granting them **specific access** (e.g., view, edit, etc.).

## Feature Walkthrough :person\_walking:

<figure><img src="/files/dWDDQuq5mkP5QHneZ4SG" alt=""><figcaption><p>Sharing the Dashboard</p></figcaption></figure>

With various permission options suited to different users, share your entities with ease and enhanced control.

### Permission Types:

* **VIEW**: Users or groups with this permission can only view the resource.
* **EDIT**: Users or groups with this permission can edit the resource.
* **EDIT\_SETTINGS**: Users can edit resource settings as well.
* **MANAGE**: Users or groups with this permission can even delete the resource. Resource owners or users with MANAGE permission can revoke any shared permission at any time.

Permissions are a **superset** of individual user, role, and group permissions.&#x20;

For example, an analyst role has **View** and **Edit** permissions on reports. However, sharing a report with an analyst **only with view permission** still gives **both view and edit** options.

### Settings:

To manage permissions, click on the **settings** icon.:gear:&#x20;

The owners can choose to **allow or disallow editors** from changing permissions and sharing further.

Click on the check box to **opt-in**. Other users can share the resources with more users or groups with permission that is the **same or lower than theirs**.&#x20;

For example, if a resource is shared with **EDIT** permission with user Alpha, Alpha can further share the resource with another user Beta with **VIEW or EDIT** permission only.


---

# 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.sprinkledata.com/product/collaborating-on-data/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.
