QueryBot is a simple, lightweight AI chatbot designed to answer questions using over 2000 predefined questions and answers. It uses pattern-matching techniques to provide accurate responses to user queries. QueryBot is designed for developers, educators, and anyone looking to integrate a basic AI-powered Q&A system into their projects.
1QueryBot/
2├── index.html # Main HTML interface
3├── app.js # Core JavaScript logic for the chatbot
4└── README.md # Documentation