> 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/publish-your-docs/creating-knowledge-base.md).

# Creating Knowledge Base

1. To create your first knowledge base, click create button on knowledge base menu <br>

   <div align="left"><figure><img src="/files/VMdFmo5FMam5c98NMltr" alt=""><figcaption></figcaption></figure></div>
2. You will be redirected to creation form page as follows <br>

   <div align="left"><figure><img src="/files/rEaybicVr72g91lKbzQ8" alt="" width="445"><figcaption></figcaption></figure></div>

* ***Knowledge Base Name*** : Input the name of the knowledge base. This name will appear on the public chat page if you turn on the Public URL Access.
* ***Description*** : a field to give description / detail explanation about the knowledge base
* ***Greeting (Optional)*** : Fill this field if you want your knowledge base to send a message at the beginning of chat on the public chat page.\
  \
  \&#xNAN;*<mark style="color:yellow;">please note : For now, Greeting message will not be sent for API integration.</mark>*
* ***Instruction (Optional)*** : A field to give prompt to your knowledge base. This field will influence the way your knowledge base behave when having conversation.
* ***Public URL Access*** : If you check this box, you will get a link which redirect users to a chat page. This page will be accessible by anyone who has the link. \
  \
  \&#xNAN;*<mark style="color:yellow;">Note : public URL is uniquely generated. A completely new URL will be generated every time switching on this setting.</mark>*
* ***Image Retrieval :*** This setting allows your knowledge base to show relevant images every time users make conversation. This feature is still in beta test, therefore the images attached in the chat might not be highly accurate.
* ***Files Upload :*** Upload necessary files that you want your knowledge base to have access to. For example, you may upload sales data for the past 1 year so that you can ask your knowledge base about sales data and get insights from it.<br>

Once you fill out all necessary information, click **Create** button to continue. Please note that creating knowledge base might take couple of minutes before it becomes **Active.**

*Note : if you are creating a paid plan knowledge base, you will be redirected to payment page when you click Create*


---

# 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/publish-your-docs/creating-knowledge-base.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.
