> For the complete documentation index, see [llms.txt](https://docs.knowbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.knowbase.ai/sharing/sharing-files-and-channels.md).

# Sharing Files & Channels

## How to share

1. Go to the **Library**
2. Click the **three-dot menu** on a file or channel
3. Click **Share**
4. Copy the **share link** or the **iframe embed code**

## What visitors see

Anyone with the link can open a chat interface and ask questions about the shared file or channel. They don't need a Knowbase account.

## Iframe embed

Use the iframe snippet to embed a chat interface directly on your website:

```html
<iframe width="400" height="600" 
  src="https://app.knowbase.ai/iframe-chat/YOUR_TOKEN" 
  title="chat" frameborder="0">
</iframe>
```

## Managing shared links

Go to **Account > Shared Chats** to see all your active share links. You can delete any link to revoke access.

{% hint style="info" %}
**Tip:** For a more customizable experience with branding, lead collection, and analytics, consider using [AI Assistants](/ai-assistants/ai-assistants.md) instead of simple share links.
{% endhint %}
