Skip to main content
The Glossary feature systematically manages domain-specific terms, abbreviations, and business rules used within your organization. It enables AI to accurately understand company-specific terminology and provide consistent answers.

What is a Glossary?

A glossary stores domain-specific terms and their definitions, and the system references them automatically during AI conversations.
Glossary detail

Why You Need a Glossary

ProblemAfter Using a Glossary
”What’s MRR?” → AI doesn’t know”MRR is Monthly Recurring Revenue”
Different teams use different termsStandardized terms and definitions
New employee onboarding is hardInstant term lookup
Inconsistent AI answersConsistent answers based on defined terms

Key Features

FeatureDescription
Term definitionClear definitions and usage examples
Synonym supportMultiple expressions linked to a single term
Category classificationGroup terms by domain for organized management
DB value extractionAuto-convert DB column values into terms
Auto searchAI auto-references related terms when asked
Search engine syncIndex terms in the search engine for fast lookup

Glossary List

In Workspace > Glossary, view all glossaries. The list shows name, description, author, and modified date.
Glossary list

Creating a Glossary

1

Create a new glossary

In Workspace > Glossary, click the + button at the top-right.
Glossary creation form
FieldDescriptionExample
NameGlossary name”Marketing Glossary”
DescriptionGlossary description”Marketing team terminology and KPI definitions”
2

Set access permissions

Set the sharing scope for the glossary.
OptionDescription
PublicAvailable to all users
PrivateAvailable only to selected groups or organizational units. If unspecified, only the creator can access
3

Save

Click Save to create the glossary.

Adding Terms

Adding a Single Term

In the left panel of the glossary detail page, enter term info and click “Add”.
FieldDescriptionExample
TermTerm to defineMRR
SynonymsOther expressions (comma-separated)Monthly Recurring Revenue
DescriptionTerm descriptionRecurring subscription revenue generated each month
ExampleReal usage example”This month’s MRR is ₩1B”
CategoryGroup the term (optional)Revenue Metrics
When entering a category, existing categories appear as tag chips. Click to select one, or type a new category name directly.

Example of a Good Description

## MRR (Monthly Recurring Revenue)

### Description
Refers to the recurring subscription-based revenue generated each month.
Net recurring revenue reflecting new contracts, upgrades, downgrades, and churn.

### Calculation
MRR = Monthly subscription fee x Active subscribers

### Related Metrics
- ARR (Annual Recurring Revenue) = MRR x 12
- Net MRR = New MRR + Expansion MRR - Contraction MRR - Churn MRR

### Examples
- "MRR grew 5% MoM this month"
- "MRR increased ₩200M from new customer acquisition"
Keep the description to 1-2 sentences for the core, and include examples and related terms so the AI references it more accurately.

Bulk Import

Import multiple terms at once via a JSON file.
Term import
[
  {
    "term": "MRR",
    "synonyms": ["Monthly Recurring Revenue"],
    "description": "Recurring subscription revenue generated each month",
    "example": "This month's MRR is ₩1B"
  },
  {
    "term": "CAC",
    "synonyms": ["Customer Acquisition Cost"],
    "description": "Cost of acquiring a new customer",
    "example": "Marketing optimization reduced CAC by 20%"
  }
]
Re-importing an existing term (by name, case-insensitive) updates the existing term. No duplicates are created.

Term Management

Search and Filter

  • Search: Search by term, synonym, or description content in the search bar
  • Category filter: Click category chips at the top to show terms by category — “All” / “Uncategorized” / per-category filter
  • Sort: By name (default), newest, oldest
  • The term list uses infinite scroll (50 entries at a time)

Edit and Delete

Click a term to edit its content or delete it. Scroll position is preserved during edit/delete, and changes auto-sync with the search index.

Export

Export all terms as a JSON file. Use for backup, team sharing, or migration to another environment.

Sync and Reindex

Adding/editing/deleting terms auto-syncs to the search index. If the search index becomes broken, manual reindex is possible:
  • Click the kebab menu (⋮) → Reindex on the glossary card in the list
  • Re-pushes all terms to the search engine
Sync only works when a search engine is configured. Without a search engine, sync is ignored.

Category Management

Categories let you systematically classify terms by domain.

Category Management Screen

Click the gear icon to the right of the category filter on the detail page to open the category management modal. Category management
ActionMethod
RenameHover over category → pencil icon → edit inline → Enter or Save
DeleteHover over category → delete icon
Deleting a category also deletes all terms in that category. Confirm carefully before deleting.

Categories and the Knowledge Graph

When extraction sources are configured for a category, Knowledge Graph sync auto-generates maps_to edges from the category to DB columns. This lets the agent map business terms to actual data columns.

DB Value Extraction

This feature auto-converts distinct DB column values into glossary terms. Instead of manually entering hundreds or thousands of data values, build the glossary quickly by extracting directly from the DB.

Extraction Flow

Run Extraction

1

Start extraction

Click “Extract from database” at the top-right of the glossary detail page
2

Configure extraction

FieldDescriptionRequired
DatabaseDbSphere connection to extract fromO
TableTarget tableO
Term columnColumn to extract DISTINCT values fromO
CategoryCategory to assign to extracted termsO
Synonym columnColumn to read as synonymsX
Description columnColumn to read as descriptionsX
Reference columnsAdditional columns to pass as LLM contextX
Category is required. It must be specified to track extraction sources and auto-generate mapping edges in the Knowledge Graph.
3

LLM enrichment settings (optional)

Toggle on LLM enrichment to auto-generate synonyms, descriptions, and examples for each value.
OptionDescription
SynonymsAuto-generate synonyms
DescriptionAuto-generate descriptions
ExampleAuto-generate examples
ModelLLM model to use
Batch sizeItems processed per batch (default 10)
Checking each item (Synonyms / Description / Example) reveals per-item instruction fields. Provide different domain/tone/length guidance per item.
Examples:
  • Synonyms instruction: “Prioritize internal abbreviations and English acronyms”
  • Description instruction: “One sentence, understandable by non-technical readers”
  • Example instruction: “Format usable in finance team reports”
If empty, the system default prompt is used (same as before).
If you’ve specified synonym/description columns from the DB, LLM generation for those items is auto-disabled.
4

Run

Click “Extract” → Confirm the count of values found → Click OKExtraction runs in the background with a progress banner at the top. Identical terms already in the glossary are auto-skipped.

Inline Review

Once extraction completes, new term candidates appear at the top of the list with a green background + “NEW” badge. Extraction review Review methods:
MethodDescription
Per-item reviewClick a term → Accept / Edit / Reject
Bulk acceptClick “Add all” in the top banner → accept everything
Bulk rejectClick “Exclude all” in the top banner → discard everything
Use the “New” tab filter to view only extracted candidates.

Using a Glossary

Connect to an Agent

1

Open the agent edit screen

In Workspace > Agents, open the target agent’s edit screen.
2

Pick glossaries

In the Glossary section, choose the glossaries to connect. You can connect multiple glossaries to one agent.
3

Save

Save the agent settings.

Auto-reference in Chat

When you chat with an agent that has glossaries connected, the AI auto-recognizes related terms and references their definitions.
User: What's MRR?

AI: MRR (Monthly Recurring Revenue) refers to monthly recurring revenue.

Description:
Recurring subscription-based revenue generated each month.
Net recurring revenue reflecting new contracts, upgrades, downgrades, and churn.

Calculation:
MRR = Monthly subscription fee x Active subscribers

Related Metrics:
- ARR (Annual Recurring Revenue) = MRR x 12
- Net MRR Growth: Net MRR growth rate

[Source: Marketing Glossary]
The AI auto-recognizes terms in the conversation without you asking explicitly.
User: What's a healthy LTV-to-CAC ratio?

AI: Generally, an LTV/CAC ratio of 3:1 or higher is considered healthy.

Term definitions:
- CAC (Customer Acquisition Cost): Cost of acquiring a customer
- LTV (Customer Lifetime Value): Lifetime value of a customer

Glossary Examples

TermSynonymsDescription
MRRMonthly Recurring RevenueMonthly recurring revenue
CACCustomer Acquisition CostCost to acquire a new customer
LTVCustomer Lifetime Value, CLVValue a customer brings over their lifetime
ARPUAverage Revenue Per UserAverage revenue per user
Churn RateCustomer churn percentage
NPSNet Promoter ScoreCustomer recommendation indicator

Best Practices

  1. Be concise: Core explanation in 1–2 sentences
  2. Include examples: Add real usage examples
  3. Link related terms: Explain related concepts together
  4. Keep current: Update immediately when descriptions change
  • Register the various commonly used expressions
  • Include both English and Korean spellings
  • Register both abbreviation and full name
  • Example: MRR, Monthly Recurring Revenue
  • Separate by domain: Run separate glossaries for marketing, IT, finance, HR, etc.
  • Set access permissions: Expose only the glossaries each department needs
  • Periodic review: Quarterly term updates and cleanup of unused terms

FAQ

The AI understands common terminology, but may not accurately know company-specific terms (internal project codes, internal metric names) or recent domain-specific terms. Use a glossary to provide accurate descriptions to the AI.
Yes — connect multiple glossaries to a single agent. Connecting a marketing + finance glossary together lets the agent reference terms from both domains.
  • Knowledge Base: Stores entire document content and finds related content via vector search (RAG)
  • Glossary: Stores only individual terms and definitions for fast reference
Use Knowledge Bases for document-based Q&A and glossaries for term reference.
No limit. The more expressions you register, the better the AI recognizes terms.
Turn off LLM enrichment to extract only DB values without LLM cost. If synonym/description columns are already in the DB, specifying those columns is the most economical.
The glossary manages term definitions, while the Knowledge Graph connects terms to DB columns and documents. When extraction sources are configured on a category, the KG auto-generates term-to-column mapping edges.

Next Steps

Connect to an Agent

Connect a glossary to an agent to improve AI answer quality

Knowledge Graph

Connect glossary + DB + documents into one unified graph

Database

Connect a database as the source for DB value extraction