You are here:
Self-Service Agent Actor
Understand how the Self-Service agent functions as the central reasoning engine for your site. The agent evaluates user intent and orchestrates specialized sub-agents and tools to deliver a personalized, conversational experience.
Required Editions
| Available in: Lightning Experience in Enterprise and Unlimited editions for an additional cost. To purchase, contact your Salesforce account executive. |
| Available in: Aura Experience Cloud sites that use Build Your Own Template |
| Available in: LWR Experience Cloud sites that use Build Your Own Template |
The Self-Service agent is the "brain" behind the conversational interface on your Experience Cloud site. Unlike traditional chatbots that rely on static decision trees, the Self-Service agent uses generative AI to understand natural language and reason through user requests. It serves as a primary coordinator, identifying whether a user needs to find information, start a service process, or view personalized recommendationAdd concept content here.
When a user interacts with the Unified Prompt Bar, the Self-Service agent performs three key functions:
- Intent Analysis: The agent evaluates the user's input to determine their goal. It can distinguish between an informational query (For example, What is the return policy?) and a transactional request (For example, I need to return my order).
- Expert Delegation: Instead of attempting to handle every request directly, the agent delegates tasks to specialized sub-agents. For example, it calls the Smart Search Assistance sub-agent to handle informational queries.
- Contextual Grounding: The agent uses the Data Cloud DataGraph to "ground" its reasoning in the user's specific history. This allows the agent to provide answers that are relevant to the user's current account status or recent support cases.
The Self-Service agent does not work in isolation. Its behavior is defined by the Agentforce Orchestrator Configuration, which acts as its policy manual.
- Unified View of Actions: The agent has access to the Unified Catalog, allowing it to surface relevant request forms and Service Processes directly in the chat window.
- Conversational Consistency: The agent maintains state throughout a session. If a user asks a follow-up question, the agent remembers the previous turns of the conversation to provide a coherent response.
Using a reasoning agent instead of a traditional search or chat tool improves the self-service experience by:
- Reducing Friction: Users get direct answers and can start processes without navigating away from the home page.
- Increasing Accuracy: By using the Actionable Smart Search tool, the agent provides summaries grounded in your specific Enterprise Knowledge data.
- Scaling Support: The agent handles high-volume, repetitive queries, allowing your human agents to focus on complex case resolution.

