You've probably met that chatbot: you ask if a shirt is in stock, it confidently says yes, then the shop says they don't even sell that shirt. This is called hallucination — an AI confidently inventing an answer it doesn't actually know.
A plain AI chatbot is a language engine, not a business database. It has read millions of web pages, so when you ask "how much is delivery to Khulna?", it produces something that sounds like an answer — a plausible pattern — even though it has never seen your delivery chart. It isn't lying; it's completing sentences. With prices and policies, that's dangerous.
Lovely is built the opposite way. The AI never answers from its general memory about your business. Before every reply, the system:
Before your bot ever talks to a real customer, you test it in the dashboard's Playground tab. Ask it your customers' actual questions. If it answers wrong, that usually means the knowledge base is missing that fact — you add it, and the bot is corrected for every future customer. Wrong answer → fix the knowledge, not the bot.
The bot is like your best-informed employee who only speaks when they're sure, and hands off when they're not. That's what makes it safe enough to leave answering your page at 1am — and why the customers you gain from instant replies don't turn into refund requests.