Most support tickets are the same handful of questions. Let an agent resolve those itself — and hand the hard ones to a human cleanly. A hands-on AI Projects Lab build.
Falcon Outdoors runs a busy help site. Look at a week of cases and a pattern jumps out: "Where's my order?", "How do I start a return?", "How do I reset my password?" — the same dozen questions, over and over, each one a human agent typing an answer they've typed a hundred times. We'll stand up an Agentforce service agent on the web and messaging channels that answers those from your Knowledge base, and transfers to a human through Omni-Channel the moment it's out of its depth.
For beginners: an Agentforce Service Agent is an autonomous, customer-facing AI agent for support. It reasons over your instructions and grounds its answers in your business data through a Data Library (retrieval-augmented generation over Knowledge articles and files), and every response runs through the Einstein Trust Layer. It is not a keyword chatbot with scripted flows — it plans, retrieves, and responds in natural language, within the guardrails you give it.
An ungrounded agent guesses; a grounded one cites. In Agent Builder, attach a Data Library and point it at your Knowledge articles (and any support PDFs). Salesforce indexes and chunks that content and builds the retriever for you — you don't manage embeddings by hand.
The same agent can serve multiple front doors. Connect it to a Messaging for In-App and Web deployment so it appears as a chat widget on the help site, and to whichever messaging channels your customers already use.
Deflection without a good exit door frustrates customers. Agentforce ships an Escalation subagent (topic) for exactly this: when the agent can't resolve an issue — or the customer asks for a person — it transfers the conversation to a human queue using an outbound Omni-Channel flow.
The handoff should feel seamless — the human agent picks up with the full transcript, so the customer never repeats themselves.
Sources: Trailhead: Get Started with Agentforce Service Agent · Trailhead: Use Knowledge in Agentforce for Service · Transfer Conversations with an Omni-Channel Flow (Salesforce Help)