# Share Chatbot

You can also share the chatbots you've created with others using a unique link, allowing them to try them out. To do this, navigate to 'My Chatbot' page and click on the '3 dots' button located to the right of each chatbot entry.

Click on the 'Share' button in the menu, and then you can copy and share the unique link of your chatbot with others.

<figure><img src="/files/3LBY36tvMdC5oLnRS3j0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8cQf0rls8KkW0qWDPAMf" alt=""><figcaption></figcaption></figure>

Open the link and chat with the chatbot anywhere.

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


---

# 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://synvision-ai.gitbook.io/synvision-docs/product-guide/how-it-works/share-chatbot.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.
