Checklist progress
0/163Learned
Agentforce Specialist
Study Checklist
Checklist progress
0/163Learned
Explain how an agent works and its basic building blocks of agent script
0/7
Agentforce agent building blocks
Learn this conceptAtlas reasoning engine request handling
Learn this conceptAction chaining and subagent transitions
Learn this conceptAgent Script as the Agentforce Builder language
Learn this conceptNext-generation authoring of Agent Script
Learn this conceptExplain the components and benefits of hybrid reasoning, including how Agent Script functions in Canvas and Script View
0/6
Given a use case, manage deterministic behavior for the agent using mechanisms like filters, variables, and template expressions.
0/7
Given a scenario, select and configure standard topics, custom topics, standard agent actions, and custom agent actions.
0/10
Explain the process for connecting agents to various channels such as digital experience, email, voice, and Slack.
0/8
Explain the security context in which the agent is actually running, and how it impacts agent action execution
0/6
Given a scenario, identify when to use an Employee or Service agent.
0/2
Given a scenario, identify when it's appropriate to use Agent API
0/6
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Agentforce Specialist studiers. 593 members and growing.
Action chaining is how Agent Script runs several actions in a guaranteed order so a multi-step workflow does not depend on the LLM remembering each step. Subagent transitions (formerly called topic transitions) then move work from one specialized subagent to another, either because the LLM picks a transition tool or because script forces the move after an action or a condition. Together they keep conversation flexible where that is useful and make sequence and routing reliable where it is not.