> 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/knowledge-base-overview.md).

# Knowledge Base Overview

## What is Knowledge Base ?

Before we get started, we need to know the concept about knowledge base & how it will be used later. You may think a Knowledge Base as a person that have specialization on certain topics. However, you are completely in control of this Knowledge Base in terms of the information that it can access & give instruction on how you want it to behave. Moreover, you can also make this knowledge base publicly accessible so that anyone can have access to make conversation with your knowledge base.\
\
Additionally, Knowledge Base can be accessed through API call so other system can send request and receive answer response with HTTP REST standard. An API key is provided to make sure only authorized system can make the API call to your knowledge bases.

## Knowledge Base Menu

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

Once you navigate to home page after logging in, go to Knowledge Base menu on the top left of your screen. This menu will list all of Knowledge Bases that you have created & you can also&#x20;

1. **edit**
2. **delete**&#x20;
3. **Make payment to upgrade or extend your knowledge base subscription**&#x20;

through actions column&#x20;

<div align="left"><figure><img src="/files/Aqnxw4atvoX2l9jmmW01" alt=""><figcaption></figcaption></figure></div>

You can only edit knowledge bases that are already **Active** (see Status column)

\
If you need to Copy / Reveal the API Key from any knowledge base , you can hover your mouse within the API Key column and click on it.

<div align="left"><figure><img src="/files/l1YJpYTv8PaH2PaKpK7s" alt=""><figcaption></figcaption></figure></div>

Now, lets create your first knowledge base :rocket:


---

# 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/knowledge-base-overview.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.
