# Sharing a data source

## Share menu

To share a data source, open it from the **Data sources** section of the workspace homepage or in-map library and click the **`Share`** button in the source's header.

From this menu you can:

* invite collaborators directly by email,
* control workspace-wide access to the source, or
* change the permission of an existing member on the source.

{% hint style="info" %}
The **Global Library** is visible to every workspace and has no sharing controls.
{% endhint %}

### Sharing across the workspace

Members of the workspace can access data sources marked as public, or private ones they're invited to directly. Data source admins can set the default permission for all members with access to a public data source.

| Setting              | Description                                                                                                                        |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| **`None (private)`** | Only members directly invited to the source can see it. A lock icon appears on the source in the sidebar. The most secure setting. |
| **`View`**           | Every workspace member can see the source and preview its layers.                                                                  |
| **`Edit`**           | Every workspace member gets Edit on the source, capped by their workspace license (Viewers stay at View).                          |

### Invite collaborators by email

Type one or more addresses into the email field, pick a permission, and click **`Invite`**. Invitees who aren't already workspace members receive an invitation via email.

## Admin-only actions

Only **Source admins** can:

* Invite or remove other Source admins.
* Change the **`Everyone in {workspace}`** default.

{% hint style="info" %}
Looking for the full permissions model — which permission grants what, how the workspace license interacts — see [Permissions](/administration/felt-permissions.md#data-source-level-permissions).
{% 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://help.felt.com/sharing-and-collaboration/sharing-a-data-source.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.
