# Public Chatbot Sharing

## Method 1: Sharing via Link

To obtain the link for your chatbot, go to **Chatbots > Actions (**⋮) > **"Share Link to Chatbot"**

<figure><img src="/files/xXfRCjCXRCdZx7EbzczA" alt=""><figcaption></figcaption></figure>

## Method 2: Embedding onto Website

Another way to share your chatbot would be to embed it onto a webpage for your customers to interact with the chatbot itself. To learn how to embed your chatbot onto webpage, you may see the following guides:

{% content-ref url="/pages/H0QUfUiaDsn9KQ5R0iPk" %}
[Chat Widget Embedding](/setup-guides/adding-your-chatbot-to-your-website/how-to-embed-a-chat-widget.md)
{% endcontent-ref %}

{% content-ref url="/pages/YiuxF05da1pe2f7wWAPc" %}
[Chat Screen Embedding](/setup-guides/adding-your-chatbot-to-your-website/how-to-embed-a-chat-screen.md)
{% endcontent-ref %}

***

If you have any more questions, feel free to reach out to us at <mark style="color:purple;">**<support@wonderchat.io>**</mark>


---

# 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.wonderchat.io/setup-guides/sharing-your-chatbot/how-to-share-your-chatbot-publicly.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.
