Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update
Last Update May 30, 2026
Total Questions : 379
We are offering FREE Agentforce-Specialist Salesforce exam questions. All you do is to just go and sign up. Give your details, prepare Agentforce-Specialist free exam questions and then go for complete pool of Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update test questions that will help you more.
A company needs to ensure customers always receive answers based on the most current version of support documentation.
What should an Agentforce Specialist recommend?
An insurance company needs a Service Agent to ground its responses based on company-specific PDFs and a comprehensive knowledge base.
Which type of retriever should the Agentforce Specialist use to meet this requirement?
An Agentforce Specialist deployed a Service Agent to an Experience Cloud site and enabled Credential-Based User Verification. The specialist notices that all Data Manipulation Language (DML) record updates are showing the “Last Modified By” user as the authenticated Community User instead of the Agent User.
What should the specialist explain to the business about the effect on audit fields?
What should Universal Containers consider when deploying an Agentforce Service Agent with multiple topics and Agent Actions to production?
An Agentforce is creating a custom action for Agentforce.
Which setting should the a ensure the action performs as expected?
Which part of the Einstein Trust Layer architecture leverages an organization ' s own data within a large language model (LLM) prompt to confidently return relevant and accurate responses?
Before activating a custom copilot action, An Agentforce would like is to understand multiple real-world user utterances to ensure the action being selected appropriately.
Which tool should the Agentforce Specialist recommend?
Universal Containers (UC) wants to enable its sales team to use Al to suggest recommended products from its catalog.
Which type of prompt template should UC use?
Universal Containers would like to route SMS text messages to a service rep from an Agentforce Service Agent. Which Service Channel should the company use in the flow to ensure it’s routed properly?
Which feature in the Einstein Trust Layer helps to minimize the risks of jailbreaking and prompt injection attacks?
Universal Containers operates in a regulated industry and has deployed an Agentforce customer service agent handling thousands of interactions per week. The operations team notices that a significant number of conversations are resulting in unexpected escalations, but cannot identify which agent subagents, formerly known as topics, or actions are consistently underperforming or misconfigured. Which Agentforce feature allows the team to cluster interaction patterns, identify performance gaps across sessions, and apply quality scoring to pinpoint where the agent’s configuration needs improvement?
An Agentforce Specialist is preparing to upload several PDF policy documents to a new file-based Agentforce Data Library.
To leverage advanced processing with Intelligent Context, how should the Agentforce Specialist proceed?
Universal Containers (UC) plans to implement prompt templates that utilize the standard foundation models. What should UC consider when building prompt templates in Prompt Builder?
Universal Containers (UC) wants users to populate the Description field on the Account record by clicking a button on the record page, with the option to preview, regenerate, or manually edit the output before it is saved. The solution must use declarative tools only.
Which type of prompt template should UC use?
Universal Containers is building an Agentforce Service Agent to help customers track their purchases. To store the customer’s order number during the conversation, the Agentforce Specialist creates and initializes a variable in Agent Script using the declaration order_id: string = " " , omitting the mutable keyword. During testing, the agent attempts to update this variable with the user’s order number via the @utils.setVariables utility.
What is the result of this variable declaration at runtime?
Universal Containers is implementing a Retrieval-Augmented Generation (RAG) solution where the knowledge store contains Spanish articles, but users will query the agent in French and English. The Agentforce Specialist needs to ensure the retriever can accurately find relevant articles despite the language differences.
What should the specialist do to meet this requirement?
Universal Containers (UC) is building a Flex prompt template. UC needs to use data returned by the flow in the prompt template.
Which flow element should UC use?
An account manager is preparing for an upcoming customer call and wishes to get a snapshot of key data points from accounts, contacts, leads, and opportunities in Salesforce.
Which feature provides this?
An Agentforce at Universal Containers is working on a prompt template to generate personalized emails for product demonstration requests from customers. It is important for the Al-generated email to adhere strictly to the guidelines, using only associated opportunity information, and to encourage the recipient to take the desired action.
How should the Agentforce Specialist include these instructions on a new line in the prompt template?
Universal Containers is configuring a customer service agent and needs to restrict a specific “Process Refund” action so that it is only visible to the reasoning engine when a customer’s account is flagged as active. An Agentforce Specialist is writing the available when clause in Agent Script to evaluate the @variables.IsActive variable.
Which operator should the Agentforce Specialist use for this condition?
Universal Containers wants to create a prompt template that consistently extracts a customer’s specific product model number and quantity from an email inquiry to draft a response back to the customer.
Which best practice should UC implement to achieve this goal?
Universal Containers is building an Agentforce Service Agent to handle order cancellations. The Agentforce Specialist needs to ensure that a critical “Check Cancellation Eligibility” action is executed deterministically on every relevant turn, without relying on the reasoning engine’s discretion to choose the tool. During a code review, a junior developer asks why the Agentforce Specialist called the action using the run @actions.name command instead of simply listing the action under the reasoning.actions block.
What must the Agentforce Specialist explain regarding the difference between these two invocation methods?
Choose 1 option.
Universal Containers (UC) needs to create a prompt template that provides a detailed product description based on the latest product data. The description will be used in marketing materials to ensure consistency and accuracy.
Which prompt template type should UC use?
Universal Containers is auditing its AI architecture and needs to ensure that its developers are restricted to using only specifically approved large language models.
How should an Agentforce Specialist manage and prevent unapproved models from being accessed across the organization?
Based on the user utterance, ' Show me all the customers in New York ' , which standard Agent action will the planner service use?
The VP of Service at Universal Containers requires a report showing weekly deflection rate trends and escalation volumes for the Agentforce Service Agent over the past 90 days.
Which approach should the Agentforce Specialist recommend?
What is the purpose of applying filters in a custom retriever configuration?
A customer is authenticated and identified as being either bronze, silver, or gold membership level. Those levels define which subagents or actions are available to the agent to perform specific tasks as per the level-based entitlements.
What is the best way to ensure the agent responds appropriately?
Universal Containers has grounded a prompt template with a related list. During user acceptance testing (UAT), users are not getting the correct responses. What is causing this issue?
Universal Containers (UC) is implementing Agentforce Service Agent on Email, UC made an email template and now needs to
connect it to a Service Agent.
What should an Agentforce Specialist recommend?
The marketing team at Universal Containers is looking for a way personalize emails based on customer behavior, preferences, and purchase history.
Why should the team use Agent as the solution?
Universal Containers is developing an Agentforce Service Agent to handle a complex, multi-step customer onboarding process. To better organize the conversational logic, the Agentforce Specialist splits the process across two distinct subagents and places the setup configuration for the second step inside the before_reasoning block of the new subagent. During testing, when the agent transitions to this new subagent mid-conversation, the conversation occasionally stalls or behaves unexpectedly.
What is the risk the Agentforce Specialist must consider regarding the execution timing of before_reasoning?
Which element should an Agentforce Specialist use in an Omni-Flow to route conversations to an agent?
Universal Containers wants to automatically populate the Description field on the Account object.
An Agentforce Specialist wants to troubleshoot their Agent’s performance. Where should the Agentforce Specialist go to access all user interactions with the Agent, including Agent errors, incorrectly triggered actions, and incomplete plans?
Universal Containers is deploying two agents simultaneously: an internal Sales Productivity Agent for employees and a customer-facing Service Agent on its Experience Cloud site. An Agentforce Specialist is configuring permissions and needs to understand the correct security context for each.
Which statement accurately describes the execution model?
Coral Cloud Resorts (CCR) wants to configure its agent so that booking actions are only available when a customer ' s membership tier is “Premium” or “Elite”. This business rule must be enforced deterministically.
What should CCR implement?
Universal Containers (UC) uses Salesforce Service Cloud to support its customers and agents handling cases. UC is considering implementing Agent and extending Service Cloud to mobile users.
When would Agent implementation be most advantageous?
An Agentforce Specialist is setting up Salesforce Knowledge as the data source for a Data Library and must select “Identifying Fields” to help Agentforce locate the right information. The Knowledge article contents are rich, detailed, and quite long.
What should the Agentforce Specialist use as Identifying Fields?
Universal Containers (UC) wants to enable its sales team with automatic post-call visibility into mention of competitors, products, and other custom phrases.
Which feature should the Agentforce Specialist set up to enable UC ' s sales team?
An Agentforce has created a copilot custom action using flow as the reference action type. However, it is not delivering the expected results to the conversation preview, and therefore needs troubleshooting.
What should the Agentforce Specialist do to identify the root cause of the problem?
After configuring and saving a Salesforce Agentforce Data Library (regardless of the data source), which components are automatically created and available in Data Cloud?
Universal Containers (UC) wants to use Generative AI Salesforce functionality to reduce Service Agent handling time by providing recommended replies based on the existing Knowledge articles. On which AI capability should UC train the service agents?
Universal Containers is configuring its Agentforce Testing Center to evaluate an agent handling customer complaints. The company wants to assess if the agent successfully demonstrates empathy and follows a proprietary “De-escalation Framework” before offering a resolution.
Where should the Agentforce Specialist utilize a large language model (LLM)-as-judge to achieve an appropriate evaluation?
A sales manager is using Agent Assistant to streamline their daily tasks. They ask the agent to Show me a list of my open opportunities.
How does the large language model (LLM) in Agentforce identify and execute the action to show the sales manager a list of open opportunities?
Choose 1 option.
An administrator at Universal Containers has successfully deployed a new agent from a sandbox to production using a change set.
The agent uses a prompt template that invokes a Salesforce flow to perform a complex calculation. In production, when users interact with the agent, it fails with an error message every time the flow is supposed to run. The flow was included in the change set and is present in production.
What is the most likely cause of this issue?
Universal Containers (UC) wants to enable its sales team to get insights into product and competitor names mentioned during calls. How should UC meet this requirement?
Universal Containers (UC) wants to ensure the effectiveness, reliability, and trust of its agents prior to deploying them in production. UC would like to efficiently test a large and repeatable number of utterances. What should the Agentforce Specialist recommend?
The compliance team at Universal Containers has determined that a specific customer service prompt must only process data through a secure, self-hosted Amazon Bedrock model and must be prevented from accessing the default OpenAI models.
How should the Agentforce Specialist configure this specific model routing?
Choose 1 option.
Coral Cloud Resorts is about to start testing its concierge agent with guests.
Which metrics should be captured to monitor the performance, correctness, and user experience?
Choose 1 option.
Universal Containers (UC) is setting up a new Agentforce Service Agent. The company has sensitive medical product research stored internally and wants to ensure the agent cannot access it.
What should UC da?
What is the primary advantage of creating an individual retriever instead of the default retriever?
Choose 1 option.
Universal Containers has multiple Salesforce orgs, each with a unique customer service agent where a verification agent must pass
customer identity data to downstream agents handling account modifications. The customer ID must remain secure and persistent across agent handoffs without exposure to large language model (LLM) modification.
What is the most appropriate configuration?
An Agentforce is considering using a Field Generation prompt template type.
What should the Agentforce Specialist check before creating the Field Generation prompt to ensure it is possible for the field to be enabled for generative AI?
What is the main benefit of using a Knowledge article in an Agentforce Data Library?
What does it mean when a prompt template version is described as immutable?
An Agentforce wants to include data from the response of external service invocation (REST API callout) into the prompt template.
How should the Agentforce Specialist meet this requirement?
Universal Containers wants support agents to use Agentforce to ask questions about its product tutorials and product guides.
What should the Agentforce Specialist do to meet this requirement?
Universal Containers (UC) wants to use the Draft with Einstein feature in Sales Cloud to create a personalized introduction email.
After creating a proposed draft email, which predefined adjustment should UC choose to revise the draft with a more casual tone?
A service manager wants to use Salesforce Prompt Builder to help agents summarize customer case notes after a support call. The summary should:
Capture the customer’s issue, troubleshooting steps taken, and next actions.
Be no longer than five sentences.
Use plain language with no technical jargon.
If no next action is identified, the summary should explicitly state “No next action required.”
Which key prompt constructs meet this requirement?
Choose 1 option.
What is an Agentforce Specialist able to do when the ‘Enrich event logs with conversation data’ setting in the Agentforce configuration is enabled?
Universal Containers (UC) needs to create a prompt template that provides a detailed product description based on the latest product data. The description will be used in marketing materials to ensure consistency and accuracy. Which prompt template type should UC use?
Universal Containers needs a tool that can analyze voice and video call records to provide insights on competitor mentions, coaching opportunities, and other key information. The goal is to enhance the team ' s performance by identifying areas for improvement and competitive intelligence.
Which feature provides insights about competitor mentions and coaching opportunities?
A customer service representative is looking at a custom object that stores travel information. They recently received a weather alert and now need to cancel flights for the customers that are related to this Itinerary. The representative needs to review the Knowledge articles about canceling and rebooking the customer flights. Which Agentforce capability helps the representative accomplish this?
Universal Containers (UC) wants its AI agent to return responses quickly. UC needs to optimize the retriever ' s configuration to ensure minimal latency when grounding AI responses.
Which configuration aspect should UC prioritize?
Universal Containers (UC) wants to improve the productivity of its sales team with generative AI technology. However, UC is concerned that public AI virtual assistants lack adequate company data to general useful responses.
Which solution should UC consider?
During configuration, Universal Containers (UC) forgot to grant Knowledge access to the Agentforce Service Agent.
Which permission must UC add for the agent to interact with Knowledge articles and answer customer questions effectively?
Universal Containers recently deployed a customer service agent to handle common inquiries. After a month of usage, the support manager wants to analyze the agent’s performance. They need to view aggregated metrics such as the escalation rate to human agents, average session duration, and which topics have the lowest resolution scores so they can prioritize which agent actions need optimization.
Which native Salesforce capability should the Agentforce Specialist use to provide these insights and guide the optimization strategy?
Universal Containers (UC) currently tracks Leads with a custom object. UC is preparing to implement the Sales Development Representative (SDR) Agent. Which consideration should UC keep in mind?
In a Knowledge-based data library, which capability does enabling the “Filter by Knowledge Data Categories” option provide?
Coral Cloud Resorts wants to handle frequent customer misspellings of package names in queries.
Which approach should the Agentforce Specialist implement?
Universal Containers (UC) has a library of custom-built personalized investment portfolio APIs, and is planning to extend it to agents.
Which method should UC ' s agent choose to dynamically use the best API service?
What is the correct process to leverage Prompt Builder in a Salesforce org?
Choose 1 option.
Universal Containers wants to systematically validate agent responses before deployment using a scalable testing process.
Which Testing Center approach should the company implement?
A Salesforce Agentforce Specialist is reviewing the feedback from a customer about the ineffectiveness of the prompt template.
What should the Agentforce Specialist do to ensure the prompt template ' s effectiveness?
Once a data source is chosen for an Agentforce Data Library, what is true about changing that data source later?
Universal Containers’ data science team is hosting a generative large language model (LLM) on Amazon Web Services (AWS).
What should the team use to access externally-hosted models in the Salesforce Platform?
Choose 1 option.
A company wants to retrieve patient history details to augment the Al agent response. [he company wants to leverage the Data Cloud search index feature.
What is best practice when considering retrieval-augrmented generation (RAG) for information that may contain personally
identifiable information (PII)?
During retrieval-augmented generation (RAG) quality testing, an Agentforce Specialist notices that tabular information from a custom Data 360 Document Ingestion Pipeline is losing its context because the data is scattered across multiple separate chunks.
What is the most appropriate approach to resolve this?
What is the role of the large language model (LLM) in understanding intent and executing an Agent Action?
Universal Containers wants to implement a solution in Salesforce with a custom UX that allows users to enter a sales order number. Subsequently, the system will invoke a custom prompt template to create and display a summary of the sales order header and sales order details. Which solution should an Agentforce Specialist implement to meet this requirement?
Universal Containers (UC) would like to implement the Sales Development Representative (SDR) Agent. Which channel consideration should UC be aware of while implementing it?
Universal Containers has seen a high adoption rate of a new feature that uses generative AI to populate a summary field of a custom object, Competitor Analysis. All sales users have the same profile but one user cannot see the generative AlI-enabled field icon next to the summary
field.
What is the most likely cause of the issue?
An Agentforce Specialist is tasked with analyzing Agent interactions, looking into user inputs, requests, and queries to identify patterns and trends. What functionality allows the Agentforce Specialist to achieve this?
Universal Containers wants to use an external large language model (LLM) in Prompt Builder.
What should An Agentforce recommend?
Cloud Kicks uses a third-party agent for research and an Agentforce agent for customer service.
Which purpose-built protocol allows cross-vendor agents to communicate?
Universal Containers operates a customer self-service portal supported by an Agentforce Service Agent. The compliance team maintains a Salesforce Knowledge base of published product compliance guidelines, service terms, and regulatory procedures, updated regularly by subject matter experts.
What is the most efficient approach to ensure the agent retrieves only current published content using semantic understanding of customer questions, and that outdated articles are never surfaced?
How does an Agent respond when it can’t understand the request or find any requested information?
Universal Containers (UC) needs to improve the agent productivity in replying to customer chats.
Which generative AI feature should help UC address this issue?
Choose 1 option.
Universal Containers has PDF maintenance guides in an external folder, not yet in Salesforce. The team wants a standard, clicks-
only setup for the Service Agent to use these documents.
Which approach should the Agentforce Specialist implement?
For an Agentforce Data Library that contains uploaded files, what occurs once it is created and configured?
Universal Containers (UC) implements a custom retriever to improve the accuracy of AI-generated responses. UC notices that the retriever is returning too many irrelevant results, making the responses less useful. What should UC do to ensure only relevant data is retrieved?
Universal Containers (UC) has a new AI project.
What should UC consider when adding a related list on the Account page to be used in the prompt template?
At Horizon Insurance, the customer service team is reporting that the agent consistently routes claims intake conversations to the Policy Inquiry subagent, even though user intent clearly indicates a claims-related issue. This misrouting persists despite the user clearly expressing the intent to discuss a claim. The Agentforce Specialist added guard conditions, but the problem persists.
What is most likely causing this incorrect routing in Horizon Insurance’s agent?
Universal Containers has deployed several specialized Agentforce Employee Agents, such as IT Support, HR Assistant, and Procurement, to assist with internal tasks. Recently, UC’s help desk has reported a high volume of failed interactions because employees are frequently selecting the incorrect agent to handle their requests, for example, asking the HR Assistant agent to reset a network password. UC wants to improve the user experience, scale their deployment, and centralize control without requiring employees to guess which agent to use.
Which architectural approach should the Agentforce Specialist recommend to resolve this issue?
Universal Containers (UC) has a legacy system that needs to integrate with Salesforce. UC wishes to create a digest of account action plans using the generative API feature.
Which API service should UC use to meet this requirement?
Choose 1 option.
Universal Containers (UC) wants to empower its marketing team with Al capabilities that help employees quickly find campaign data, generate creative content, and manage project tasks. The solution should also allow marketers to receive personalized support, surface relevant information, and complete work directly in Salesforce.
Which Al solution should UC implement?
Universal Containers (UC) is Implementing Service AI Grounding to enhance its customer service operations. UC wants to ensure that its AI- generated responses are grounded in the most relevant data sources. The
team needs to configure the system to include all supported objects for grounding.
Which objects should UC select to configure Service AI Grounding?
Universal Containers (UC) is implementing Einstein Generative AI to improve customer insights and interactions. UC needs audit and feedback
data to be accessible for reporting purposes.
What is a consideration for this requirement?
Universal Containers would like to route a service agent conversation to a human agent queue. Which tool connects the service agent to the human agent queue for escalation?
Choose 1 option.
Universal Containers (UC) stores case details and updates in several custom fields and custom objects related to the case. UC
would like its Agentforce Service Agent to be able to provide information in these fields and related records as part of an answer
back to its customers when the customer is asking for updates.
Which best practice should UC follow to grant access to this information for the Agentforce Service Agent?
Universal Containers (UC) is tracking web activities in Data Cloud for a unified contact, and wants to use that in a prompt template to help extract insights from the data.
Assuming that the Contact object is one of the objects associated with the prompt template, what is a valid way for DC to do this?
An Agentforce wants to ground a new prompt template with the User related list.
What should the Agentforce Specialist consider?
An Agentforce Specialist is creating a custom action in Agentforce. Which option is available for the Agentforce Specialist to choose for the custom Agent action?
Leadership needs to populate a dynamic form field with a summary or description created by a large language model (LLM) to facilitate more productive conversations with customers. Leadership also wants to keep a human in the loop to be considered in their AI strategy. Which prompt template type should the Agentforce Specialist recommend?
Choose 1 option.
Cloud Kicks (CK) recently finished the development of a new prompt template that uses its own large language model (LLM). CK is
deploying a prompt template from a sandbox to a production org, and is receiving an error. When trying to deploy the change set,
CK is getting an error related to the LLM used in the prompt template.
What is the cause of the error?
Universal Containers implements three custom actions to get three distinct types of sales summaries for its users. Users are complaining that they are not getting the right summary based on their utterances. What should the Agentforce Specialist investigate as the root cause?
An Agentforce Specialist at Cloud Kicks wants to build a retrieval-augmented generation (RAG) powered agent grounded in text-based PDF documents. The specialist wants a quick-start approach that automatically generates all underlying components, including the vector data store, search index, retriever, and standard action.
Which feature should the specialist use?
What is the role of the large language model (LLM) in executing an Agent Action?
When a verified customer in a help center says, “I want to upgrade my service plan,” an AI agent needs to complete the following tasks:
Verify identity and entitlement.
Create a new quote.
Calculate a prorated upgrade amount.
Escalate to an Account Executive (AE) only if the reorder exceeds USD 25,000.
Which type of agent should an AgentForce Specialist build to support this use case?
Amid their busy schedules, sales reps at Universal Containers dedicate time to follow up with prospects and existing clients via email regarding renewals or new deals. They spend many hours throughout the
week reviewing past communications and details about their customers before performing their outreach.
Which standard Copilot action helps sales reps draft personalized emails to prospects by generating text based on previous successful communications?