> ## Documentation Index
> Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing with clients

> Copy your live link, send it anywhere, and give recipients a frictionless read experience.

# Sharing with clients

Your share URL is the **product**. Everything else is distribution.

## Copy the link

From the document detail screen in the [dashboard](https://unfurl.pub/dashboard), copy the customer link (format like `/d/[token]` on your app domain). That is the only string clients need.

## Where to send it

* **Email** — paste once; updates do not require a new thread.
* **Slack / Teams** — unfurls as a normal HTTPS link; mobile clients open in the browser.
* **CRM or proposal tools** — use the same URL in fields that accept links.
* **Calendar invites** — add the doc link to the description for recurring meetings.

## What recipients see

They land on a **read-only** page: your HTML in a sandboxed viewer, responsive layout, no login required to view. See [What your recipient sees](/getting-started/your-first-share).

## Mobile

The shared page works on phone and tablet browsers. You do not ship a separate "mobile PDF."

## Branding

On **Free**, shared views can include light Unfurl branding. On **Pro**, you can remove Unfurl branding and lean on your own brand from [Settings](https://unfurl.pub/dashboard). Details: [Custom branding](/guides/custom-branding).

## Password-protected links (Pro)

On **Pro**, you can set a **passphrase** on a document so viewers must enter it before the HTML loads. Configure it from the document detail menu in the [dashboard](https://unfurl.pub/dashboard) (more actions → passphrase). The share URL stays the same; recipients see a password gate first.

Opaque tokens still matter — the passphrase is an extra layer on top of the unguessable `/d/[token]` URL, not a substitute for it.

<CardGroup cols={2}>
  <Card title="Live links" icon="link" href="/core-concepts/live-links" />

  <Card title="Embedding" icon="frame" href="/guides/embedding-via-iframe" />
</CardGroup>
