TubeSum ← Transcribe a video

Build an AI Chatbot on your Custom Data 🔥

Transcribed Jun 22, 2026 Watch on YouTube ↗
Intermediate 10 min read For: Developers and tech enthusiasts interested in building custom AI chatbots.
711.9K
Views
16.0K
Likes
427
Comments
278
Dislikes
2.3%
📈 Moderate

AI Summary

This video demonstrates how to use Botpress to create an AI chatbot that can be trained on custom data, such as a website or documents. The tutorial covers creating a basic bot, adding a knowledge base, and configuring it to fall back to ChatGPT for unanswered questions. The platform allows for easy integration of additional features like audio and video.

[0:00]
Introduction to Botpress

The video introduces Botpress as a platform for creating chatbots that can be trained on custom data, such as a website, and can pull answers from that knowledge base.

[0:28]
Knowledge Base Integration

You can configure the bot to use a specific website as its knowledge base, and it will pull answers from that source when asked questions.

[0:42]
Fallback to ChatGPT

If the bot does not find an answer in its knowledge base, it can be configured to ask ChatGPT for the answer.

[0:48]
Adding Audio and Video

The bot can be enhanced with additional elements like audio and video files, which can be played in response to user queries.

[1:13]
Getting Started with Botpress

The tutorial shows how to sign up for Botpress and start creating a new bot, with options to use templates or start from scratch.

[1:27]
Training on Proprietary Data

The video explains why you might want to train a bot on your own data (e.g., a website like NDTV) rather than using ChatGPT directly, due to token limits and time constraints.

[2:13]
Adding a Website to Knowledge Base

You can add a website URL to the bot's knowledge base, and it will index the pages to answer questions based on that content.

[2:28]
Sign Up Process

The sign-up process for Botpress is straightforward, with options to continue using Google or GitHub.

[3:00]
Using Templates

Botpress offers various templates for different types of bots, including a 'Learn Botpress' template that helps you understand the platform.

[4:06]
Use Case: News Website

The video demonstrates a use case where a bot is trained on a news website (NDTV) to answer questions about current events, like movie earnings.

[4:49]
Adding Knowledge to Bot

The tutorial shows how to add knowledge to the bot's default knowledge base by creating a new knowledge base and adding documents or text.

[6:05]
Enabling Knowledge Answering

To make the bot answer questions based on its knowledge base, you need to enable the 'knowledge answering' feature in the raw input card.

[6:38]
Adding Various Data Types

The knowledge base can include web pages, text documents, and other file types like PDF, HTML, or TXT.

[7:18]
Testing the Knowledge Base

The bot is tested with a simple question from the custom knowledge base, and it correctly answers that Harry's best friend is Rohan.

[8:26]
Handling Unanswered Questions

The video shows how to configure the bot to use ChatGPT when it cannot find an answer in the knowledge base, by setting up a fallback mechanism.

[10:45]
Fallback to ChatGPT

The bot is configured to fall back to ChatGPT for questions it cannot answer from its knowledge base, using a variable to store the user's input and output.

[11:03]
Adding AI Generated Text

The tutorial demonstrates adding an 'AI generated text' node that uses the user's input to generate a response from ChatGPT.

[13:40]
Adding Audio to Bot

The bot can be enhanced with audio files that can be played in response to user queries, as shown with an 'Let's ask AI' audio file.

[15:03]
Advanced Bot Configuration

The video shows how to configure the bot to only use ChatGPT when the knowledge base fails to provide an answer, using an expression to check if the knowledge agent responded.

[19:00]
Publishing and Sharing the Bot

The bot can be published and shared via a link, allowing users to interact with it on any website.

[20:34]
Embedding on Websites

The bot can be embedded on any website to chat with users, providing a custom AI assistant.

Clickbait Check

85% Legit

"The title accurately reflects the content, as the video provides a step-by-step tutorial on building an AI chatbot using Botpress with custom data."

Mentioned in this Video

Tutorial Checklist

1 1:13 Sign up for Botpress using Google or GitHub.
2 2:49 Create a new bot by clicking the '+' icon and start editing.
3 3:00 Use the 'Learn Botpress' template to understand the platform, or start from scratch.
4 4:49 Delete the default node and add a new card with 'raw input'.
5 6:05 Enable 'knowledge answering' in the raw input card.
6 6:38 Add a knowledge base by clicking on 'default knowledge base' or creating a new one.
7 6:48 Add documents (PDF, HTML, TXT) or text to the knowledge base.
8 8:26 Configure a fallback to ChatGPT by adding an 'AI generated text' node and linking it to the knowledge base.
9 11:03 Set up the fallback to use ChatGPT when the knowledge base fails to provide an answer.
10 19:00 Publish the bot and share it via a link.

Study Flashcards (10)

What is Botpress?

easy Click to reveal answer

A platform for creating AI chatbots that can be trained on custom data.

How can you add a knowledge base to a Botpress bot?

easy Click to reveal answer

By clicking on 'default knowledge base' or creating a new one, and adding documents or text.

6:38

What types of data can be added to a Botpress knowledge base?

medium Click to reveal answer

Web pages, text documents, PDF, HTML, TXT files.

6:38

How do you enable knowledge answering in Botpress?

medium Click to reveal answer

By clicking on the 'raw input' card and checking 'enable knowledge answering'.

6:05

What is the fallback mechanism for a Botpress bot when it cannot find an answer?

medium Click to reveal answer

It can be configured to ask ChatGPT for the answer.

8:26

How do you test if a Botpress bot is working correctly?

easy Click to reveal answer

By starting a new conversation and asking a question from the knowledge base.

7:18

What is the purpose of the 'AI generated text' node in Botpress?

hard Click to reveal answer

To generate a response from ChatGPT when the knowledge base fails to provide an answer.

11:03

How can you add audio to a Botpress bot?

medium Click to reveal answer

By dragging an audio file into the 'audio' card in the bot's workflow.

13:40

What is the 'turn.knowledgeAgent.responded' expression used for?

hard Click to reveal answer

To check if the knowledge agent responded to a query, and if not, trigger a fallback.

16:15

How do you publish a Botpress bot?

easy Click to reveal answer

By clicking the 'publish' button and then 'share' to get a link.

19:00

💡 Key Takeaways

💡

Introduction to Botpress

The video introduces the core concept of using Botpress to create custom AI chatbots.

📊

Training on Proprietary Data

Explains the practical need for training a bot on custom data rather than using ChatGPT directly.

1:27
🔧

Enabling Knowledge Answering

A key technical step to make the bot functional by enabling knowledge-based responses.

6:05
🔧

Fallback to ChatGPT

Demonstrates a powerful feature to handle unanswered questions by integrating ChatGPT.

8:26
⚖️

Publishing and Sharing

Shows the final step to make the bot accessible to users, highlighting the platform's ease of use.

19:00

✂️ Creator Tools: Viral Hooks

AI-generated clip ideas for Shorts based on the transcript

Make a Custom AI Chatbot in Minutes!

45s

Opens with a clear value proposition—building an AI chatbot on your own data—that is both controversial (replacing ChatGPT's generality) and highly educational, hooking viewers who want custom AI solutions.

▶ Play Clip

Why Your Data Breaks ChatGPT Limits

59s

Explains the token and scale limits of ChatGPT with a relatable NDTV example, creating an 'aha' moment that is both educational and marketable, driving sharing among developers.

▶ Play Clip

Train a Bot on a Website URL

54s

Shows step-by-step how to add a website as knowledge base—a practical, visual tutorial that is highly educational and empowers viewers to do it themselves, leading to high engagement.

▶ Play Clip

Add an Audio to Your Chatbot

59s

Demonstrates a unique feature (audio integration) that is unexpected and creative, making the clip stand out as a 'cool trick' that viewers will want to try and share.

▶ Play Clip

Fallback to ChatGPT if Bot Fails

54s

Covers a practical fail-safe logic that is both controversial (mixing custom and public AI) and highly educational, solving a common pain point and sparking discussion on AI autonomy.

▶ Play Clip

[00:00] We have all used chat gpt but if I tell you to make a bot which works on your given knowledge base

[00:07] That means you have some data and you are trained on it, then how will you make it?

[00:11] Well, in today's video we are going to see about a platform like this which will help you to make chatbots very easily

[00:18] Then you can also put those chatbots on your website

[00:21] The best thing I found about this platform was that it is very easy to make a bot

[00:26] you can do something like

[00:28] you have given a website

[00:30] you can tell this bot that if there is any information in this website

[00:32] then I want the answer to my question

[00:34] and it will pull the answer to your question

[00:36] according to that knowledge base

[00:38] then we can also configure that

[00:40] if your bot does not get the answer

[00:42] then it will ask from chat gpt

[00:44] and finally you will get what you want.

[00:46] We can add a lot of additional elements to it.

[00:48] We can add audio, we can add video.

[00:51] If you want to play an audio in English,

[00:55] then you can add this answer.

[00:57] Let's move to chat GPT.

[00:58] You will get to see such things there.

[01:00] We explore this chat bot.

[01:02] I will show you how to sign up.

[01:04] How to make a basic bot

[01:06] and then if you want to make an advanced bot on your knowledge base

[01:10] how will you make it

[01:11] let's go to the computer screen

[01:12] let's get started

[01:13] so guys as you can see I have come to my computer screen

[01:16] and I have given a link in the description

[01:18] by clicking on it you will reach here

[01:20] and botpress.com will open

[01:22] you can make a chatbot by using this let's say you have your own data,

[01:27] you have a knowledge base, you have a lot of data, you have proprietary data, you can't always give that data to chatgpt and ask the question answer,

[01:34] I'll tell you why, let's talk about a website, ndtv.com, I will tell you about ndtv.com, if you have heard about NDTV, then you must know, if I have written here

[01:46] site NDTV.com, you are seeing how many results have come here, you will never want to give

[01:52] the data of so many web pages after storing it, you will not want to give it to chargeGPT,

[01:57] why you will not want to give, because if you give data like this, then it will take a lot of time,

[02:02] plus there are limits of chargeGPT, there are limits of your tokens, it will never take your data completely.

[02:06] So what you have to do is that you can train a bot on botpress, you can say that put NDTV.com in my knowledge base.

[02:13] And NDTV.com will be put in your knowledge base, then you can ask questions, if the answer to your question is not given, then you can configure your bot like this.

[02:21] If the answer to the question is not there, ask chargegbd, chatgbd will tell you.

[02:26] So let's continue with Google, let's sign up.

[02:28] And the signup process is very straightforward, let's continue with Google.

[02:32] If you want, you can continue with GitHub, I will continue with GitHub too, okay.

[02:36] Just so that it becomes easy, and here I will authorize Botpress,

[02:39] you will be redirected to app.botpress.cloud, and these are all your bots which you can make by clicking, all the bots you will make

[02:46] will be shown here, but I will click on plus here and make a new bot

[02:49] and after clicking on plus, I will start editing my bot

[02:54] I will make the first bot and I will recommend you to make this bot

[03:00] Learn Botpress, with this you will get to learn botpress

[03:03] if you click on use template, then WordPress will teach you how to use WordPress.

[03:08] So I have clicked on use template and finally I have come here, I also don't want to play with this bot, I will close it and if I want I can rename my bot, I will make a new bot.

[03:19] Now I can make a bot by using any template, so here I will on edit And after this, my other two templates will also be unlocked

[03:26] The first board you have to make

[03:28] You have to make this one, the one with the pod press

[03:30] You both will not be able to make this

[03:32] Because the pod press wants you to learn first and then make the board

[03:34] So I can start from scratch now

[03:36] By the way, they have a lot of templates available

[03:38] Like you want to make a messenger board

[03:40] I click on use template

[03:42] Like you want to make a messenger board

[03:44] Or let's say you want to make a bot related to Instagram, you can do all those things, but in this video I will tell you the basics and I will make a very useful bot for you, listen to the use case, what is the use case, the use case is that I have a website ndtv.com from which I read the news, you may read from someone else, there are many, there is Times of India, there is Republic Republic, and many more news channels.

[04:06] If you want to see the basic news, you can go to a website.

[04:12] And once you go to that website, you have one option that you read all the news.

[04:19] Definitely, I am not telling you any replacement for that.

[04:21] Let's say I want to know how much money did the movie earn?

[04:24] I can't tell you the chat. Let us say I want to know that how much money has the movie earned.

[04:25] I can't tell you the chat gpt because it is news. So I have to ask NDTV in a way.

[04:30] I have to train on NDTV and I don't want to take so much hassle. Who will take so much time to train on NDTV chatbot by writing code.

[04:37] So now come to the botpress. What you do here is start and see here i am zooming you can scroll and zoom and pan like this

[04:46] now see here it is written this bot is empty please add

[04:49] knowledge in the default knowledge base

[04:52] and cards in the node, so what i will do is delete this node

[04:55] and click on delete and confirm

[04:58] now there is a start point and an end point

[05:01] listen carefully, now right click on standard node

[05:04] add a new card

[05:06] after adding the card, I will choose

[05:08] raw input, so you guys write raw here

[05:10] and select raw input

[05:12] and you can see here that I have selected raw input

[05:14] so as soon as I have selected raw input

[05:16] I will say start

[05:18] then after that raw input

[05:20] will give the user, that means user will give any answer

[05:22] I will ask the user, what do you want

[05:24] what do you want to

[05:26] ask and after that

[05:28] i will give the output here

[05:30] so here i will

[05:32] start this bot

[05:34] here you can click on new conversation

[05:36] and i will ask

[05:38] hey how are you

[05:40] i have asked a basic question

[05:42] it will not be able to answer

[05:44] what do you want to ask, I have

[05:45] Maybe here in the question, what do you want, I have done a little spacing wrong, let's fix it, now ask me what do you want to ask, I will say how are you, okay, and it will end after this, nothing happened, okay, in total, the thing is that the time is over, your bot has not done anything, so if you want your bot to do something then click on raw input and you can see this

[06:05] click on card and check enable knowledge answering

[06:09] this will enable you to add a knowledge base

[06:12] so i will add a knowledge base here

[06:14] for this i will click on default knowledge base

[06:18] and if you want you can add a new knowledge base

[06:20] so i will click on knowledge base

[06:22] and if you want you can add things in this default knowledge base

[06:25] or you can make a new knowledge base by clicking on this book

[06:28] so you can create and delete knowledge base as much as you want

[06:31] I will use this default knowledge base only

[06:33] I will do one thing, I will make a new knowledge base

[06:35] I will keep it's name as Harry, ok this is the data given by Harry

[06:38] what all you can add in knowledge base

[06:40] you can add web pages, web search, you can add text documents

[06:44] so I can do one thing here, I go to documents,

[06:48] I will add a document, here I can drag any kind of PDF, HTML, TXT.

[06:53] I have a file called Jod.txt, I will show you what this file is,

[06:57] I will open it and show you, I will select it,

[06:59] in Jod.txt I have written,

[07:01] Jawans music was given by Harry's father who is a very nice person.

[07:05] His favorite fruit is watermelon.

[07:07] I have written a very random thing, okay.

[07:09] And I will close it and I will confirm it.

[07:11] This document, jod.txt will be uploaded.

[07:14] Remember, Harry's father's favorite fruit is watermelon, okay.

[07:18] So I have written here.

[07:19] Then I will click on knowledge base.

[07:20] I can add text documents, documents, many things here, okay. So I can click on add base, I can add text document, documents I can add many things, so I will click on add document

[07:26] I can add anything here, or I can do one more thing

[07:29] I can delete this knowledge source

[07:32] I can disable it and delete it, disable means

[07:35] Temporarily if I want to disable it

[07:38] I will click on plus knowledge base and click on text document

[07:41] I can type here, Harry's best

[07:44] Friend is Rohan

[07:46] ok, let's say I wrote this

[07:48] after writing this

[07:50] what I will do is

[07:52] this data is my knowledge base

[07:56] now I will show you one thing

[07:58] I will go to bot again

[08:00] I will start a new conversation and ask

[08:02] who is Harry's best friend?

[08:05] A very simple question from my knowledge base

[08:08] Let's see if he can answer it or not

[08:10] And here he told me that Harry's best friend is Rohan

[08:13] He also told me where he came from

[08:14] See 1 is written

[08:16] He said that in the rich text you gave me

[08:19] It is written that Harry's best friend is Rohan

[08:21] Okay, so we have done all these things

[08:24] Now what I am going to do is a very amazing thing.

[08:26] I will show you one thing, just

[08:28] to make you check that he is not able to tell this thing.

[08:30] If you write here

[08:32] How much did

[08:34] Jawan earn?

[08:36] I asked a very

[08:38] basic question that how much money did Jawan earn?

[08:40] Now, he will not be able to tell.

[08:42] He will say that no valid answer found.

[08:44] The knowledge base you have given, related to this, so now what will he do, he will end it, but now I will show you that if I come to my knowledge base, which is hairy, add from url and here i will write https://www.ndtv.com

[09:06] and i have confirmed it and you can see here

[09:09] that it has been indexed, now see i have

[09:12] copied this news article and put it here, ok

[09:15] and it has been indexed, i will close it here

[09:18] and now you can see i will ask here that

[09:21] i will come to main and see here which question

[09:24] has been answered as a producer who is producer of jawan

[09:31] so I wrote here who is producer of jawan

[09:34] and you guys see here that as soon as I write who is producer of jawan

[09:38] and it came here that producer of movie jawan is shahrukh khan

[09:40] you see here that he got knowledge from here

[09:44] so in this way you can add multiple pages you can see here, from here, from this one, he got the knowledge

[09:50] like ndtv.com is very enormous, you can add specific pages and they will be parsed

[09:55] in your knowledge base, so if I add the whole domain, then he has parsed only a few pages

[09:59] which is shown here, it is not possible to parse all the pages because there are millions of pages

[10:03] but again, you can give the link of whatever you want and you can pass it

[10:08] and here you can add as many pages as you want

[10:10] if you have any information in pieces

[10:14] what I mean to say is that

[10:16] if you have any information in a document

[10:18] you can hold your business documents

[10:20] and ask questions about your business

[10:22] and it will tell you how to analyze

[10:24] so assume you have any data related about your business, he will tell you how to analyze

[10:25] so assume you have some data related to your business, even if it is a small business

[10:30] or a small shop, ask him about it and ask him questions

[10:34] that how can I improve, which products should I sell, how can I expand my business

[10:40] sky is the limit, so this is what happened here, thing now suppose he didn't get any answer

[10:45] suppose i ask him

[10:47] how did planet earth

[10:50] came into existence

[10:53] i asked him

[10:55] he won't be able to answer

[10:56] because he doesn't have any knowledge

[10:57] see no valid answer found

[10:59] so if i want to

[11:00] tell chat gpt

[11:02] so what i will do

[11:03] i will add a new standard node

[11:04] understand it step by step

[11:06] I will add a card and here I will write

[11:09] AI and AI generated text

[11:12] I have written AI generated text

[11:15] I will write another card

[11:18] and this AI generated text

[11:21] I will add a simple text

[11:24] I will add a simple text after this generated text

[11:25] So I will add a text here

[11:27] And after this what I will do is

[11:30] The input of this will come here

[11:33] I will link this card with this and I will link this card with this

[11:36] Okay from the end

[11:37] So it will come here

[11:38] Standard input will be found in the knowledge base first

[11:40] If not found in the knowledge base, then it will come here

[11:43] And this standard 2

[11:45] both are red because I have to give prompt

[11:48] now see when raw input is here

[11:51] understand my point carefully

[11:53] when raw input is here

[11:54] whatever user will input you can store it in a variable

[11:58] so I will store it in a variable

[11:59] I will name it as Harry input

[12:01] and I will create this variable

[12:03] this is saved in Harry input now I will create this variable this is saved in Harry input

[12:06] now I will say that my AI generated text

[12:08] will take

[12:10] Harry input

[12:12] as an input

[12:14] and what will output do

[12:16] I will say that the output will be

[12:18] named as Harry output

[12:20] ok I have created a variable

[12:22] so it will save the output in Harry output

[12:24] and this text which is message to send, which the bot will say

[12:28] what will that be? Harry output, so I have selected Harry output

[12:32] and that's it, now let's see, I will ask him how did planet earth came into existence

[12:39] let's start a new conversation and ask him the same question

[12:41] so I asked him this question, first of all he will search in knowledge base

[12:46] and in fact he won't get it

[12:48] in knowledge base

[12:50] and after this

[12:52] as soon as he won't get it in knowledge base

[12:54] he will move ahead

[12:56] and in AI generated text

[12:58] he will go to the Harry input

[13:00] so i guess i have just started

[13:02] first i should start the conversation with a hi

[13:04] after that we can ask him this kind of questions I guess I have just started First I should start the conversation with a hi

[13:05] After that we can ask questions like this

[13:08] Now AI task is run and you can see that AI will tell us about it

[13:11] Let's wait

[13:14] And see this

[13:17] Origin of planet earth is a fascinating subject that has intrigued scientists and philosophers for centuries

[13:20] It has told me the whole thing

[13:23] Means AI is also connected to it

[13:26] so here he told me the summary

[13:28] that this is how your work is done

[13:30] so i will auto close it

[13:32] and you can ask

[13:34] any number of questions

[13:36] and your work will be done

[13:38] now listen to me carefully

[13:40] what is the problem in this bot, it is a very good bot

[13:42] there is no problem, if i want i can

[13:44] also put an audio here

[13:46] suppose i want to play a music or i record an audio

[13:49] and upload it here, infact i will do one thing

[13:52] i will add a card, here audio

[13:55] and in audio i will drag an audio file, it will be named

[13:58] AI

[14:01] AI, initializing AI

[14:04] let's ask AI, initializing AI, let's ask AI, ok

[14:05] text to mp3 on youtube, sorry on google, may be i will get a tool

[14:11] in which i can write let's ask AI, may be i will get its mp3

[14:15] can i download it as an mp3, yes i can

[14:18] now what i will do is, i will drag it here, you see how i will drag it

[14:22] it will be uploaded mp3 and let's ask AI

[14:26] and now let's see

[14:29] if I ask anything, let's say I ask him

[14:32] How did planet earth came into existence?

[14:35] Will he play or not? We will see now, okay?

[14:38] So he doesn't know the answer to this question, okay?

[14:41] He said what do you want to ask? I started the conversation

[14:44] Then what do you want to ask, I started the conversation then what do you want to ask, it said

[14:45] how did planet earth came into existence

[14:48] no, it didn't

[14:50] see this, let's ask AI

[14:53] so if I had kept this earlier, let's ask AI would have been played earlier

[14:56] so I can send this kind of audio

[14:59] I can send audio here

[15:01] which is a very good feature

[15:03] so you can do this kind of work with the help of botpress

[15:06] Now the problem I told you that there is a problem with this bot

[15:09] And we will solve it and that is

[15:12] When there is something in my knowledge base, like I ask

[15:15] Who is Jawan's producer

[15:18] So he will also ask this from AI, that is once

[15:21] I have actually started my conversation, I should write high

[15:24] And when he asks what do you want to ask, then I should write.

[15:27] So, you see, who is Jawan's producer, if I write, so he told me that Audley is the producer of movie Jawan, and where did he pick it from, he picked it from here,

[15:38] and let's ask AI, and Jawan's producer is Dilrau, this is what AI told me so I don't want AI to tell me, I don't want this

[15:46] I want in fact that

[15:48] I will delete this link

[15:51] I will say that if my knowledge base can't tell me

[15:54] then AI should tell me, you understand? there is a difference

[15:56] so I will make a new standard note here, I will add card

[16:00] and I will write expression here

[16:02] and I will remove always from this expression

[16:04] okay, I don't want to keep it always true and i will write expression here and i will remove always from this expression

[16:06] i don't want to keep always true

[16:09] i will delete this and i will write

[16:12] turn, turn is an object

[16:15] and i will write here .knowledge agent

[16:18] .responded, it means

[16:21] that did the knowledge agent respond or not

[16:24] if it didn't, I have put a note that if not, then what to do

[16:29] then come here, then come here

[16:31] otherwise what to do, otherwise end it

[16:35] so you see here that it will go on this card

[16:37] and it is written here because it is not connected to another node

[16:41] ok so here we will connect this to end,

[16:47] let me cut this, actually there are two things, one is that

[16:51] with whom you want to connect this and then if it is not resolved then what you want to do,

[16:56] okay, so let me zoom out this, I will zoom out slowly and I will connect this thing from here,

[17:03] okay, now you see, now I will start the conversation again, I will say hi,

[17:08] first I will write hi and then I will write

[17:12] how did planet earth came into existence, now AI will tell you but if I ask

[17:16] who is Jawan's producer, okay, and

[17:20] I will enter and

[17:24] actually Jawan's producer is both Otli and SRK.

[17:27] So, sometimes Otli is telling and sometimes SRK is telling.

[17:29] So, don't get confused.

[17:30] Therefore, I don't have...

[17:31] So, you can see Otli is the director of movie Jawan.

[17:33] Praise Charu Khan is a serious producer.

[17:35] However, there is no specific mention.

[17:38] So, it told me that the answer came from knowledge base.

[17:40] And this time, AI has no role.

[17:43] But AI did nothing.

[17:44] Which is a sign that this card is working for us

[17:47] now if I ask him about planet earth, how did planet earth came into existence

[17:52] suppose I ask him

[17:54] and this conversation started and what do you want to ask

[17:58] now I will say how did planet earth came into existence

[18:02] and now you see

[18:04] now he is going to AI, no you will see now it is going to AI

[18:06] no valid answer found

[18:08] and

[18:10] you can use many more cards

[18:12] you can make a complex bot

[18:14] but this is a very basic one

[18:16] you can train it on your knowledge base

[18:18] you can use it for free

[18:20] which is the best thing

[18:22] about wordpress

[18:24] you have to try it out and wordpress you should try it out

[18:26] and as soon as you try it out you will know about its powers

[18:29] and their documentation is very good

[18:32] as i told you i was able to read the documentation

[18:35] for an hour, less than an hour in fact

[18:38] i read it in few minutes, enjoyed the documentation

[18:41] and after that i was able to do all this

[18:44] if you want to use this in detail you should be able to

[18:46] read the documentation

[18:48] or wordpress

[18:50] docs and you can see here

[18:52] that you can read the documentation

[18:54] of wordpress and

[18:56] you can use this bot very well

[18:58] now I will publish this

[19:00] and tell you about the bot, I will click on publish

[19:02] so that I can publish this bot

[19:04] and it is publishing

[19:06] let's wait

[19:08] waiting for it to publish

[19:10] and here it is

[19:12] published successfully

[19:14] now I will click on share

[19:16] I can share my bot

[19:18] and you can see my bot is here

[19:20] vr powered by botpress

[19:22] I will write here hey

[19:24] and I wrote here

[19:26] Now it looks like a real chatbot

[19:29] And it is thinking

[19:32] And finally it is asking

[19:36] Who is the director of Jawan?

[19:42] I asked him who is the director of Jawan movie

[19:45] and because I have given him this webpage, he knows who is the director

[19:51] the director of movie Jawan is Otli, wow amazing

[19:54] now I ask him how did planet earth came into existence

[20:01] let's wait for its answer

[20:10] What do you want to ask? It started again because we had ended it, so I will ask it again

[20:13] How did planet earth came into existence?

[20:16] and after this you will see

[20:18] that it will tell you that this is how planet earth came into existence

[20:21] and this audio

[20:24] Let's ask AI

[20:26] so this way you can

[20:28] make your own bot and publish it

[20:30] and give it to your users

[20:32] so that they can use it

[20:34] you can embed this bot on any website

[20:36] so that on your existing website

[20:38] these bots can chat with users

[20:40] I hope you enjoyed

[20:42] making this AI chatbot

[20:44] and you can explore other things on it

[20:46] now a question you might have is that why are you ending the conversation

[20:50] I can keep it here again without ending it

[20:52] and if there is any specific thing that I feel that the user's query has been answered then I will end it

[20:56] but you explore all these things, I am ending the conversation after a question

[21:00] so that should actually not concern you

[21:03] and make such good bots like this

[21:06] and if you make a good bot, let me know in the description

[21:09] I would love to interact with your bot

[21:12] Thank you so much for watching guys!

⚡ Saved you time reading this? Transcribe any YouTube video for free — no signup needed.