Reference
Single answers to single questions. What a rule schema field means, what wins when two rules disagree, which failure produces which symptom.
The guides teach you how to build the thing. These pages tell you how one specific part of it works, and they're written to be quoted out of context. If you want the whole subject in order, start at the CRM AI context reading path.
AI-generated CRM fields are not a source of truth
A generated summary field is more dangerous than a stale one, because it's fresh, fluent, and it asserts things. The two failure modes, compounding fabrication, vocabulary decay, and the controls that contain them.
6 min · Salesforce · HubSpot · n8nContext layer vs. RAG vs. semantic layer
Three things that get substituted for each other and answer different questions. Why embedding your field descriptions doesn't work, and where a semantic layer genuinely overlaps.
4 min · Salesforce · HubSpotContext precedence: what wins when rules disagree
Authority is a ladder that doesn't bend; specificity breaks ties among equals. Where a live user instruction sits, and what to do when two active rules genuinely contradict.
5 min · Salesforce · HubSpotCRM AI context layer anti-patterns
Eleven ways this gets built wrong, starting with dumping your CRM schema into the prompt. What each one looks like, why it fails, and what to do instead.
6 min · Salesforce · HubSpotCRM AI context layer glossary
Every term used across this site, defined once: context layer, rule categories, phased retrieval, hard and soft controls, resolution states, and the failure modes each one prevents.
6 min · Salesforce · HubSpotCRM AI production-readiness checklist
What has to be true before a CRM AI agent answers for real users: enforcement in code, always-load rules, phased retrieval, disclosure, and attributable logging. Every item is done or not done.
3 min · Salesforce · HubSpotDebugging wrong CRM AI answers
Your CRM AI gave a confident wrong answer. A symptom-to-cause index for the twenty failures that actually happen, what each one means, and the rule that prevents it recurring.
7 min · Salesforce · HubSpotGolden-question testing for CRM AI
A regression suite for your context layer: targeted and broad questions, an evaluation rubric that goes beyond pass/fail, and a 30-question starter set as executable YAML.
6 min · Salesforce · HubSpotMCP vs. CRM context layer: what each one does
MCP standardizes how an AI application connects to your CRM. A context layer defines what the data means and what the agent may touch. You need both, and one will not do the other's job.
6 min · Salesforce · HubSpotOne CRM question, traced end to end
What actually happens between a question and an answer: phase-1 payload, rule index, selection, query plan, tool-boundary validation, and the audit log. Plus the same question failing on purpose.
8 min · SalesforcePermissions and safety for CRM AI agents
Object, field, and row scope; running as the asking user; why a permission-suppressed null looks exactly like a blank; who is allowed to edit the rules; and a five-level model for letting an agent act.
7 min · Salesforce · HubSpotThe CRM context layer rule schema
A canonical schema for CRM AI context entries: the governance envelope, field entries, rule entries, the thirteen rule categories, and a JSON Schema file you can validate against.
9 min · Salesforce · HubSpot