> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/kcm-linux-rpm-method/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/kcm-linux-rpm-method/using-keeper-connection-manager/sharing-connections.md).

# Sharing Connections

![](/files/L9EXGfJNlp1YD6gGYpnz)

## Overview

Keeper Connection Manager allows users to share access to their connection session with a URL.  This allows for easy sharing of a connection session among teams, or sharing of connections to people without Keeper Connection Manager accounts.

## Create a Sharing Profile

The first step to connection sharing is to create a Sharing Profile.  This needs to be made for each connection that will be shared.

To create a sharing profile, head to the "Connection" tab of the Settings menu and click the arrow next to the connection you would like to add a sharing profile to.

You will see a list of all the sharing profiles created for this connection, click "New Sharing Profile" to create a new profile, or click an existing sharing profile to edit it.

![Create new sharing profiles from the connections settings](/files/mxog4mxTBAJgXNBObrXQ)

The Sharing Profile form will open. Fill in the name and options to configure the sharing profile.

![Sharing Profile](/files/vsqmVRBHt7C9dPrwFu3M)

Click "Save" to create the sharing profile.

{% hint style="info" %}
When editing an existing profile, you also have the options to delete or clone the profile.
{% endhint %}

## Sharing Connections

To initiate a connection share, from within a connection session first open the connection menu using `Ctrl+Shift+Win` (`Ctrl+Shift+Cmd` for Mac).  When at least one sharing profile exists for the connection, the "Sharing" menu will appear next to the user's name.

![Sharing Menu in Connection](/files/FVdRou0t2BkXvHbyYws1)

Click "Sharing" to see a list of the sharing profiles for this connection.&#x20;

![Select a sharing profile](/files/JgYLRCiBa1AazypU4c7u)

Select which profile to use and click it to create a sharing URL which can be shared to give anyone access to this connection session.

![](/files/ujiBYPYBOoc1eoV6X8pa)

When someone without an account in this Keeper Connection Manager system connections to the session, they will have full access to the connection (unless "Read Only" was selected in the sharing profile settings) however they will not have a user menu, or sharing menu.

![The connection menu for  someone without an account](/files/8yr8DDcDDviC3qOuoXLw)


---

# 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://newdocs.keeper.io/kcm-linux-rpm-method/using-keeper-connection-manager/sharing-connections.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.
