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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
