> For the complete documentation index, see [llms.txt](https://help.felt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.felt.com/sharing-and-collaboration/sharing-a-data-source.md).

# 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. 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 seat (Viewer seats 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 seat interacts — see [Permissions](/administration/felt-permissions.md#data-source-level-permissions).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.felt.com/sharing-and-collaboration/sharing-a-data-source.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
