Skip to content

Glossary

One-line reminders of the terms used throughout these manuals.

One-line reminders of the terms used throughout these manuals. For the full story with examples, read the AI concepts primer.

TermIn plain termsIn BC terms
Agent (Smart Agent)A configured AI assistant users chat with to get work done in BC.Everything that defines one assistant, gathered on one card.
AI model / LLMThe large language model that reads the message and writes the reply.The "brain" the agent thinks with.
Model tierA named quality/cost level of model (Fast, Smart, Expert, Premium).Higher = better reasoning, more credits per message.
Credit multiplierHow many credits a tier burns relative to the baseline.How much more a higher tier costs per message.
TokenThe chunk of text (~¾ word) LLMs read and write; usage is measured in tokens.The unit usage is counted in.
CreditWhat you spend per message; tokens × tier multiplier.A balance you draw down as agents work.
Prepaid / SubscriptionThe two billing modes: buy credits up front (Stripe) vs metered through Microsoft.Prepay balance vs monthly metered invoice.
InstructionsThe agent's always-on standing orders, read before every message. Also called the system prompt.Default rules baked into a posting group or layout.
CapabilityA coarse on/off gate: BC Data Access, Knowledge Base, Web Search, Image Analysis.Top-level toggles on a permission set.
ToolA specific action exposed to the agent — one API page, table, report, or web service it can call.A single object permission line.
Tool calling / function callingThe agent deciding mid-conversation to run a tool, then using the result.Drilling into a related table to get an answer.
Tool configurationA reusable bundle of tools with read/write permissions.A permission set, but for the AI.
Allow Create / Modify / DeletePer-tool write permission: Not Allowed / Allowed / On Confirmation.Permission set R/I/M/D flags, plus an approval option.
On ConfirmationThe agent proposes a write; a human must approve before it commits.An approval workflow step.
Usage descriptionA sentence telling the AI when to use a tool.A field tooltip — guidance on when it applies.
Field rules / Tool Field DefaultsHide, force, or pre-fill a tool's fields for the agent.Field defaults on a template/config.
Parent-Child Field LinksCopy a key from a header tool to a line tool.Document No. flowing from header to lines.
Autonomy levelHow often the agent asks before acting: Low / Medium / High / Autonomous.How many approval steps before posting.
Knowledge baseDocuments you upload that the agent can read and quote.Reference attachments the agent actually reads.
RAG (retrieval-augmented generation)The behind-the-scenes way the app feeds relevant file passages to the model.Auto-pulling the right reference doc into the answer.
Knowledge fileOne uploaded document in the knowledge base.One attached reference document.
Thread memoryA per-conversation scratchpad: goal, plan, verified data, decisions, errors.A work-in-progress journal, cleared when the chat ends.
SessionOne conversation thread between a user and an agent.A single document/journal you're working in.
Output type (Chat / JSON)Reply in natural language vs structured machine-readable data.A printed report vs an API payload.
JSON schemaThe structure a JSON-output agent must return.A fixed report dataset definition.
ChannelWhere users meet the agent: BC, Teams, or email.Output method: screen / print / email / EDI.
Published / PublishMaking an agent available on a channel.Publishing a web service or report.
Email channelThe agent monitors a mailbox on a schedule and auto-replies.A recurring Job Queue task.
Suggested promptsStarter questions shown at the top of a new chat.Quick-launch tiles on a Role Center.
DepartmentA grouping label that organises agents in the chat sidebar.Dimensions/grouping on a list.
Authorized usersThe users allowed to use an agent when it isn't open to all.The users in a permission/user group.
Test caseA saved conversation with an expected outcome.A regression test scenario.
Test runA replay of test cases, graded Pass / Partial / Fail.Running the test suite after an upgrade.
LLM as judgeUsing an AI model to grade whether a test passed.An automated reviewer scoring the result.
BenchmarkComparing models/configs against the same tasks.A side-by-side performance comparison.
BackendThe QUALIA-hosted service that runs the models and provisions agents.An external service endpoint BC calls.
Provision / ActivateRegistering the agent on the backend so it can be used.Releasing a document so it can be processed.
TenantOne Business Central customer environment.The environment/company boundary.
Share / Incoming shareGiving another tenant access to your agent / receiving one.Distributing a configuration package.

See also: AI concepts primer · documentation home.