# 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 %}


---

# Agent Instructions: 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:

```
GET https://docs.knowbase.ai/sharing/sharing-files-and-channels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
