Checklist progress
0/163Learned
Agentforce Specialist
Study Checklist
Checklist progress
0/163Learned
Given a scenario, determine whether a Multi Agent architecture is appropriate for scalability and control
0/2
Single-agent versus Multi Agent architecture
Learn this conceptSubagents versus a Multi Agent architecture
Learn this conceptExplain the purpose of existing open standard multi-agent protocols such as MCP and A2A
0/2
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Agentforce Specialist studiers. 593 members and growing.
A single Agentforce agent can already cover several jobs through localized subagents: instruction-and-action bundles that live inside that one agent. Multi-Agent Orchestration (beta) is a different architecture: one orchestrator agent stays the front door for the user, routes each request (not the whole conversation) to other complete agents in the same org, keeps context through the handoff, and synthesizes their replies before the user sees them. Use that design when one agent is no longer enough, for example when a customer service agent must add a field service use case, several business-unit agents must work together, or a single Instructions block spans so many domains that routing starts to break.