Pre-Summer Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update Question and Answers

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.

Agentforce-Specialist pdf

Agentforce-Specialist PDF

$36.75  $104.99
Agentforce-Specialist Engine

Agentforce-Specialist Testing Engine

$43.75  $124.99
Agentforce-Specialist PDF + Engine

Agentforce-Specialist PDF + Testing Engine

$57.75  $164.99
Questions 1

A company needs to ensure customers always receive answers based on the most current version of support documentation.

What should an Agentforce Specialist recommend?

Options:

A.  

Use a file-based Agentforce Data Library (ADL) and enable the version management setting to ensure the agent always retrieves the latest document.

B.  

Use a knowledge-based Agentforce Data Library (ADL); knowledge articles have native versioning built in, so agents automatically retrieve the current published version.

C.  

Use either Agentforce Data Library (ADL) type; both automatically serve the most recent content once the search index rebuilds.

Discussion 0
Questions 2

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?

Options:

A.  

Dynamic retriever

B.  

Individual retriever

C.  

Ensemble retriever

Discussion 0
Questions 3

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?

Options:

A.  

Credential-Based User Verification has been enabled, which in turn respects all sharing and field-level security.

B.  

The Flow execution mode for the agent is set to System Context Without Sharing.

C.  

Token-Based User Verification has been enabled, which in turn respects all sharing and field-level security.

Discussion 0
Questions 4

What should Universal Containers consider when deploying an Agentforce Service Agent with multiple topics and Agent Actions to production?

Options:

A.  

Deploy agent components without a test run in staging, relying on production data for reliable results. Sandbox configuration alone ensures seamless production deployment.

B.  

Ensure all dependencies are included, Apex classes meet 75% test coverage, and configuration settings are aligned with production. Plan for version management and post-deployment activation.

C.  

Deploy flows or Apex after agents, topics, and Agent Actions to avoid deployment failures and potential production agent issues requiring complete redeployment.

Discussion 0
Questions 5

An Agentforce is creating a custom action for Agentforce.

Which setting should the a ensure the action performs as expected?

Options:

A.  

Action Name

B.  

Action Input

C.  

Action Instructions

Discussion 0
Questions 6

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?

Options:

A.  

Prompt Defense

B.  

Data Masking

C.  

Dynamic Grounding

Discussion 0
Questions 7

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?

Options:

A.  

Model Playground

B.  

Agent

C.  

Copilot Builder

Discussion 0
Questions 8

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?

Options:

A.  

Record summary prompt template

B.  

Email generation prompt template

C.  

Flex prompt template

Discussion 0
Questions 9

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?

Options:

A.  

Messaging

B.  

Route Work Action

C.  

Live Agent

Discussion 0
Questions 10

Which feature in the Einstein Trust Layer helps to minimize the risks of jailbreaking and prompt injection attacks?

Options:

A.  

Secure Data Retrieval and Grounding

B.  

Data Masking

C.  

Prompt Defense

Discussion 0
Questions 11

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?

Options:

A.  

Agentforce Optimization

B.  

Agentforce Health Monitoring

C.  

Agentforce Session Tracing

Discussion 0
Questions 12

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?

Options:

A.  

Upload up to five PDFs that are 100 MB or less to allow the system to evaluate the optimal indexing configuration.

B.  

Upload up to five PDFs that are 10 MB or less to allow the system to evaluate the optimal indexing configuration.

C.  

Manually enable Intelligent Context in Data 360 prior to uploading the PDF files.

Discussion 0
Questions 13

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?

Options:

A.  

Include multiple-choice questions within the prompt to test the LLM’s understanding of the context.

B.  

Ask it to role-play as a character in the prompt template to provide more context to the LLM.

C.  

Train LLM with data using different writing styles including word choice, intensifiers, emojis, and punctuation.

Discussion 0
Questions 14

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?

Options:

A.  

Field Generation

B.  

Flex

C.  

Sales Email

Discussion 0
Questions 15

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?

Options:

A.  

The variable defaults to mutable; the mutable keyword is optional and has no effect, allowing the agent to successfully update the variable.

B.  

The declaration is a syntax error and the agent will fail to deploy.

C.  

The variable is treated as read-only; it cannot be updated by actions or @utils.setVariables at runtime because it lacks the mutable keyword.

Discussion 0
Questions 16

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?

Options:

A.  

Use the multilingual-e5-large embedding model for French and Spanish language users.

B.  

Use the multilingual-e5-large embedding model for French and English language users.

C.  

Use the multilingual-e5-large embedding model to handle all languages.

Discussion 0
Questions 17

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?

Options:

A.  

Add Flex Instructions

B.  

Add Prompt Instructions

C.  

Add Flow Instructions

Discussion 0
Questions 18

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?

Options:

A.  

Sales Summaries

B.  

Sales Insight Summary

C.  

Work Summaries

Discussion 0
Questions 19

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?

Options:

A.  

Surround them with triple quotes ( " " " ).

B.  

Make sure merged fields are defined.

C.  

Use curly brackets {} to encapsulate instructions.

Discussion 0
Questions 20

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?

Options:

A.  

The Agentforce Specialist must use the == operator; Agent Script uses == strictly for comparison in conditionals.

B.  

Both = and == are valid and interchangeable; the Agentforce Specialist can use either operator to evaluate conditional logic in Agent Script.

C.  

The Agentforce Specialist must use the = operator; Agent Script uses = for both variable assignment and condition comparison.

Discussion 0
Questions 21

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?

Options:

A.  

Incorporate open-ended questions to encourage detailed responses

B.  

Provide clear, positive instructions and use few-shot examples

C.  

Use a high temperature setting to increase creative output

Discussion 0
Questions 22

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?

Options:

A.  

Both patterns execute the action on every turn automatically; the difference is purely syntactic, as the run command is simply the newer notation for Agent Script.

B.  

The run command is only valid when nested inside reasoning.actions blocks to pass parameters; the Agentforce Specialist must list it under reasoning.actions for the large language model (LLM) to access it.

C.  

Listing an action under reasoning.actions makes it a subjective tool that the large language model (LLM) decides whether to call; calling it with the run command forces guaranteed execution every time.

Discussion 0
Questions 23

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?

Options:

A.  

Sales Email

B.  

Record Summary

C.  

Field Generation

Discussion 0
Questions 24

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?

Options:

A.  

Apply an Attribute-Based Access Control policy within the Einstein Trust Layer to block prompts from routing to unapproved large language models

B.  

Write a strict system instruction within Agent Builder stating, “Never use external models for reasoning”

C.  

Ensure only approved large language models are enabled in the Model Provider section under Einstein Setup

Discussion 0
Questions 25

Based on the user utterance, ' Show me all the customers in New York ' , which standard Agent action will the planner service use?

Options:

A.  

Query Records

B.  

Fetch Records

C.  

Select Records  

Discussion 0
Questions 26

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?

Options:

A.  

Enable Agentforce Health Monitoring to configure escalation rate alert thresholds and export the resulting trend data into a Tableau dashboard aligned with the VP of Service’s reporting requirements

B.  

Use Agent Analytics within Agentforce Observability, which provides Tableau-powered dashboards with prebuilt deflection rate, escalation volume, and abandonment metrics calculated from agent session data stored in Data 360

C.  

Query the OTEL-compliant Session Tracing Data Model in Data 360 using CRM Analytics to build a custom dashboard with deflection rate calculations and week-over-week escalation comparisons tailored to UC’s reporting standards

Discussion 0
Questions 27

What is the purpose of applying filters in a custom retriever configuration?

Options:

A.  

Filters narrow the search results by applying up to 10 conditions based on fields defined in the search index, thereby enhancing the relevancy of the content returned.

B.  

Filters automatically encrypt and mask sensitive fields in the search index to ensure that only non-confidential information is retrieved for public queries.

C.  

Filters reformat and aggregate multiple documents into a single summary output to streamline and unify retriever output for more efficient and accurate Al grounding.

Discussion 0
Questions 28

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?

Options:

A.  

Use before reasoning to set custom variables that will be used in filters and flow logic.

B.  

Use after reasoning to set custom variables that will be used in filters and flow logic.

C.  

Use Agent Router to set custom variables that will be used in filters and flow logic.

Discussion 0
Questions 29

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?

Options:

A.  

The related list is Read Only.

B.  

The related list prompt template option is not enabled.

C.  

The related list is not on the parent object’s page layout.

Discussion 0
Questions 30

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?

Options:

A.  

Create an Email Configuration for the Service Agent.

B.  

Create an Omni-Channel flow to point to an email template.

C.  

No action needed; the Service Agent connects automatically.

Discussion 0
Questions 31

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?

Options:

A.  

To generate relevant content when engaging with each customer

B.  

To analyze past campaign performance

C.  

To send automated emails to all customers

Discussion 0
Questions 32

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?

Options:

A.  

The before_reasoning block will only run once and sets the immutable variables.

B.  

The before_reasoning block runs at the start of the next turn after a transition.

C.  

The before_reasoning block only runs on the very first turn after the agent launches.

Discussion 0
Questions 33

Which element should an Agentforce Specialist use in an Omni-Flow to route conversations to an agent?

Options:

A.  

Route Conversation

B.  

Route Work

C.  

Route to Agent

Discussion 0
Questions 34

Universal Containers wants to automatically populate the Description field on the Account object.

Options:

A.  

Sales Email

B.  

Flex

C.  

Field Generation

Discussion 0
Questions 35

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?

Options:

A.  

Plan Canvas

B.  

Agent Settings

C.  

Event Logs

Discussion 0
Questions 36

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?

Options:

A.  

The customer-facing Service Agent inherits the security context of the Experience Cloud site’s guest user profile by default, requiring guest profile object permissions to be configured for all actions the agent executes.

B.  

The internal Sales Productivity Agent executes actions using the authenticated Salesforce employee’s own permissions, while the customer-facing Service Agent executes actions as a dedicated Einstein Service Agent User with its own permission set.

C.  

Both the internal Sales Productivity Agent and the customer-facing Service Agent execute actions as a dedicated Einstein Service Agent User with its own permission set that is configured as required for the agent.

Discussion 0
Questions 37

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?

Options:

A.  

Set up custom validation rules on the underlying booking objects to prevent non-eligible customers from completing bookings.

B.  

Configure topic instructions that clearly state booking actions should only be used for Premium or Elite customers and include examples.

C.  

Create a context variable mapped to the customer ' s membership tier field, then add a conditional filter on MembershipTier.

Discussion 0
Questions 38

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?

Options:

A.  

When the goal is to streamline customer support processes and improve response times

B.  

When the main objective is to enhance data security and compliance measures

C.  

When the focus is on optimizing marketing campaigns and strategies

Discussion 0
Questions 39

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?

Options:

A.  

The main contents of the article to ensure the most relevant article is used.

B.  

Any text or text area fields that provide a concise summary of the article.

C.  

Any standard or custom formula field that contains a suitable concatenated key.

Discussion 0
Questions 40

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?

Options:

A.  

Call Summaries

B.  

Call Explorer

C.  

Call Insights

Discussion 0
Questions 41

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?

Options:

A.  

In Copilot Builder within the Dynamic Panel, turn on dynamic debugging to show the inputs and outputs.

B.  

Copilot Builder within the Dynamic Panel, confirm selected action and observe the values in Input and Output sections.

C.  

In Copilot Builder, verify the utterance entered by the user and review session event logs for debug information.

Discussion 0
Questions 42

After configuring and saving a Salesforce Agentforce Data Library (regardless of the data source), which components are automatically created and available in Data Cloud?

Options:

A.  

A data pipeline, an indexing engine, and a query processor

B.  

A data connector, an analytics dashboard, and a workflow rule

C.  

A data stream, a search index, and a retriever

Discussion 0
Questions 43

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?

Options:

A.  

Service Replies

B.  

Case Replies

C.  

Knowledge Replies

Discussion 0
Questions 44

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?

Options:

A.  

Adjust the fixed criteria of the standard Coherence quality evaluation to control the LLM-as-judge evaluation.

B.  

Enable the default Instruction Adherence evaluation which natively uses LLM-as-judge.

C.  

Create a custom evaluation with a tailored prompt outlining the framework’s criteria.

Discussion 0
Questions 45

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?

Options:

A.  

The LLM interprets the user ' s request, generates a plan by identifying the apcMopnete topics and actions, and executes the actions to retrieve and display the open opportunities

B.  

The LLM uses a static set of rules to match the user ' s request with predefined topics and actions, bypassing the need for dynamic interpretation and planning.

C.  

Using a dialog pattern. the LLM matches the user query to the available topic, action and steps thenperforms the steps for each action, such as retrieving a fast of open opportunities.

Discussion 0
Questions 46

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?

Options:

A.  

The flow was not manually activated in the production org after the deployment.

B.  

The user in production does not have permission to run the flow.

C.  

The change set did not include the dependent Apex classes for the flow.

Discussion 0
Questions 47

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?

Options:

A.  

Enable Einstein Conversation Insights, connect a recording provider, assign permission sets, and customize insights with up to 25 products.

B.  

Enable Einstein Conversation Insights, assign permission sets, define recording managers, and customize insights with up to 50 competitor names.

C.  

Enable Einstein Conversation Insights, enable sales recording, assign permission sets, and customize insights with up to 50 products.

Discussion 0
Questions 48

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?

Options:

A.  

Leverage the Agent Large Language Model (LLM) UI and test UC ' s agents with different utterances prior to activating the agent.

B.  

Deploy the agent in a QA sandbox environment and review the Utterance Analysis reports to review effectiveness.

C.  

Create a CSV file with UC ' s test cases in Agentforce Testing Center using the testing template.

Discussion 0
Questions 49

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?

Options:

A.  

Assign a permission set to the dedicated Agent User that restricts Read access to the default Salesforce large language model (LLM) metadata records.

B.  

Configure a Data 360 Private Connect endpoint that automatically reroutes all Agentforce requests away from the default large language model (LLM) Gateway.

C.  

Register the model as a BYOLLM in Einstein Studio, then explicitly select this model when configuring the prompt template.

Discussion 0
Questions 50

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?

Options:

A.  

Agent performance, token usage, and conversation duration

B.  

Response performance, tone, and CSATs

C.  

Response times, accuracy and relevance of answers, and resolution success

Discussion 0
Questions 51

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?

Options:

A.  

Assign the Agentforce Service Agent user the lowest possible role in the organization ' s hierarchy to block access.

B.  

Disable the Agentforce Service Agent ' s ability to use any Salesforce custom object or related fields.

C.  

Follow the principle of least privilege and avoid granting permission to view the Medical Product object or related

Discussion 0
Questions 52

What is the primary advantage of creating an individual retriever instead of the default retriever?

Options:

A.  

Individual retrievers can aggregate multiple data spaces and data model objects (DMOs) into a unified retriever output.

B.  

Individual retrievers allow the configuration of filters, specified fields, and how many results are returned.

C.  

Individual retrievers automatically generate new search indexes and dynamically update vectors.

Discussion 0
Questions 53

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?

Options:

A.  

Implement a custom object to temporarily store verification status and have each agent query it via SOQL actions during execution.

B.  

Store customer identity information in conversation variables created by the first agent and have other agents read those same conversation variables.

C.  

Use the Agent API to start the downstream agent ' s session and pass the verified customer ID as a read-only context variable, ensuring security and preventing LLM alteration.

Discussion 0
Questions 54

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?

Options:

A.  

That the field chosen must be a rich text field with 255 characters or more.

B.  

That the org is set to API version 59 or higher

C.  

That the Lightning page layout where the field will reside has been upgraded to Dynamic Forms

Discussion 0
Questions 55

What is the main benefit of using a Knowledge article in an Agentforce Data Library?

Options:

A.  

Only the retriever for Knowledge articles allows for agents to access Knowledge from both inside the platform and on a customer ' s website.

B.  

It provides a structured, searchable repository of approved documents so the agent can retrieve reliable information for each inquiry..

C.  

The retriever for Knowledge articles has better accuracy and performance than the default retriever.

Discussion 0
Questions 56

What does it mean when a prompt template version is described as immutable?

Options:

A.  

Only the latest version of a template can be activated.

B.  

Every modification on a template will be saved as a new version automatically.

C.  

Prompt template version is activated; no further changes can be saved to that version.

Discussion 0
Questions 57

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?

Options:

A.  

Convert the JSON to an XML merge field.

B.  

Use External Service Record merge fields.

C.  

Use “Add Prompt Instructions” flow element.

Discussion 0
Questions 58

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?

Options:

A.  

Create a prompt template for product tutorials and guides.

B.  

Add an Answer Questions custom field in the product object for tutorial instructions.

C.  

Publish product tutorials and guides as Knowledge articles.

Discussion 0
Questions 59

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?

Options:

A.  

Make Less Formal

B.  

Enhance Friendliness

C.  

Optimize for Clarity

Discussion 0
Questions 60

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?

Options:

A.  

Role, Task, LLM Clarity Score, and Format

B.  

Role, Task, Token Size Limit, and Format

C.  

Task, Context, Constraints, and Format

Discussion 0
Questions 61

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?

Options:

A.  

View the user click path that led to each agent action.

B.  

View session data including user input and agent responses for sessions.

C.  

Generate details reports on all agent conversations over any time period.

Discussion 0
Questions 62

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?

Options:

A.  

Record Summary

B.  

Sales Email

C.  

Field Generation

Discussion 0
Questions 63

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?

Options:

A.  

Call Summaries

B.  

Einstein Sales Insights

C.  

Call Explorer

Discussion 0
Questions 64

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?

Options:

A.  

Invoke a flow which makes a call to external data to create a Knowledge article.

B.  

Execute tasks based on available actions, answering questions using information from accessible Knowledge articles.

C.  

Generate Knowledge article based off the prompts that the agent enters to create steps to cancel flights.

Discussion 0
Questions 65

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?

Options:

A.  

Configure the retriever to operate in dynamic mode so that it modifies the search Index structure at runtime.

B.  

Ensure the retriever ' s filters are defined to limit the scope of each search efficiently.

C.  

Increase the recency bias setting for the retriever limiting scope to more recent data.  

Discussion 0
Questions 66

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?

Options:

A.  

fine-tune the Einstein AI model with CBM data.

B.  

Build Al model with Einstein discovery and deploy to sales users.

C.  

Enable Agentforce and deploy to sales users.

Discussion 0
Questions 67

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?

Options:

A.  

Allow View Knowledge and Run Flows

B.  

Access Knowledge records and fields, and Allow View Knowledge

C.  

Access Custom Objects and Manage External Users

Discussion 0
Questions 68

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?

Options:

A.  

Agentforce Observability, leveraging Agent Analytics dashboards and the Session Tracing Data Model to review aggregate performance and drill into specific underperforming interactions.

B.  

The Einstein Trust Layer Audit Trail, exporting the raw JSON logs to measure the token usage and temperature settings of every user session.

C.  

The Salesforce Optimization report, scheduling a monthly scan to identify deprecated subagents and unused agent actions across the org.

Discussion 0
Questions 69

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?

Options:

A.  

Agentforce SDR only works with the standard Lead object.

B.  

Agentforce SDR only works on Opportunities.

C.  

Agentforce SDR only supports custom objects associated with Accounts.

Discussion 0
Questions 70

In a Knowledge-based data library, which capability does enabling the “Filter by Knowledge Data Categories” option provide?

Options:

A.  

It applies custom metadata from the selected data categories to the Knowledge articles, aiming to enhance search relevance.

B.  

It organizes the indexed Knowledge articles into separate sections based on their assigned data categories.

C.  

It limits the indexed articles to only those belonging to selected data categories, thereby improving indexing precision.

Discussion 0
Questions 71

Coral Cloud Resorts wants to handle frequent customer misspellings of package names in queries.

Which approach should the Agentforce Specialist implement?

Options:

A.  

Hybrid search

B.  

Vector search

C.  

Keyword search

Discussion 0
Questions 72

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?

Options:

A.  

Agent-to-Agent (A2A) protocol support

B.  

Model Context Protocol (MCP) server support

C.  

MuleSoft connector for custom hosted processes

Discussion 0
Questions 73

What is the correct process to leverage Prompt Builder in a Salesforce org?

Options:

A.  

Select the appropriate prompt template type to use, select one of Salesforce ' s standard prompts, determine the object to associate the prompt, select a record to validate against, and associate the prompt to an action.

B.  

Select the appropriate prompt template type to use, develop the prompt within the prompt workspace, select resources to dynamically insert CRM-derived grounding data, pick the model to use, and test and validate the generated responses.

C.  

Enable the target object for generative prompting, develop the prompt within the prompt workspace, select records to fine-tune and ground the response, enable the Trust Layer, and associate the prompt to an action.

Discussion 0
Questions 74

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?

Options:

A.  

Upload a structured CSV test template and run batch test cases in Testing Center.

B.  

Manually interact with the agent in Builder until responses seem correct.

C.  

Use pilot users in production to flag incorrect responses post-launch.

Discussion 0
Questions 75

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?

Options:

A.  

Monitor and refine the template based on user feedback.

B.  

Use the Prompt Builder Scorecard to help monitor.

C.  

Periodically change the templates grounding object.

Discussion 0
Questions 76

Once a data source is chosen for an Agentforce Data Library, what is true about changing that data source later?

Options:

A.  

The data source can be changed through the Data Cloud settings.

B.  

The Data Retriever can be reconfigured to use a different data source.

C.  

The data source cannot be changed after it is selected.  

Discussion 0
Questions 77

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?

Options:

A.  

Model Builder

B.  

App Builder

C.  

Copilot Builder

Discussion 0
Questions 78

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)?

Options:

A.  

Depend on the agent ' s prompt to avoid exposing PII.

B.  

Encrypt embeddings, but still index PII records.

C.  

Mask sensitive fields and index only non-PII data.

Discussion 0
Questions 79

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?

Options:

A.  

Change the search index’s parser from the default to Docling.

B.  

Use an ensemble retriever to stitch multiple chunks back together dynamically.

C.  

Switch the search index configuration to use only keyword search scoring.

Discussion 0
Questions 80

What is the role of the large language model (LLM) in understanding intent and executing an Agent Action?

Options:

A.  

Find similar requested topics and provide the actions that need to be executed.

B.  

Identify the best matching topic and actions and correct order of execution.

C.  

Determine a user’s topic access and sort actions by priority to be executed.

Discussion 0
Questions 81

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?

Options:

A.  

Create an autolaunched flow and invoke the prompt template using the standard " Prompt Template " flow action.

B.  

Create a template-triggered prompt flow and invoke the prompt template using the standard " Prompt Template " flow action.

C.  

Create a screen flow to collect the sales order number and invoke the prompt template using the standard " Prompt Template " flow action.

Discussion 0
Questions 82

Universal Containers (UC) would like to implement the Sales Development Representative (SDR) Agent. Which channel consideration should UC be aware of while implementing it?

Options:

A.  

SDR Agent must be deployed in the Messaging channel.

B.  

SDR Agent only works in the Email channel.

C.  

SDR Agent must also be deployed on the company website.

Discussion 0
Questions 83

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?

Options:

A.  

The user does not have the Prompt Template User permission set assigned.

B.  

The prompt template associated with summary field is not activated for that user.

C.  

The user does not have the field Generative AI User permission set assigned.

Discussion 0
Questions 84

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?

Options:

A.  

Agent Event Logs dashboard.

B.  

AI Audit and Feedback Data dashboard.

C.  

User Utterances dashboard.

Discussion 0
Questions 85

Universal Containers wants to use an external large language model (LLM) in Prompt Builder.

What should An Agentforce recommend?

Options:

A.  

Use Apex to connect to an external LLM and ground the prompt.

B.  

Use BYO-LLM functionality in Einstein Studio.

C.  

Use Flow and External Services to bring data from an external LLM.

Discussion 0
Questions 86

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?

Options:

A.  

Model Context Protocol (MCP)

B.  

Application Programming Interface (API)

C.  

Agent-to-Agent (A2A)

Discussion 0
Questions 87

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?

Options:

A.  

Build a subagent action using a Salesforce Flow to query the Knowledge articles data model object at runtime and return matching content to the agent, ensuring the agent always retrieves live article data directly from the Knowledge object.

B.  

Create an Agentforce Data Library connected to the Salesforce Knowledge base, filtered to published articles only, enabling the agent to ground responses using retrieval-augmented generation powered semantic retrieval that automatically reflects Knowledge updates without requiring agent reconfiguration.

C.  

Configure a custom retriever in Einstein Studio connected to a Data 360 search index, applying filters to restrict results to documents tagged as current.

Discussion 0
Questions 88

What is best practice when refining Agent custom action instructions?

Options:

A.  

Provide examples of user messages that are expected to trigger the action.

B.  

Use consistent introductory phrases and verbs across multiple action instructions.

C.  

Specify the persona who will request the action.

Discussion 0
Questions 89

How does an Agent respond when it can’t understand the request or find any requested information?

Options:

A.  

With a preconfigured message, based on the action type.

B.  

With a general message asking the user to rephrase the request.

C.  

With a generated error message.

Discussion 0
Questions 90

Universal Containers (UC) needs to improve the agent productivity in replying to customer chats.

Which generative AI feature should help UC address this issue?

Options:

A.  

Case Summaries

B.  

Service Replies

C.  

Case Escalation

Discussion 0
Questions 91

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?

Options:

A.  

Paste external PDF links into topic instructions and rely on the model to follow them, avoiding configuration of a retrieval source, index, or retriever action.

B.  

Upload the PDFs as File source in the Agentforce Data Library which will build a Search Index, and create a retriever to ground responses from those documents.

C.  

Configure Data Cloud to ingest file attachments and create custom index and retriever for product record and attachment data.

Discussion 0
Questions 92

For an Agentforce Data Library that contains uploaded files, what occurs once it is created and configured?

Options:

A.  

Indexes the uploaded files in a location specified by the user

B.  

Indexes the uploaded files into Data Cloud

C.  

Indexes the uploaded files in Salesforce File Storage

Discussion 0
Questions 93

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?

Options:

A.  

Define filters to narrow the search results based on specific conditions.

B.  

Change the search index to a different data model object (DMO).

C.  

Increase the maximum number of results returned to capture a broader dataset.

Discussion 0
Questions 94

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?

Options:

A.  

Prompt Builder must be used to assign the fields from the related list as a JSON format.

B.  

After selecting a related list from the Account, use the field picker to choose merge fields in Prompt Builder.

C.  

The fields for the related list are based on the default page layout of the Account for the current user.

Discussion 0
Questions 95

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?

Options:

A.  

Procedural instructions requiring Salesforce Flows to route to the correct subagent

B.  

Use of global instructions to define subagent routing for agents in compliance-regulated environments

C.  

Overlap in subagent descriptions and entry conditions between the Claims Intake and Policy Inquiry subagents

Discussion 0
Questions 96

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?

Options:

A.  

Create a custom validation rule on the Agent Session object to prevent users from submitting prompts that do not match the selected agent’s system instructions.

B.  

Implement a Single Org Multi-Agent (SOMA) to act as a unified, central entry point that interprets user intent and routes the request to the appropriate specialized capabilities.

C.  

Deploy a standalone Multi-Agent architecture where each specialized agent prompts the user to verify their specific department and role before proceeding with the conversation.

Discussion 0
Questions 97

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?

Options:

A.  

REST API

B.  

Metadata API

C.  

SOAP API

Discussion 0
Questions 98

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?

Options:

A.  

Sales Coach Agent

B.  

Service Agent

C.  

Employee Agent

Discussion 0
Questions 99

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?

Options:

A.  

Case, Knowledge, and Case Notes

B.  

Case and Knowledge

C.  

Case, Case Emails, and Knowledge

Discussion 0
Questions 100

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?

Options:

A.  

Storing this data requires Data Cloud to be provisioned.

B.  

Storing this data requires a custom object for data to be configured.

C.  

Storing this data requires Salesforce big objects.

Discussion 0
Questions 101

What happens when a chunk of text is vectorized?

Options:

A.  

It creates numerical representations of chunk content to enable meaning-based retrieval.

B.  

It encrypts the content so it can be stored securely within Data 360 data spaces.

C.  

It reduces the file size of the original document to reduce Data 360 costs.

Discussion 0
Questions 102

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?  

Options:

A.  

Outbound Omni-Channel Flow

B.  

Screen Flow

C.  

Prompt Flow  

Discussion 0
Questions 103

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?

Options:

A.  

Update the Object and Field access in the AgentforceServiceAgentUserPsg permission set group that is already assigned to the Agentforce Service Agent user,

B.  

Create a new permission set with the Einstein Agent License and enable Read access to the custom fields and custom objects, and assign it to the Agentforce Service Agent user.

C.  

Update the Object and Field access in the Einstein Agent User Profile so that the Agentforce Service Agents will always get the necessary access.

Discussion 0
Questions 104

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?

Options:

A.  

Call the prompt directly from Data Cloud with a web tracing activity included in the prompt definition.

B.  

Add the activity records as an enrichment related list to the Contact then pass the Contact into a prompt template workspace using related list grounding.

C.  

Create a prompt template that takes a list of all Data Cloud activity records as input to pass to the large language model (LLM).

Discussion 0
Questions 105

An Agentforce wants to ground a new prompt template with the User related list.

What should the Agentforce Specialist consider?

Options:

A.  

The User related list should have View All access.

B.  

The User related list needs to be included on the record page.

C.  

The User related list is not supported in prompt templates.

Discussion 0
Questions 106

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?

Options:

A.  

Apex Trigger

B.  

SOQL

C.  

Flows

Discussion 0
Questions 107

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?

Options:

A.  

Field Generation

B.  

Sales Email

C.  

Record Summary

Discussion 0
Questions 108

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?

Options:

A.  

The prompt does not specify that it is a custom LLM.

B.  

BYOLLM is not yet supported for in prompt templates in production.

C.  

The name of the LLM does not match in sandbox and production.

Discussion 0
Questions 109

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?

Options:

A.  

Review that the custom action Is assigned to an Agent.

B.  

Review the action Instructions to ensure they are unique.

C.  

Ensure the input and output types are correctly chosen.

Discussion 0
Questions 110

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?

Options:

A.  

Ensemble Retriever

B.  

Agentforce Data Library

C.  

Search Index

Discussion 0
Questions 111

What is the role of the large language model (LLM) in executing an Agent Action?

Options:

A.  

Find similar requests and provide actions that need to be executed

B.  

Identify the best matching actions and correct order of execution

C.  

Determine a user ' s access and sort actions by priority to be executed

Discussion 0
Questions 112

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?

Options:

A.  

Service Agent to resolve the case end-to-end and create a new opportunity for the sales team

B.  

Sales Agent to handle the upsell and large-deal escalation

C.  

Employee Agent to orchestrate internal logistics and finance

Discussion 0
Questions 113

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?

Options:

A.  

Agent Action: Find Similar Opportunities

B.  

Agent Action: Draft or Revise Sales Email

C.  

Agent Action: Summarize Record

Discussion 0