> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zerotwo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing Overview

> Share ZeroTwo conversations and canvas documents with public read-only links.

ZeroTwo lets you share two types of content with anyone — no ZeroTwo account required to view. You can share a full chat conversation or a canvas document, each with its own shareable link.

## What you can share

| Type                  | URL format                       | What viewers see                                    |
| --------------------- | -------------------------------- | --------------------------------------------------- |
| **Chat**              | `/share/chat/:threadId`          | The full conversation, read-only, cleanly formatted |
| **Chat at a message** | `/share/chat/:id/message/:msgId` | The conversation starting from a specific message   |
| **Canvas**            | `/share/canvas/:canvasId`        | The canvas document, read-only                      |

Both link types are:

* **Public** — anyone with the URL can view, no login required
* **Permanent** — no expiry by default; links stay active until you revoke them
* **Read-only** — viewers cannot edit, reply, or interact with the content

## How sharing works

Sharing in ZeroTwo is a one-step action:

* **To share a chat**: click the Share icon in the chat header → **Copy link**
* **To share a canvas**: click **Share** in the canvas toolbar → **Copy link**

The link is immediately active. Send it to anyone — they can open it in any browser.

## Chat sharing vs. canvas sharing

Chat and canvas links are separate. Sharing a chat does not share the canvas that was created in that chat, and vice versa. If you want a collaborator to see both the conversation and the canvas, share them separately.

## Managing shared links

All active shared links are visible in **Settings → Data Controls → Shared Links**. From there you can:

* View all links you've created (chat and canvas)
* See when each was created
* Revoke individual links
* Revoke all links at once

Revoking a link makes it immediately dead — viewers who navigate to the URL see a "Not found" error.

## Privacy

<Warning>
  Shared links are fully public. There is no password protection, access control, or login requirement. Anyone with the URL can view the content. Review your content carefully before sharing.
</Warning>

See [Privacy Considerations](/sharing/privacy-considerations) for a full checklist of what to review before sharing.

## Get started

<CardGroup cols={2}>
  <Card title="Share a Chat" icon="message-square" href="/sharing/share-a-chat">
    How to share a conversation and specific messages
  </Card>

  <Card title="Share a Canvas" icon="palette" href="/sharing/share-a-canvas">
    How to share a canvas document
  </Card>

  <Card title="Manage Shared Links" icon="list-checks" href="/sharing/manage-shared-links">
    View, audit, and revoke your active shared links
  </Card>

  <Card title="Privacy Considerations" icon="lock" href="/sharing/privacy-considerations">
    What to check before sharing and best practices
  </Card>
</CardGroup>
