WotNot Help Center
Create a ticketBook a demoProduct
  • 👋Welcome!
  • 🏁Getting Started
    • Building a chatbot
    • Testing a chatbot
    • Publishing your bot
      • Web
        • Embed chatbots on website
      • WhatsApp
        • Meta
        • 360Dialog
        • Twilio
        • GupShup
        • TechAlpha
      • Instagram
      • Facebook Messenger
      • SMS
      • Mobile app
      • API
    • Utility Tools
    • Contacts
      • Scheduling a Contact Report
      • Exporting a Contact List
      • Blocking contacts
    • Chatbot Appearance
      • Custom CSS
      • Image dimensions
      • Pop-up messages
  • ⚒️Bot builder
    • Action blocks
      • Trigger
      • Send message
      • Collect input
      • Buttons
      • Reply buttons
      • Carousel
      • Agent
      • Answer AI
      • Set AI
      • Send an email
      • List
      • Condition
      • Talk to human
      • Dynamic data
      • Javascript
      • Collect file
      • Form
      • Webhook
      • Flow
      • Jump
      • Options
      • Calendar
      • Delay
      • Codeblock
      • Slider
      • Image gallery
      • Send WhatsApp
      • Send SMS
      • Send Email
      • Send Status
      • WhatsApp flow
      • Catalogue
    • Outbound bots
      • Building One Off Campaign
      • Building Ongoing Campaign
    • Variables
    • Cloning bots
    • Requesting edit access
    • Connecting action blocks
    • Creating a loop
  • ✨AI Studio
    • Building a GPT chatbot
    • Knowledge base
    • Custom Answers
    • Functions
    • Prompts
    • AI credits
    • Refresh frequency
  • 💬Live Chat
    • Overview
    • Building a bot with live chat
    • Creating views
    • Adding labels
    • Saved replies
    • Settings
  • 🔗Integrations
    • Overview
    • HTTP request
    • Ready integrations
      • Google Calendar
      • Google Sheets
      • Google Analytics
        • Using Javascript
      • Salesforce
      • HubSpot
      • Calendly
      • Slack
      • Airtable
      • Zendesk
      • Freshdesk
      • DialogFlow
      • Zoho CRM
    • Events
    • Zapier
    • Public APIs
  • 💬WhatsApp Business API
    • Getting a WhatsApp API
      • Getting WhatsApp API (Old approach)
      • Sandbox WhatsApp API
    • Facebook Business Manager (FBM) Verification
    • Creating a WhatsApp Template
    • Cost
    • Messaging Limits, Quality Rating
    • Official Business Account (Green tick verification)
  • 📊Reporting
    • Overview
    • Chatbot Report
    • Agent Report
    • Outbound Report
    • AI Report
    • Link analytics
    • Weekly email report
  • 🛠️Troubleshooting
    • Getting notification for leads
    • JS functions to trigger chat widget
    • Opt-out management
    • Setting up link tracking
    • How do I hard refresh my browser?
    • Cookies
    • Notifications
    • Tracking Facebook Pixel
    • Setting up SSO login
    • Inviting teammates
    • Teams
  • 🧑‍💻Support
    • Creating a ticket
    • Book a demo
    • Purchasing a subscription
    • Cancelling a subscription
    • Refund policy
    • Reset password
    • Deleting account
Powered by GitBook
On this page
  • URL
  • Advanced crawling criterias
  • Refreshing domain
  • File
  • Text
  • Chunks

Was this helpful?

  1. AI Studio

Knowledge base

Source of information used by AI to answer your questions.

PreviousBuilding a GPT chatbotNextCustom Answers

Last updated 3 months ago

Was this helpful?

To use AI to generate answers, you need to first build a knowledge base with the information you want the answer from.

A knowledge base is nothing but a collection of data sources. Think of it as chapters in a book, the more chapters the more information it has.

A data source can be one of three types:

  • URL

  • File

  • Text

URL

You can add content using a domain or a set of web pages.

When using a domain, you simply enter the domain address or sitemap address, and our system will automatically import all URL(s) of that domain.

Supported types:

As good practice, it is always better to delete the URLs that are not needed to avoid wrong or incorrect answers from the bot. Because, the more junk you add, the more confused the AI gets.

When using webpages, you explicitly list down the exact URL(s) you want to import content from.

Advanced crawling criterias

Crawling of a website happens real quick, if you find no content being crawled try adding the following configurations:

  • wait time - delay in crawling until your page loads.

  • wait CSS - delay in crawling until a CSS selector is loaded.

  • Execute Javascripts - to prevent any unwanted popups to be crawled instead of the actual webpage content.

Refreshing domain

If you have trained your knowledge base with a domain, you can choose or change the refresh frequency by clicking on the 'Domain(s)' button.

Changing the frequency will apply to all child URL(s) which are fetched from this domain. However, changing child frequency manually, will not impact the parent domain.

File

You can add content by uploading a set of documents to your knowledge base.

Upload one or files and click 'Train' to start training your knowledge base with the contents of those files.

Supported file types:

  • csv

  • xlsx

  • txt

  • pdf

  • doc

  • docx

Max file size supported is 5 MB.

Text

You can also directly add the information as content to the knowledge base.

By choosing this data source method, you can copy-paste the content you want to add.

A maximum of 2,500 characters is allowed.

Chunks

Clicking on a data source displays all the details of that data source i.e. when was it added, its refresh rate etc.

“Chunks” are a way to handle large pieces of information by breaking them down into smaller, manageable parts.

When are chunks used?

Chunks are used when the system needs to obtain specific information from the knowledge base to optimize the response generated.

When a user asks a question, here's what happens:

  1. The system retrieves relevant chunks from the knowledge base that may contain the answer.

  2. These chunks, along with prompts, are sent to OpenAI.

  3. OpenAI generates a response using the provided chunks.

  4. The response is then displayed to the user.

Domain i.e.

Sitemap i.e.

Refer to plan details at to know the maximum number of data sources that can be added to a knowledge base.

Refer to your plan details at to know the maximum number of URL(s) that can be fetched.

✨
https://wotnot.io
https://wotnot.io/sitemap.xml
www.wotnot.io/pricing
www.wotnot.io/pricing
Advanced crawling criterias