Trailblaze Prep
All CertificationsCertification PathBecome a CTASearchContact Us

Choose your role

Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Salesforce Certified Advanced Field Service Accredited ProfessionalSalesforce Certified B2B Commerce Admin Accredited ProfessionalSalesforce Certified B2B Commerce Developer Accredited ProfessionalSalesforce Certified Communications Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Trade Promotion Management Accredited ProfessionalSalesforce Certified Contact Center Accredited ProfessionalSalesforce Certified CPQ and Billing Consultant Accredited ProfessionalSalesforce Certified Energy and Utilities Cloud Accredited ProfessionalSalesforce Certified Financial Services Cloud Accredited ProfessionalSalesforce Certified Health Cloud Accredited ProfessionalSalesforce Certified Heroku Developer Accredited ProfessionalSalesforce Certified Loyalty Management Accredited ProfessionalSalesforce Certified Manufacturing Cloud Accredited ProfessionalSalesforce Certified Marketing Cloud Advanced Cross Channel Accredited ProfessionalSalesforce Certified Marketing Cloud Intelligence Accredited ProfessionalSalesforce Certified Marketing Cloud Personalization Accredited ProfessionalSalesforce Certified Media Cloud Accredited ProfessionalSalesforce Certified Net Zero Cloud Accredited ProfessionalSalesforce Certified Order Management Administrator Accredited ProfessionalSalesforce Certified Order Management Developer Accredited ProfessionalSalesforce Certified Process Automation Accredited ProfessionalSalesforce Certified Public Sector Solutions Accredited Professional
Sales
Designer
Tableau
Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Salesforce Certified Advanced Field Service Accredited ProfessionalSalesforce Certified B2B Commerce Admin Accredited ProfessionalSalesforce Certified B2B Commerce Developer Accredited ProfessionalSalesforce Certified Communications Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Accredited ProfessionalSalesforce Certified Consumer Goods Cloud Trade Promotion Management Accredited ProfessionalSalesforce Certified Contact Center Accredited ProfessionalSalesforce Certified CPQ and Billing Consultant Accredited ProfessionalSalesforce Certified Energy and Utilities Cloud Accredited ProfessionalSalesforce Certified Financial Services Cloud Accredited ProfessionalSalesforce Certified Health Cloud Accredited ProfessionalSalesforce Certified Heroku Developer Accredited ProfessionalSalesforce Certified Loyalty Management Accredited ProfessionalSalesforce Certified Manufacturing Cloud Accredited ProfessionalSalesforce Certified Marketing Cloud Advanced Cross Channel Accredited ProfessionalSalesforce Certified Marketing Cloud Intelligence Accredited ProfessionalSalesforce Certified Marketing Cloud Personalization Accredited ProfessionalSalesforce Certified Media Cloud Accredited ProfessionalSalesforce Certified Net Zero Cloud Accredited ProfessionalSalesforce Certified Order Management Administrator Accredited ProfessionalSalesforce Certified Order Management Developer Accredited ProfessionalSalesforce Certified Process Automation Accredited ProfessionalSalesforce Certified Public Sector Solutions Accredited Professional
Sales
Designer
Tableau

Updated for Winter '26

Agentforce Specialist Study Guide (Winter '26): Complete Exam Prep

The Agentforce Specialist certification is the most in-demand new Salesforce credential of 2026. It validates your ability to design, build, test, and deploy autonomous AI agents using Salesforce Agentforce — including Agent Builder, topics, actions, guardrails, and the Einstein Trust Layer. This guide covers every exam section with the depth you need to pass.

KM

Written and reviewed by Krishna Mohan — ADM-201, PD1, PD2, App Builder & Consultant certified. Updated for Winter '26. Methodology · Contact

Agentforce Specialist Exam at a Glance

60

Questions

105 min

Time Limit

73%

Passing Score

$200

Exam Fee

73% passing score — higher than most Salesforce exams (ADM-201 is 65%). Retake fee: $100. Requires hands-on Agent Builder experience.

Agentforce Specialist Exam Sections and Weightage

Agent Building (35%) is the single largest section. Spending the majority of your prep time in Agent Builder is mandatory — not optional.

Agentforce Concepts17%

What Agentforce is, the autonomous agent lifecycle, reasoning engine, Trust Layer, Einstein Trust Layer data privacy

Agent Design22%

Designing agent scope, identifying use cases, selecting agent type (Service Agent, Sales Agent, custom), planning topics and actions

Agent Building35%

Agent Builder configuration, creating and editing topics, defining agent instructions, adding and configuring actions (Flow, Apex, Prompt Template)

Testing and Debugging14%

Testing agent conversations in Agent Builder, evaluating response quality, identifying reasoning failures, debugging action invocation errors

Deployment and Management12%

Deploying agents to channels (Service Cloud, Experience Cloud, embedded), managing agent versions, monitoring agent performance and adoption

What Each Section Actually Tests

Agentforce Concepts (17%)

This section tests your understanding of how Agentforce agents work autonomously — the reasoning loop (perceive, plan, act, reflect), how the large language model (LLM) interprets user input against topic instructions, and how the Einstein Trust Layer ensures data is not used to train external models. Know the difference between Copilot (assisted, user-driven) and Agentforce agents (autonomous, goal-driven). Also understand the Zero Retention data policy: customer data sent to LLMs through Salesforce is not retained by the external model provider.

Agent Design (22%)

Design questions present a business requirement and ask which agent type, topic structure, or action approach is most appropriate. Know the standard agent types: Service Agent (for customer service use cases), Sales Development Representative (SDR) agent (for outbound sales), and custom agents. For topic design, understand that good topic instructions are specific (defining what the agent should and should not do), and that vague instructions lead to off-topic responses. Common design mistake: creating a single topic that tries to do everything — topics should be scoped to a coherent task set.

Agent Building (35%)

The largest section and the one most dependent on hands-on experience. Know how to: (1) create an agent in Agent Builder and set its system prompt / role description, (2) create topics with well-structured instructions that guide agent behaviour, (3) add actions — understand the three action types: Flow actions (declarative), Apex actions (programmatic), and Prompt Template actions (AI-generated responses). For each action, you must define the input/output variables clearly so the agent knows what data to pass. Also know guardrails: topics can be configured to block the agent from taking actions it should not take.

Testing and Debugging (14%)

Testing agents is done through the Conversation Preview panel in Agent Builder — you interact with the agent as a user would and inspect how it reasons through the conversation. Know how to identify: topic misclassification (agent routes to the wrong topic), action invocation failure (agent calls an action with incorrect inputs), and reasoning loops (agent gets stuck). The exam tests your ability to diagnose which layer is failing — the topic instructions, the action configuration, or the underlying Flow/Apex logic.

Deployment and Management (12%)

Agents are deployed to channels: Service Cloud (embedded in the console), Experience Cloud (customer-facing portals), or via the Messaging and Bots framework. Know that agent versions allow you to test changes without impacting the live agent. Monitoring: use the Agent Analytics dashboard to track conversation volume, resolution rates, and escalation rates. Escalation to a human agent is a key feature — know how to configure escalation conditions within topic instructions.

6-Week Agentforce Specialist Study Plan

Week 1 — Concepts & Architecture (17%): Study the Agentforce reasoning engine, Trust Layer, Zero Retention policy, and how Agentforce differs from Einstein Copilot. Complete Trailhead's “Agentforce Basics” and “Einstein Trust Layer” modules. Practice: enable Agentforce in a Developer Edition org and explore the Agent Builder interface.

Week 2 — Agent Design Principles (22%): Study the agent types (Service Agent, SDR Agent, custom), use case selection, topic scope planning, and action selection (Flow vs Apex vs Prompt Template). Practice: design on paper a multi-topic agent for a customer service scenario before building it.

Week 3 & 4 — Agent Building (35%): Build at least 2 complete agents with multiple topics and multiple action types. For each agent: write topic instructions, add a Flow action and a Prompt Template action, configure input/output variables, and set guardrails. This is the most time-intensive week and the most critical for passing.

Week 5 — Testing and Deployment (14% + 12%): Practice the Conversation Preview workflow — deliberately break an agent (wrong action inputs, vague instructions) and then diagnose and fix the issue. Study channel deployment options and escalation configuration.

Week 6: Full timed mock exams (60 Q / 105 min). Target 80%+ before booking — the 73% threshold is high.

How to Approach Agentforce Specialist Scenario Questions

  • Action type selection questions: If the requirement involves data retrieval or updates and no custom code is needed, a Flow action is correct. If complex logic or governor-limit-sensitive operations are needed, Apex action. If the requirement involves generating a natural language response using record data (e.g., summarising a case), a Prompt Template action is the answer. Match the action type to the requirement's complexity and output type.
  • Topic instruction design questions: Good instructions are specific and bounded. An instruction like “Help customers with billing questions only — do not discuss product features” is better than “Help customers.” When a scenario describes an agent responding inappropriately, the fix is almost always to revise the topic instructions to add explicit constraints, not to create a new agent or action.
  • Trust Layer questions: The Einstein Trust Layer sits between Salesforce and the external LLM. It: (1) masks sensitive data (PII) before sending to the model, (2) enforces Zero Retention so data is not stored by the provider, (3) uses Audit Trail to log all AI interactions. When a scenario asks how to ensure customer data is not used to train the external model, the answer is the Einstein Trust Layer / Zero Retention policy.
  • Debugging questions: When an agent gives an incorrect response: first check topic routing (is the correct topic being selected?), then check action invocation (are the action inputs being populated correctly?), then check the action itself (does the Flow or Apex return the expected output?). Debugging follows the top-down order: topic → action → underlying logic.

Mock-Test Benchmark Before Booking

Agentforce Specialist passing score is 73% — significantly higher than most Salesforce exams.

80%+ on 3 timed full mocks (60 Q / 105 min) before booking

Set your mock benchmark at 80% (above the 73% passing threshold) because the actual exam includes scenario-based questions that are harder than typical practice question banks. Candidates who book at exactly 73% mock scores frequently fail. Build at least 2 complete agents before booking — there is no substitute for Agent Builder hands-on experience.

Top 10 Topics to Review the Day Before

  1. Agentforce reasoning loop: perceive → plan → act → reflect (how agents process conversations)
  2. Einstein Trust Layer: Zero Retention policy, PII masking, audit logging
  3. Topics vs Actions: topics define scope; actions execute specific tasks
  4. Three action types: Flow (declarative), Apex (programmatic), Prompt Template (AI-generated text)
  5. Topic instructions: specificity matters — vague instructions = off-topic responses
  6. Agent types: Service Agent, SDR Agent, custom — when to use each
  7. Guardrails: how to prevent agents from taking unauthorised actions
  8. Conversation Preview: how to test and debug agent conversations in Agent Builder
  9. Channel deployment: Service Cloud, Experience Cloud, Messaging
  10. Human escalation: how and when agents hand off to human agents

Practice With Real Exam-Style Questions

Apply this study guide with free Agentforce Specialist practice questions and scenario-based prep:

Agentforce Specialist vs AI Associate — which to take first? →

What Comes After This Certification?

After this certification, consider: Advanced Administrator, Platform App Builder, or Sales Cloud Consultant.

Exam Section Difficulty Heatmap

Which sections are a gimme vs which ones trap confident candidates. Use this to prioritise your final-week revision.

Exam SectionDifficultyStudy Tip
Agentforce ConfigurationHardTopics, Instructions, and Actions are distinct concepts — confusing them is the most common failure point.
Platform and SecurityModeratePermission sets for agent access, Data Cloud connections, and org-wide security implications.
Agent Capabilities and OptimizationTrap ⚠Apex @InvocableMethod vs Auto-Launched Flow actions — know which to recommend per scenario.
Integration and Best PracticesHardData Cloud grounding vs standard object access — agents do not automatically access all Salesforce data.

Difficulty based on analysis of common candidate errors across each exam section.

Ready to Test Your Knowledge?

Try the Agentforce Specialist free practice exam — scored with full explanations.

Agentforce Specialist Free Practice Exam →