# Bot learns from Conversations

### This feature will help your chatbot, designed for your clients, understand your customers.

* Bot Learns From Conversations helps the chatbot learn the reply from the live agent, it can be imported manually or autosave in the settings. When you click on the "Bot Learns From Conversations" a box will pop up and let you decide the action of every reply. &#x20;
* This feature will help you to train your chatbot more efficiently, especially when you have a mass traffic message on your business social media platform.&#x20;
* To access this feature you can follow: from Dashboard -> Bots -> Bot's Knowledge -> Bot Learns from Conversations. (\****Note: you need to turn on this feature before adding the chatbot to your business social media platform***).
* When you add a Facebook page or activate the auto-learning mode (located in the [**Settings**](/bots/settings.md)), the knowledge will be loaded here for approval. The bot will only learn the approved information
* There, a tab appears:

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

* 3 tools let you decide on each Question - Answer Data:
  * Import (<img src="/files/nuSygzPJHzM70xGVoj55" alt="" data-size="line">): Import the data to the Knowledge Base.
  * Edit (<img src="/files/1dDplQYSNKHCvmx3X4Vj" alt="" data-size="line">): Edit your data before import to the Knowledge Base
  * Delete (<img src="/files/a7vV25bfUOCi71T0pNMj" alt="" data-size="line">): Delete unwanted data.
* When you click on the edit icon, there will be a box pop-up. It will let you know the content, where the question comes from which customers, you can also click on the name of the customer to jump to the specific client.

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

* You may need to use format tools to modify your content.

<figure><img src="/files/WNBrmfbNHUN7zI1Jodqc" alt=""><figcaption><p>Format Tools</p></figcaption></figure>

* Remember to click "Save changes" before leaving.
* By clicking <img src="/files/2AMJPSybSQPhBVw8GnbV" alt="" data-size="line">, you will add the data to [Bot's Knowledge](/bots/bots-knowledge-1.md).


---

# Agent Instructions: 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://documents.cxgenie.ai/bots/bots-knowledge/bot-learns-from-conversations.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.
