> For the complete documentation index, see [llms.txt](https://docs.nimbalyst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nimbalyst.com/session-management/share-link-to-a-session.md).

# Share Link to a Session

Create a public share link for an AI session so anyone can read the full transcript in a browser without installing Nimbalyst.

A share link publishes a read-only copy of a session transcript (or a markdown file) at a public URL, so a teammate can read it in a browser without installing Nimbalyst. Use it to show someone what an agent did, hand off context, or share an interesting conversation.

<figure><img src="https://562749618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiVUeHZHlFlZrZt02syRC%2Fuploads%2FjgnnSOUcDjDBNwKaoWXb%2Fimage.png?alt=media&amp;token=e1622df8-487f-4013-bdc5-7a0316d7619a" alt="The right-click menu on a session in the session list, showing options including Rename, Pin, Copy Session ID, and Share link"><figcaption><p>Right-click a session in the list and choose Share link.</p></figcaption></figure>

### How to share

You must be signed in to a Nimbalyst account before you create a link.

1. Right-click a session in the session list.
2. Select **Share link**.
3. Choose whether the link expires after **1 day**, **7 days**, or **30 days**. Nimbalyst remembers this choice for the next link.
4. If you use multiple accounts, choose which account owns the link.
5. Click **Copy link**, then paste it anywhere: Slack, email, X, or a document.

After sharing, the session menu changes to **Copy share link** and **Unshare**. Unshare removes the hosted copy immediately.

### Security and safety

* Anyone with the link can view the shared content. Do not share sessions containing sensitive information.
* Shared content is encrypted on your computer before upload. The decryption key lives in the URL fragment and is not sent to the share server, so anyone who receives the complete URL can decrypt the content in their browser.
* There is no separate password. Access ends when the chosen expiration is reached or you select **Unshare**.

Shared links are read-only. For live collaboration on the same session context, see [Nimbalyst for Teams](https://nimbalyst.com/teams/).


---

# 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://docs.nimbalyst.com/session-management/share-link-to-a-session.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.
