Add Knowledge
Website
There are three ways to add your entire website to your chatbot’s knowledge base:
- Add each URL individually
- Add your website’s domain with a wildcard
- Add your website’s sitemap
Add Each URL Individually
- Click on the Knowledge tab.
- Enter each URL of your website individually, one by one.
- Click Add Url + to add multiple URLs.
- Click Fetch to fetch the URLs
- Once all URLs have been successfully fetched and are in the staging area, click the Train Chatbot button. This will crawl each URL then train the chatbot on the content of each URL.
Add Each URL Individually
- Click on the Knowledge tab.
- Enter each URL of your website individually, one by one.
- Click Add Url + to add multiple URLs.
- Click Fetch to fetch the URLs
- Once all URLs have been successfully fetched and are in the staging area, click the Train Chatbot button. This will crawl each URL then train the chatbot on the content of each URL.
Add Domain with Wildcard
- Click on the Knowledge tab.
- Enter your website’s domain followed by
/*
. For example:https://domain.com/*
- This will add all subpages of your website to your chatbot’s knowledge base.
Tip: You can also use the /*
wildcard to add subpages of a specific section of your website. For example: https://domain.com/docs/*
would add all subpages of your documentation section.
Add Website Sitemap
- Click on the Knowledge tab.
- Enter the URL of your website’s sitemap. Typically, this is located at
https://domain.com/sitemap.xml
. - Our system will automatically crawl your website and add all pages to your chatbot’s knowledge base.
Once you’ve added your website’s content, our system will process the data and make it available to your chatbot. Your chatbot will then be able to respond accurately to user queries based on your website’s content.