Salesforce Decode
Salesforcedecode
Back to questions
AgentforceIntermediatecitationsknowledgeaccuracygrounding

Enforce citation accuracy when agents reference knowledge articles

Real World Scenario

Customers report agents linking to archived articles or paraphrasing policies incorrectly. Knowledge managers lose trust in Agentforce as a deflection channel.

Expected Answer

• Require agents to return knowledge article IDs used in generation, validated against retrieval set • Block citations to unpublished, archived, or locale-mismatched articles at retrieval filter layer • Display customer-facing links only after server-side verification article is published and current • Run weekly audits comparing agent paraphrases to source article text for material deviations • Feed correction tickets from agents into knowledge article update workflow • Differentiate FAQ snippets vs full article body in retrieval to reduce over-summarization errors • Track citation click-through and deflection rate per article to identify stale content

Follow-Up Questions & Answers

Click to expand — each follow-up includes a direct, interview-ready answer

Direct answer: Require agents to return knowledge article IDs used in generation, validated against retrieval set Also consider: Block citations to unpublished, archived, or locale-mismatched articles at retrieval filter layer In practice: Display customer-facing links only after server-side verification article is published and current Balance speed of delivery with maintainability.

Architect Perspective

Citations are trust signals—broken links destroy containment gains. Treat citation validation as server-side gate, not LLM formatting preference.