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

# Sharing a Knowledge Base

You can share your knowledge base to other users so that they can make conversation with your knowledge base.&#x20;

1. First , choose which knowledge base that you want to share and click edit menu under Actions column

2. Click Share button at the bottom <br>

   <div align="left"><figure><img src="/files/GM9AANtWnCbz4VcOqo3F" alt="" width="441"><figcaption></figcaption></figure></div>

3. &#x20;Enter email address from other users. Make sure the email address already have an account on Teman Insight<br>

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

4. Once you add the email, you will be able to see the list of users that have access to chat with your knowledge base&#x20;

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

5. You can also see which knowledge base that you have shared to other users&#x20;

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

6. If someone share a knowledge base with you, it can be found under "Shared With Me" tab.&#x20;
   1. You can only see the list of knowledge bases
   2. retrieve its API Key & Public URL
   3. Make conversation

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

*note : If your knowledge base has a limited number of chats per month, it will be shared across all users. which means number of chats will increase every time other users make conversation and might reach the limit per month faster*


---

# 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/sharing-a-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.
