00:00

QUESTION 21

Universal Containers recently added a custom flow for processing returns and created a new Agent Action. Which action should the company take to ensure the Agentforce Service Agent can run this new flow as part of the new Agent Action?

Correct Answer: C
Comprehensive and Detailed In-Depth Explanation:UC has created a custom flow for processing returns and linked it to a new Agent Action for the Agentforce Service Agent, an AI-driven agent for customer service tasks. The agent must have the ability to execute this flow. Let??s assess the options.
✑ Option A: Recreate the flow using the Agentforce agent user.Flows are authored by admins or developers, not "recreated" by specific users like the Agentforce agent user (a system user for agent operations). The issue isn??t the flow??s creation context but its execution permissions. This option is impractical and incorrect.
✑ Option B: Assign the Manage Users permission to the Agentforce Agent user.The "Manage Users" permission allows user management (e.g., creating or editing users), which is unrelated to running flows. This permission is excessive and irrelevant for the Service Agent??s needs, making it incorrect.
✑ Option C: Assign the Run Flows permission to the Agentforce Agent user.The Agentforce Service Agent operates under a dedicated system user (e.g., "Agentforce Agent User") with a specific profile or permission set. To execute a flow as part of an Agent Action, this user must have the "Run Flows" permission, either via its profile or a permission set (e.g., Agentforce Service Permissions). This ensures the agent can invoke the custom flow for processing returns, aligning with Salesforce??s security model and Agentforce setup requirements. This is the correct answer.
Why Option C is Correct:Granting the "Run Flows" permission to the Agentforce Agent user is the standard, documented step to enable flow execution in Agent Actions, ensuring
the Service Agent can process returns as intended.
References:
✑ Salesforce Agentforce Documentation: Agent Builder > Custom Actions – Requires "Run Flows" for flow-based actions.
✑ Trailhead: Set Up Agentforce Service Agents – Lists "Run Flows" in agent user permissions.
✑ Salesforce Help: Agentforce Security > Permissions – Confirms flow execution needs.

QUESTION 22

An Agentforce at Universal Containers (UC) is building with no-code tools only. They have many small accounts that are only touched periodically by a specialized sales team, and UC wants to maximize the sales operations team's time. UC wants to help prep the sales team for the calls by summarizing past purchases, interests in products shown by the Contact captured via Data Cloud, and a recap of past email and phone conversations for which there are transcripts.
Which approach should the Agentforce Specialist recommend to achieve this use case?

Correct Answer: A
For no-code implementations, Prompt Builder allows Agentforce Specialists to create prompt templates that dynamically ground responses in Salesforce CRM data (e.g., past purchases) and Data Cloud insights (e.g., product interests) without custom coding. The standard foundation model (e.g., Einstein GPT) can synthesize this data into summaries, leveraging structured and unstructured sources (e.g., email/phone transcripts). Fine-tuning (B) or custom models (C) require code and are unnecessary here, as the use case does not involve unique data patterns requiring model retraining.
Reference:
Salesforce Help Article: Prompt Builder for No-Code AI ("Grounding in CRM and Data Cloud" section).
Einstein GPT Implementation Guide: "Generating Summaries with Pre-Built Models."

QUESTION 23

Where should the Agentforce Specialist go to add/update actions assigned to a copilot?

Correct Answer: A
To add or update actions assigned to a copilot, An Agentforce can manage this through several areas:
✑ Copilot Actions Page: This is the central location where copilot actions are
managed and configured.
✑ Record Page for the Copilot Action: From the record page, individual copilot actions can be updated or modified.
✑ Copilot Action Library Tab: This tab serves as a repository where predefined or custom actions for Copilot can be accessed and modified.
These areas provide flexibility in managing and updating the actions assigned to Copilot,
ensuring that the AI assistant remains aligned with business requirements and processes. The other options are incorrect:
✑ B misses the Copilot Action Library, which is crucial for managing actions.
✑ C includes the Copilot Detail page, which isn't the primary place for action management.
References:
✑ Salesforce Documentation on Managing Copilot Actions
✑ Salesforce Agentforce Specialist Guide on Copilot Action Management

QUESTION 24

Universal Containers implements Custom Agent Actions to enhance its customer service operations. The development team needs to understand the core components of a Custom Agent Action to ensure proper configuration and functionality. What should the development team review in the Custom Agent Action configuration to identify one of the core components of a Custom Agent Action?

Correct Answer: B
Comprehensive and Detailed In-Depth Explanation:UC??s development team needs to identify a core component of a Custom Agent Action in Agent Builder. Let??s assess the options.
✑ Option A: Action Triggers"Action Triggers" isn??t a term used in Agentforce Custom Agent Action configuration. Actions are invoked by topics or plans, not standalone triggers, making this incorrect.
✑ Option B: InstructionsInstructions are a core component of a Custom Agent Action in Agentforce. Defined in Agent Builder, they guide the Atlas Reasoning Engine on how to execute the action (e.g., what to do with inputs, how to process data). Reviewing the instructions helps the team understand the action??s purpose and logic, making this the correct answer.
✑ Option C: Output TypesWhile outputs are part of an action??s result, "Output Types" isn??t a distinct configuration element in Agent Builder. Outputs are determined by the action??s execution (e.g., Flow or Apex), not a separate setting, making this less core and incorrect.
Why Option B is Correct:Instructions are a fundamental component of Custom Agent Actions, providing the AI??s execution directives, as per Salesforce documentation.
References:
✑ Salesforce Agentforce Documentation: Agent Builder > Custom Actions – Highlights instructions as key.
✑ Trailhead: Build Agents with Agentforce – Details configuring actions with instructions.
✑ Salesforce Help: Create Custom Actions – Confirms instructions?? role.

QUESTION 25

Universal Containers (UC) configured a new PDF file ingestion in Data Cloud with all the required fields, and also created the mapping and the search Index. UC Is now setting up the retriever and notices a required fleld is missing.
How should UC resolve this?

Correct Answer: B
Why is "Update the search index to include the desired field" the correct answer? When configuring a retriever in Data Cloud for PDF file ingestion, all necessary fields must be included in the search index. If a required field is missing, the correct action is to update the search index to ensure it is available for retrieval.
Key Considerations for Fixing Missing Fields in Data Cloud Retrievers:
✑ Search Index Controls Which Fields Are Searchable
✑ Ensures Complete and Accurate Data Retrieval
✑ Supports AI-Grounded Responses
Why Not the Other Options?
* A. Create a new custom Data Cloud object that includes the desired field.
✑ Incorrect because the issue is with indexing, not with Data Cloud object structure.
✑ The field already exists in Data Cloud; it just needs to be indexed.
* C. Modify the retriever's configuration to include the desired field.
✑ Incorrect because retriever configurations only define query rules; they do not modify the index itself.
✑ Updating the search index is the required step to ensure the field is retrievable.
Agentforce Specialist References
✑ Salesforce AI Specialist Material confirms that search indexing is required for retrievers to access specific fields in Data Cloud.