> 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/chat-via-dashboard.md).

# Chat via Dashboard

## 1. Go to Chat Menu

Once you have created your Knowledge Base(s) , you can make conversation with it through Teman Insight web app. To start with, visit the Chat menu on left menu bar

<figure><img src="/files/5hjeHH88scqxTRV0o7Na" alt=""><figcaption></figcaption></figure>

## 2. Choose Knowledge Base

Once you navigate to Chat menu, you will see the list of Knowledge Base(s) that you have created. Choose the Knowledge Base that you want to make conversation with.

## 3. Starting Conversation

Once you have chosen the knowledge base, you can start chatting with it immediately. Just type any question that you want to ask on the Message Field

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

Just 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. \\

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

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

## 4. Making Conversation with Shared Knowledge Base

If someone share you a knowledge base, you can have conversation with it. You can find the list of knowledge base through Chat menu > Shared with Me tab.&#x20;

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

Congratulation ! You just experience getting data insights through conversation :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/chat-via-dashboard.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.
