> 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/file-management/share-link-to-a-file.md).

# Share Link to a File

Create an encrypted, expiring public link for a markdown or visual file in Nimbalyst so people outside your workspace can read it in a browser.

Share Link turns a file in your project into a web page anyone can read in a browser, without a Nimbalyst account. Use it to hand a plan, a mockup, or a diagram to someone outside your workspace with a single URL.

Sharing works for markdown files and for visual file types with a web viewer, including mindmaps, Excalidraw diagrams, data models, spreadsheets (CSV/TSV), mockups, calc documents, and slides.

<figure><img src="https://562749618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiVUeHZHlFlZrZt02syRC%2Fuploads%2FKu6dJCaNPgECZb0n1LNs%2Fimage.png?alt=media&amp;token=fc923494-a2d6-481f-a6f0-86c45b7cf566" alt=""><figcaption><p>The file tree context menu, with Share Link highlighted for a markdown file.</p></figcaption></figure>

### Creating a link

1. Right-click the file in the file tree and select **Share Link**. (The same button also appears in the editor header for markdown files.)
2. Sign in if prompted; sharing requires a Nimbalyst account.
3. Choose how long the link should last: 1, 7, or 30 days. Your choice is remembered for next time.
4. Click **Share**, then copy the link and paste it anywhere: Slack, email, X, a doc.

### Security and safety

* Anyone with the link can view the file. Do not share files containing sensitive information.
* There is no password protection, but every link expires after the duration you chose.
* Shared content is stored encrypted on Cloudflare R2. It is end-to-end encrypted, and the decryption key travels only in the link itself, so Nimbalyst, Inc. cannot read the content.


---

# 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/file-management/share-link-to-a-file.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.
