<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Knowledge base AI Introduction in Chatbot</title>
    <link>https://community.sinch.com/t5/Chatbot/Knowledge-base-AI-Introduction/ta-p/13608</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Engage Knowledge base AI, allows your bot to generate concise answers after scraping your content. Adding an FAQ flow to your bot was never easier!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How does it work?&lt;/STRONG&gt; First, you add the content that your bot will scrape to retrieve the answer to the customer's question. Second, you design a flow to display that answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;!--    notionvc: ae113621-1dce-4c11-8c03-e487f4a801b2    --&gt;&lt;/P&gt;
&lt;H2&gt;Generative vs non-generative Knowledge base AI&lt;/H2&gt;
&lt;P&gt;We offer 2 ways of using the knowledge base:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-Base-Create-your-FAQ-flow-with-AI/ta-p/13621" target="_self"&gt;&lt;STRONG&gt;Generative knowledge base:&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;the bot will generate, or make up a new sentence to answer your customer's questions after scraping your content. There, you can use: PDF files, URLs of a page or a whole domain and CSV files.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Non-generative-knowledge-base-AI/ta-p/13624" target="_self"&gt;&lt;STRONG&gt;Non-generative knowledge base:&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/A&gt;the bot will answer what you tell it to answer after you fed it with a list of questions and answers. There, you can use &lt;STRONG&gt;only&lt;/STRONG&gt; CSV files in a specific format.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;P&gt;To choose if your knowledge base should be generative:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open your &lt;STRONG&gt;Knowledge Base AI&lt;/STRONG&gt; tab for the first time.&lt;/LI&gt;
&lt;LI&gt;A popup with the Generative AI terms and conditions opens. If you click on &lt;STRONG&gt;Accept&lt;/STRONG&gt;&lt;SPAN&gt;, your bot will be generative. If you click on &lt;STRONG&gt;Cancel&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, your bot will be non-generative.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frame 956876.png" style="width: 692px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/4143iCD0D4E16336F7D15/image-dimensions/692x455?v=v2" width="692" height="455" role="button" title="Frame 956876.png" alt="Frame 956876.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Test it on a template&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You have your Knowledge base feature enabled and would like to test it right away? You can do it by playing with our template "Knowledge Base AI".&lt;!--    notionvc: dd2021d1-bf62-4da7-b62d-8de94867329a    --&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LIUIU.png" style="width: 592px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/4144i776A006B95207BB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="LIUIU.png" alt="LIUIU.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Build a powerful, hybrid bot&lt;/H2&gt;
&lt;P&gt;Bots can become really powerful if you use a mix of &lt;A href="https://docs.chatlayer.ai/tutorials/tutorial-your-first-bot/tutorial-adding-content" target="_blank" rel="noopener"&gt;intents&lt;/A&gt; (answers designed by your team) and knowledge base AI. In this sense, your bot will be hybrid because it uses answers generated both by humans and machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you connect your Knowledge base AI &lt;STRONG&gt;Action&lt;/STRONG&gt; block to your &lt;STRONG&gt;Not Understood&lt;/STRONG&gt; block&amp;nbsp;and add no other content to your bot, all questions from users will be answered directly by your knowledge base AI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have other intents in your bot, the intents will be triggered whenever there is a match with the expression from a user. Only when something is said by the user that isn't a match with any intent, the &lt;STRONG&gt;Not Understood&lt;/STRONG&gt; block and thus knowledge base AI will be triggered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;!--    notionvc: 8552520b-79a2-436b-a332-9299b9c6ef4c    --&gt;&lt;/P&gt;
&lt;H2&gt;Limit your content using tags&lt;/H2&gt;
&lt;P&gt;For some use cases, it might be important to only allow specific content to be used in an answer that's created by Knowledge base AI. Different categories of content can be created by using tags.&amp;nbsp;&lt;SPAN&gt;You can read more about how to use tags in &lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-base-AI-Use-tags-to-limit-your-content/ta-p/13629" target="_self"&gt;this article&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;See also:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-Base-Create-your-FAQ-flow-with-AI/ta-p/13621" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Create your FAQ flow with AI&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Non-generative-knowledge-base-AI/ta-p/13624" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Non-generative knowledge base AI&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-base-AI-Use-tags-to-limit-your-content/ta-p/13629" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Use tags to limit your content&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;!--    notionvc: 3bb32174-11fe-402a-8a45-c43690022e82    --&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 07 May 2024 11:09:19 GMT</pubDate>
    <dc:creator>Sol_Palenzona</dc:creator>
    <dc:date>2024-05-07T11:09:19Z</dc:date>
    <item>
      <title>Knowledge base AI Introduction</title>
      <link>https://community.sinch.com/t5/Chatbot/Knowledge-base-AI-Introduction/ta-p/13608</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Engage Knowledge base AI, allows your bot to generate concise answers after scraping your content. Adding an FAQ flow to your bot was never easier!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How does it work?&lt;/STRONG&gt; First, you add the content that your bot will scrape to retrieve the answer to the customer's question. Second, you design a flow to display that answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;!--    notionvc: ae113621-1dce-4c11-8c03-e487f4a801b2    --&gt;&lt;/P&gt;
&lt;H2&gt;Generative vs non-generative Knowledge base AI&lt;/H2&gt;
&lt;P&gt;We offer 2 ways of using the knowledge base:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-Base-Create-your-FAQ-flow-with-AI/ta-p/13621" target="_self"&gt;&lt;STRONG&gt;Generative knowledge base:&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;the bot will generate, or make up a new sentence to answer your customer's questions after scraping your content. There, you can use: PDF files, URLs of a page or a whole domain and CSV files.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Non-generative-knowledge-base-AI/ta-p/13624" target="_self"&gt;&lt;STRONG&gt;Non-generative knowledge base:&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/A&gt;the bot will answer what you tell it to answer after you fed it with a list of questions and answers. There, you can use &lt;STRONG&gt;only&lt;/STRONG&gt; CSV files in a specific format.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;P&gt;To choose if your knowledge base should be generative:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open your &lt;STRONG&gt;Knowledge Base AI&lt;/STRONG&gt; tab for the first time.&lt;/LI&gt;
&lt;LI&gt;A popup with the Generative AI terms and conditions opens. If you click on &lt;STRONG&gt;Accept&lt;/STRONG&gt;&lt;SPAN&gt;, your bot will be generative. If you click on &lt;STRONG&gt;Cancel&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, your bot will be non-generative.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frame 956876.png" style="width: 692px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/4143iCD0D4E16336F7D15/image-dimensions/692x455?v=v2" width="692" height="455" role="button" title="Frame 956876.png" alt="Frame 956876.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Test it on a template&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You have your Knowledge base feature enabled and would like to test it right away? You can do it by playing with our template "Knowledge Base AI".&lt;!--    notionvc: dd2021d1-bf62-4da7-b62d-8de94867329a    --&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LIUIU.png" style="width: 592px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/4144i776A006B95207BB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="LIUIU.png" alt="LIUIU.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Build a powerful, hybrid bot&lt;/H2&gt;
&lt;P&gt;Bots can become really powerful if you use a mix of &lt;A href="https://docs.chatlayer.ai/tutorials/tutorial-your-first-bot/tutorial-adding-content" target="_blank" rel="noopener"&gt;intents&lt;/A&gt; (answers designed by your team) and knowledge base AI. In this sense, your bot will be hybrid because it uses answers generated both by humans and machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you connect your Knowledge base AI &lt;STRONG&gt;Action&lt;/STRONG&gt; block to your &lt;STRONG&gt;Not Understood&lt;/STRONG&gt; block&amp;nbsp;and add no other content to your bot, all questions from users will be answered directly by your knowledge base AI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have other intents in your bot, the intents will be triggered whenever there is a match with the expression from a user. Only when something is said by the user that isn't a match with any intent, the &lt;STRONG&gt;Not Understood&lt;/STRONG&gt; block and thus knowledge base AI will be triggered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;!--    notionvc: 8552520b-79a2-436b-a332-9299b9c6ef4c    --&gt;&lt;/P&gt;
&lt;H2&gt;Limit your content using tags&lt;/H2&gt;
&lt;P&gt;For some use cases, it might be important to only allow specific content to be used in an answer that's created by Knowledge base AI. Different categories of content can be created by using tags.&amp;nbsp;&lt;SPAN&gt;You can read more about how to use tags in &lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-base-AI-Use-tags-to-limit-your-content/ta-p/13629" target="_self"&gt;this article&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;See also:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-Base-Create-your-FAQ-flow-with-AI/ta-p/13621" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Create your FAQ flow with AI&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Non-generative-knowledge-base-AI/ta-p/13624" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Non-generative knowledge base AI&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/Knowledge-base-AI-Use-tags-to-limit-your-content/ta-p/13629" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Use tags to limit your content&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;!--    notionvc: 3bb32174-11fe-402a-8a45-c43690022e82    --&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 May 2024 11:09:19 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Chatbot/Knowledge-base-AI-Introduction/ta-p/13608</guid>
      <dc:creator>Sol_Palenzona</dc:creator>
      <dc:date>2024-05-07T11:09:19Z</dc:date>
    </item>
  </channel>
</rss>

