Universal Containers (UC) has deployed an Agentforce Service Agent on its website, but it’s failing to provide answers from Salesforce Knowledge articles. Let’s troubleshoot the issue.
Option A: The Agentforce Service Agent user is not assigned the correct Agent Type License.There’s no " Agent Type License " in Salesforce—agent functionality is tied to Agentforce licenses (e.g., Service Agent license) and permissions. Licensing affects feature access broadly, but the specific issue of not retrieving Knowledge suggests a permission problem, not a license type, making this incorrect.
Option B: The Agentforce Service Agent user needs to be created under the standard Agent Knowledge profile.No " standard Agent Knowledge profile " exists. The Agentforce Service Agent runs under a system user (e.g., " Agentforce Agent User " ) with a custom profile or permission sets. Profile creation isn’t the issue—access permissions are, making this incorrect.
Option C: The Agentforce Service Agent user was not given the Allow View Knowledge permission set.The Agentforce Service Agent user requires read access to Knowledge articles to ground responses. The " Allow View Knowledge " permission (typically via the " Salesforce Knowledge User " license or a permission set like " Agentforce Service Permissions " ) enables this. If missing, the agent can’t access Knowledge, even if articles are indexed, causing the reported failure. This is a common setup oversight and the likely issue, making it the correct answer.
Why Option C is Correct:
Lack of Knowledge access permissions for the Agentforce Service Agent user directly prevents retrieval of article content, aligning with the symptoms and Salesforce security requirements.
[References:, , Salesforce Agentforce Documentation: Service Agent Setup > Permissions – Requires Knowledge access., , Trailhead: Set Up Agentforce Service Agents – Lists "Allow View Knowledge" need., , Salesforce Help: Knowledge in Agentforce – Confirms permission necessity., , , , , , ]