- 11 more key points in Pro version
- 5 more common mistakes in Pro version
- 5 more exam tips in Pro version
- 67 more related questions in Pro version
Summary
AI Agents questions test how Agentforce turns user intent into controlled work: the reasoning engine uses configured subagent descriptions and conversational context to select and chain actions. Deterministic behavior comes from shared variables, explicit input mapping, and availability conditions, while roles, instructions, actions, knowledge, and guardrails define purpose and boundaries. Channel selection determines where an agent is available, and agent type selection depends on whether a supported preconfigured pattern or a custom design fits the job. Security remains separate from reasoning and channel design: execution context, permissions, sharing, field-level access, and Einstein Trust Layer protections work together rather than replacing one another.
Key Points
- available-when condition - This condition ensures that a component is only active when a specified variable has a particular value, controlling access based on deterministic agent behavior.
Common Mistakes
- Trust Layer protections govern AI processing and monitoring; permissions, sharing, record access, and field-level security govern what data and actions are available.
Exam Tips
- Select Trust Layer controls when the requirement concerns protected prompt processing, harmful-output detection, retention handling, or interaction monitoring.