> For the complete documentation index, see [llms.txt](https://teman-insight.gitbook.io/teman-insight/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teman-insight.gitbook.io/teman-insight/chatting/public-url-chat.md).

# Public URL Chat

If you want to make your knowledge base accessible by anyone, you can turn on the Public URL Access when you [create](/teman-insight/publish-your-docs/creating-knowledge-base.md) / editing the knowledge base.

{% hint style="info" %}
For now, once you make available to public, you will not be able to turn it back off. Therefore proceed carefully.
{% endhint %}

## 1. Accessing Public URL

* You can access the Public URL chat through Knowledge base menu and click the edit button (green pencil under the Actions column)
* You will be able to see the link under Public URL Access section.\
  \ <mark style="color:yellow;">Remember anyone with this link will be able to chat with the knowledge base</mark>

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

## 2. Public Chat Page

Anyone with the link will be redirected to a public chat page with interface below here\
![](/files/DQ76HBRrkarw0xPah6tx)

Users, will be able to see a chat room where they can :

* type message and ask question to your knowledge base,
* see the name of your knowledge base.

> For public knowledge base, it is recommended to put the name that you want your users see such as your company's name or brand.

## 3. Making a Conversation

Within this page, users will be able to type any message and ask questions to your knowledge base.

* Type any question that you want to ask on the Message Field
* Press enter / click the Blue Send Button on the right side and the AI powered knowledge base will help to answer your question based on the information & instruction that you have provided.

<div align="left"><figure><img src="/files/ugp5lqYFYEbodJnWS5nu" alt="" width="539"><figcaption></figcaption></figure></div>

Congratulation ! You just created your first AI-powered chat application that anyone can access :tada:


---

# 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:

```
GET https://teman-insight.gitbook.io/teman-insight/chatting/public-url-chat.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.
