Glossary

Brief explanations of terms you'll encounter in the HaveAI documentation and panel. Grouped by topic rather than alphabetically.

Assistant
The AI that chats with your customers, trained on your data.
Knowledge Base
Where all the content the assistant 'knows' (FAQs, products, documents, web content) is collected.
RAG
Retrieval-Augmented Generation. The assistant searches your knowledge base before generating an answer and grounds it in the content found.
Embedding
A numeric vector representing the meaning of a text. The foundation of semantic search.
Semantic Search
Search based on meaning similarity, not just keyword matching.
Session
A single uninterrupted conversation with a customer.
Customer
A person who contacts your assistant; saved along with their info and conversation history.
Handoff
The transfer of a conversation from the AI to a real human agent.
Channel
Where the assistant meets customers: web widget, Telegram, WhatsApp, Instagram, Slack.
Widget
The live chat component added to your website that opens in the corner.
Knowledge Gap
Automatically detected questions the assistant couldn't answer well due to insufficient knowledge.
Intake / Welcome Questions
Information collected from the customer before the chat starts (name, email, etc.).
Sentiment Analysis
Measuring the emotional tone (positive/neutral/negative) of customer messages.
Automation
Trigger-based rules that work on 'when this happens, do that' logic.
Template
Ready-made text saved for human agents to reply quickly.
API Key
The credential, prefixed hv_live_sk_ / hv_test_sk_, used to connect HaveAI to your own software.
Scope
A permission that determines which operations an API key can perform.
Webhook
A mechanism that sends an automatic notification to an address you define when an event occurs.
PII
Personally Identifiable Information (ID, phone, card number, etc.). HaveAI can detect and mask it.
2FA
Two-Factor Authentication. A second login security layer on top of the password.
TOTP
Time-based one-time password. The 6-digit code produced by authenticator apps.
DPA
Data Processing Agreement. The agreement governing how personal data is processed.

More

Was this page helpful?