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
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.