Tier-1 support
FAQ, order tracking, ticket status.
A chatbot is a system that converses with a user in text or voice to answer, guide, or perform an action. It may be rule-based, NLU-based, or powered by a large language model. The NIST AI RMF and OWASP LLM Top 10 stress that a public-facing bot must manage risk, hallucinations, and prompt injection.
In one sentence
A chatbot automates conversation to help, qualify, or route users.
Key points
Term at a glance
Early bots followed decision trees. NLU platforms (e.g. Dialogflow) added intents and entities. LLMs enable more flexible answers at the cost of harder control.
A chatbot is not “AI” by magic: without a fresh knowledge base, tools (APIs), and refusal policies, it invents or blocks.
For an SME, the winning case is often FAQ + booking + lead qualification, with handoff to a human.
Top 10 real support/sales requests.
Validated FAQ, CRM, calendar—not only generated text.
Control prompts, filter PII, log, limit sensitive actions.
Resolution rate, abandonment, CSAT, review failed chats.
A dental clinic in Laval deploys a site bot: emergencies vs planned care, available slots, document reminders. Complex cases escalate to reception. In two months, 35% of after-hours bookings go through the bot, without raising triage errors thanks to strict symptom rules.
FAQ, order tracking, ticket status.
Budget, need, urgency before an advisor.
Slots and automatic reminders.
HR, IT, procedures for employees.
| Chatbot | Generative LLM chatbot | |
|---|---|---|
| Flexibility | Low outside scripts | High across phrasings |
| Control | Strong and predictable | Needs guardrails |
| Maintenance | Trees to update | Prompts, RAG, evals |
| Risk | Missing answers | Fabrications / leaks |
Support and leads do not wait for office hours. A well-bounded bot cuts repetitive load and captures after-hours demand—without pretending to replace experts on high-risk topics.
No. Many FAQs are better with controlled flows + document search.
Ground answers (RAG), ban out-of-scope topics, test with evaluation sets.
It absorbs the repetitive; complex and relational cases stay human.
Inform users, minimize data, secure logs, define retention.
Want a bot that actually resolves requests? We frame intents, sources, and guardrails for your service.
Design your chatbot