> ## 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.

# Share a Chat

> Create a public read-only link to any ZeroTwo conversation.

You can share any ZeroTwo conversation as a public read-only link. The recipient doesn't need a ZeroTwo account to view it.

## Share the full conversation

<Steps>
  <Step title="Open the chat you want to share">
    Navigate to the conversation in your chat history.
  </Step>

  <Step title="Click the Share icon">
    Find the Share icon in the chat header (top of the conversation). It looks like a share/export icon.
  </Step>

  <Step title="Copy the link">
    Click **Copy link**. The link is immediately copied to your clipboard and is already live — you can paste and send it right away.
  </Step>
</Steps>

The share link follows the format: `/share/chat/:threadId`

## Share from a specific message

If you have a long conversation and only want to share the relevant part, you can generate a link that starts at a specific message:

1. Find the message you want to start sharing from
2. Look for the link or share icon on that specific message (hover over the message to reveal it)
3. Click **Share from here** or the link icon
4. Copy the resulting link

The link format is: `/share/chat/:id/message/:msgId`

When viewers open this link, the conversation is anchored to that message — earlier messages in the thread are not shown.

## What viewers see

When someone opens your shared chat link, they see:

* The full conversation thread, rendered cleanly without the ZeroTwo interface chrome
* All messages in the thread up to the point it was shared
* Code blocks, formatting, and attachments rendered properly
* No editing, no reply input, no model selector

Viewers **cannot**:

* Reply or continue the conversation
* See your Custom Instructions or Memory context
* See your model settings or tool configuration
* Access any future messages you add to the chat after sharing

## What is NOT included

| Not included                 | Why                                            |
| ---------------------------- | ---------------------------------------------- |
| Your Custom Instructions     | Private to your account                        |
| Memory context               | Private to your account                        |
| Model/tool settings          | Internal configuration                         |
| Messages added after sharing | Sharing is a snapshot; links don't auto-update |
| Your account information     | Only the conversation content is visible       |

<Note>
  Shared chat links are a snapshot. If you continue the conversation after creating the link, the new messages are not automatically included in the existing shared link. Create a new share link if you want to share an updated version.
</Note>

## Revoking a shared chat link

To stop sharing a conversation:

1. Go to **Settings → Data Controls → Shared Links**
2. Find the chat link in the list
3. Click **Revoke**

The link becomes dead immediately. Anyone who navigates to the URL will see a "Not found" error. There is no way to reactivate a revoked link — you'd need to create a new share link.

## No expiry by default

Shared chat links do not expire automatically. A link you created today will still be active in six months unless you explicitly revoke it.

If you want time-limited sharing, you'll need to set a reminder to revoke the link manually.

## Viewing count

There is currently no analytics on shared links. ZeroTwo does not track or show you how many times a shared link has been viewed or who viewed it.
