Agent
In Salesforce, the term Agent has two distinct meanings that coexist in modern orgs. (1) A service representative - a human user whose role is to handle customer inquiries through phone, chat, emai…
Definition
In Salesforce, the term Agent has two distinct meanings that coexist in modern orgs. (1) A service representative - a human user whose role is to handle customer inquiries through phone, chat, email, or messaging, typically working in the Service Console. (2) An Agentforce AI agent - an autonomous, LLM-powered worker defined in Agentforce Studio that performs tasks (resolve support questions, draft emails, update records, orchestrate workflows) using natural language and grounded CRM data. Both types are first-class on the platform; the context usually makes clear which is meant.
In plain English
“Here's a simple way to think about it: "agent" now means two different things in Salesforce. A human service rep handling chat, calls, and email - and an Agentforce AI agent, an autonomous LLM-powered worker that performs tasks. Same word, very different operating model.”
Worked example
At BrightStar Telecom, human service reps staff the Service Console to handle billing disputes and network troubleshooting. Alongside them, an Agentforce AI worker named "Stella" handles routine inbound inquiries - balance checks, plan upgrades, auto-pay setup - on the website chat widget. When Stella encounters an issue outside her scope (a dispute requiring human judgment), she escalates with the full conversation context attached to a new Case, routed to a human rep via Omni-Channel. The org runs with both Agent types in harmony; neither replaces the other, and metrics track resolution rate per type.
Why Agent now means two different roles inside one Salesforce org
For most of Salesforce's history, the word agent meant one thing - a human service representative handling customer inquiries through phone, chat, email, or messaging in the Service Console. The Agentforce era added a second meaning. An Agentforce AI agent is an autonomous, LLM-powered worker defined in Agentforce Studio that performs tasks (resolve tickets, draft emails, update records, orchestrate workflows) using natural language and grounded CRM data. Both types are first-class on the platform now, and most modern conversations about agents apply to one or the other depending on context.
The reason this shared vocabulary is more consequential than it sounds is that the operating model for the two is genuinely different. Human agents need queues, presence states, ACW, training. AI agents need prompts, grounding rules, evaluation runs, monitoring. An admin who treats agent as one concept will end up making the wrong calls for both. Be explicit in documentation, distinguish the types in dashboards, and treat the architectural questions for each (capacity for humans, accuracy for AI) as separate concerns.
How to create Agent
Agent in Salesforce has two meanings — (1) a human service representative who handles customer inquiries via Service Console, (2) an Agentforce AI agent (autonomous LLM-powered worker). This how-to covers both: setting up a human service agent, and creating an AI agent.
- For human Agent setup: create a User with the right permissions
Setup → Users → New User. License: Salesforce or Service Cloud. Profile: Standard Service User or custom service-team profile.
- Assign the Service Cloud Permission Set Licenses
Service Cloud / Field Service / Knowledge User Feature Licenses as needed.
- Add the Agent to relevant Queues
Setup → Queues → click into a Queue → add this User as a Queue Member. Drives which work the agent can take from Omni-Channel routing.
- Set up agent Capacity via Service Presence Status
Setup → Service Presence Statuses. Status defines availability + capacity for Omni-Channel routing.
- Configure the Agent's Lightning App
Service Console with the right Utility Bar — Macros, Quick Text, Omni-Channel utility, Knowledge sidebar.
- For AI Agent setup: build via Agent Builder
Setup → Agents → New Agent. See agent-builder for the full Agentforce flow.
- For AI Agent: configure Topics, Actions, Guardrails, Channels
Topics scope what the agent handles; Actions are what it can do; Guardrails constrain behavior; Channels define where it appears.
- For AI Agent: activate and roll out via Permission Sets
Permission Set assignment gates which users can interact with the AI agent.
- Agent has two distinct meanings — context matters. "Agent capacity" usually means human agent; "agent topic" means AI agent. Don't conflate the configurations.
- Human Agent setup spans Users / Profiles / Permission Sets / Queues / Service Presence — many moving parts. Use the Service Setup guided wizard if available for new orgs.
- AI Agent setup is multi-step and benefits from iterative pilot. Don't try to launch all Topics at once — start with a couple of high-confidence Topics, observe in production, then expand.
How organizations use Agent
Runs a hybrid floor: eight human pharma-support reps in the Service Console alongside "PrescriBot," an Agentforce AI agent that handles refill confirmations and pharmacy-network lookups. Cases that involve clinical interpretation are flagged by the AI's grounding rules and escalated with full transcript context. The split routes ~62% of inbound volume to AI and frees humans for the conversations that need a clinical-trained human.
Uses a single Agentforce agent on the website chat widget for shipping-status questions and recipe recommendations, with the agent able to update Subscription records when a customer asks to skip a delivery. When the conversation pattern hits known frustration markers, the AI hands off to a human rep with a one-line summary of what has already been tried.
Deployed AI agents to draft responses on Tier-1 sizing questions while a human rep clicks "Send" or edits before sending; full automation is reserved for after-hours when a 30-second response beats a 12-hour wait. Disputes route to humans only - the AI is configured to refuse those conversations with a polite handoff line rather than attempt to negotiate.
Trust & references
Straight from the source - Salesforce's reference material on Agent.
- Service Cloud DocumentationSalesforce Help
- Agentforce Service AgentSalesforce Help
Hands-on resources to go deeper on Agent.
Test your knowledge
Q1. What business function does Agent primarily support?
Q2. Which Salesforce Cloud includes Agent as a key feature?
Q3. How does Agent help support agents be more productive?
Discussion
Loading discussion…