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


---

# 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.publicboards.com/boards/kanban-board/sharing.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.
