Is Agentforce the same thing as Einstein Copilot?
Testing Whether you know what changed, or only that the name did.
Not quite. Einstein Copilot was the one assistant in the Lightning header for logged-in users. Agentforce is the platform it got folded into and renamed — Copilot Builder is now Agent Builder, and the same Topics and Actions carry over. The part that matters is scope: Agentforce also covers customer-facing Service Agents, which run as their own agent user on a channel you wire up, and which inherit nothing from a logged-in user.
Same lineage, wider scope. Copilot was one in-org assistant; Agentforce is
the platform that replaced it, and underneath it is still the same
metadata — GenAiPlugin for a Topic, GenAiFunction for an Action. What
I would actually say is what changed behind the rename. Copilot ran inside
the logged-in user's session, so its access was theirs. An Agentforce
Service Agent talking to a customer has no logged-in user at all: it runs
as a dedicated agent user, and that user's profile is the whole ceiling on
what it can read. That is the migration trap — an Action that worked in
Copilot because the human had access does nothing on a Service Agent until
the agent user's permission set says it can.
They'll ask next Is an Einstein Bot the same thing then?
No. A bot follows a dialog tree you drew, with intents and slots, and it does exactly that every time. An agent has no script — you describe Topics and Actions and the reasoning engine picks. The practical difference: hand a bot a phrasing it has no branch for and it tells you it did not understand. Hand the same phrasing to an agent and it guesses, which is why the guardrail is now your job.
They'll ask next Does anything in the org still say Copilot?
The metadata and some Setup toggles lag the marketing, so I search on
both words. You will still find GenAiPlugin records and an "Einstein
Generative AI" switch when you are hunting for why a feature is dark.