Product memory stores durable facts, definitions, and rules that apply to everyone working on a product. The Context Builder is where you create and manage these entries. Product memory is for context that doesn’t belong in the Semantic Catalog but matters every time someone asks a question — business definitions, naming conventions, data quirks, and querying preferences.Documentation Index
Fetch the complete documentation index at: https://docs.clarityq.ai/llms.txt
Use this file to discover all available pages before exploring further.
What Belongs in Product Memory
Good product memory entries are short, factual, and broadly applicable:- “All monetary amounts are stored in cents — divide by 100 to get dollars.”
- “When asked about ‘last month’, use the previous full calendar month, not trailing 30 days.”
- “The
userstable includes both real users and bot accounts. Always filter byis_bot = falseunless explicitly asked about bots.”
- Metric or dimension definitions — those belong in the Semantic Catalog
- Repeatable analysis workflows — those belong in Skills
- Personal preferences — those belong in personal memory
Creating a Product Memory Entry
You can add product memory from two places:- Memory page → Product Memory tab — Click Add memory to start a guided flow.
- Builder chat — Type
/product-memory addor describe what you want the agent to remember in natural language (e.g., “remember that revenue should always exclude refunds”).
Editing and Deleting
- Edit — From the Memory page, click the edit icon on any entry. Or type
/product-memory edit <name>in a Builder chat. - Delete — Click the delete icon on the Memory page, or type
/product-memory delete <name>in chat.