> For the complete documentation index, see [llms.txt](https://docs.publicboards.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.publicboards.com/boards/kanban-board/sharing.md).

# Sharing

## Link sharing

You can share the unique public link to your board with your stakeholders:

* Go to your [board overview](https://publicboards.com/app/boards).
* Click 'view' on the board you want to share.
* You're redirected to the unique public URL of your board.

## Embedding in an iframe

If you want to include the board in your own website or in a client portal, you can embed it in an iframe:

```html
<iframe src="{your-public-board-url}"></iframe>
```

{% hint style="warning" %}
Form requests are blocked in iframes for security reasons, commenting and adding new issues is therefore not possible.
{% endhint %}
