Skip to content

Glossary

TermDefinition
AssistantConfigured AI agent: prompt, model, knowledge bases, tools
Knowledge base (KB)Indexed collection of documents for semantic search
ToolIntegration that calls an external API or MCP server
API Request toolTool type that makes HTTP requests (GET, POST, etc.)
MCP toolTool type using Model Context Protocol
DeploymentPublished instance of an assistant (widget, API, etc.)
WidgetEmbeddable chat UI on your website
CredentialStored auth for tools (Bearer, API key, OAuth, HMAC)
CitationReference to source document in an answer
Agent BuilderDashboard AI that configures resources via chat
Rich contentCards/carousels rendered in chat from tool results
Allowed domainsList of websites permitted to load your widget
RAGRetrieval-augmented generation — search docs at answer time
Status notificationUser-facing message during tool run
Strict paramsTool rejects calls with missing or invalid parameters
RRFReciprocal Rank Fusion — merges semantic and keyword search
QdrantVector database used for document embeddings
JWT verificationOptional deployment setting to verify logged-in users
Auto-retrainStandard+ plan feature to re-index when documents change
BYOKBring-your-own-key — Enterprise uses your LLM provider keys
Intent AnalyzerThree-brain stage that classifies visitor intent and required data
Query StrategistThree-brain stage that chooses RAG, tools, hybrid, or direct reply
Response SynthesizerThree-brain stage that writes the final answer with citations
SnapshotImmutable copy of a document when it is added to a knowledge base
ClassificationDocument/KB sensitivity: public, internal, confidential, restricted
OrganizationIsolated multi-tenant workspace for users, KBs, assistants, and tools
InteractorVisitor, user, or system that sends messages to an assistant
Hybrid searchDense (semantic) + keyword retrieval merged with RRF
result_transformDeclarative mapping from tool JSON to rich chat cards