> 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 Felt Servers, Cloud sources, and Raster infrastructure with custom permission settings and public or private access.

## 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

The user permission settings for sources are described below.

| Setting            | Description                                                                                                                                                                                                                                                                                                                                                                    |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **None (private)** | Only members directly invited to the source can access it. A lock icon appears on the source in the sidebar. The most secure setting.                                                                                                                                                                                                                                          |
| **View**           | Browse the source and read its data, including through Felt AI or MCP tools. View also allows members to add layers from the source to a map, assuming their seat permits map editing.                                                                                                                                                                                         |
| **Edit**           | Control over the source itself: edit the source credentials or delete the source, view and write custom SQL queries against it, and manage other member's source permission. For a [Felt Server](/data-sources/felt-servers.md), Edit also allows publishing and uploading layers to the server, organizing its layers and folders, and editing the source data of its layers. |
| **Source admin**   | Everything Edit can do, plus the ability to change the source's default permission and invite other source admins. Initially granted to the creator of the source, though it can be shared with others.                                                                                                                                                                        |

See [Permissions](/administration/felt-permissions.md#data-source-level-permissions) for the full permissions model.

### 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.


---

# 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.
