Recommended Actions
Summarize
Summary of Recommended Actions
Recommended Actions in ServiceNow enable agents to receive context-specific suggestions and guidance to efficiently handle records such as cases. These recommendations can suggest actions to take, values to fill in fields, or guided decision flows, helping agents resolve issues faster and more accurately.
Show less
Key Features
- Guidance: Actions presented as cards in the workspace side panel that agents can perform directly, such as applying resolution notes from a solved case or creating a work order.
- Field Recommendations: Suggested values for fields that appear as messages under fields or can be auto-filled based on configured confidence thresholds and preferences. For example, recommending assignment groups based on case descriptions.
- Decision Trees: Multi-step guided flows that ask agents questions and provide tailored guidance at the end, supporting complex troubleshooting scenarios. Requires the Guided Decisions application.
- Display: Guidance and decision tree actions are shown as cards in the contextual side panel, while field recommendations appear directly on record forms.
Configuration Elements
- Context: Defines when recommended actions appear by specifying rules related to particular tables or record conditions.
- Context Inputs: Allow dynamic updating of recommendations by incorporating additional entities beyond the main record context.
- Rules: Conditions that trigger the display of recommended actions for records within a context.
- Recommendations: The actual suggested actions or field values that agents see, which can be guidance-based or field recommendations.
- Resource Generators: Mechanisms such as decision tables, flows, scripts, or AI-powered tools that supply information like knowledge article links to enrich recommended actions.
- Arbitration Parameters: Settings that control how often recommendations appear and their priority, ensuring the most relevant guidance is presented to agents.
Practical Benefits for ServiceNow Customers
By implementing Recommended Actions, customers can streamline agent workflows, enhance decision-making accuracy, and reduce resolution times. Agents receive targeted suggestions tailored to the specific context of each record, enabling faster, more consistent customer issue resolution and improved service delivery.
Use Recommended Actions to display relevant actions to agents based on a context of a record or recommend a value for a field.
Action types in Recommended Actions
| Action type | Description | Use cases |
|---|---|---|
| Guidance |
A guidance is an action that an agent can take or information that an agent can share.
|
|
| Field recommendation | A field recommendation is a value that is recommended for a field. Depending on the configuration, the recommended field values are auto-filled or shown as messages underneath the fields for the new records. The recommended field values are shown as messages only underneath the fields for the existing records.
|
|
| Decision tree | A decision tree is a guided flow for agents to follow. A decision tree is a multi-step process that asks a series of questions. Based on the answers that an agent enters, a guidance is provided. Note: The Guided Decisions application (sn_gd_core) is required to create decision trees. |
Rina created a case to report that their phone isn’t charging. The agent assigned to the case is recommended to use a decision tree that asks a series of questions to troubleshoot the issue with the phone and provides a guidance in the end. |
For more information, see Creating guidance and field recommendation in Recommended Actions.
Elements for configuring recommended actions
- Context
- A context enables agents to see recommended actions for a record in that table when certain rules are met. For more information, see Contexts in Recommended Actions.
- Context input
- A context input enables you to utilize the entities other than the context table to define rules, recommendations, and resource generators so that recommendations are updated dynamically as the context changes. For more information, see Context inputs in Recommended Actions.
- Rule
- A rule is a set of conditions that applies to a context and determines when a recommended action appears for records in the context table. For more information, see Rules in Recommended Actions.
- Recommendation
- A recommendation is a way to suggest an action to an agent. You can create recommendations with action types of guidance and field recommendation. For more information, see Recommendations in Recommended Actions.
- Resource generators
- Resource generators provide helpful information for guidance and field recommendations. The resource generators use decision table, flow, scripts, Predictive Intelligence framework, or AI search capabilities to generate resources. For example, a resource generator can provide a knowledge article link that can then be used as a recommended action for a case. For more information, see Resource generators in Recommended Actions.
- Arbitration parameters
- Arbitration parameters determine the frequency of issues or the priority order of the recommended actions so that agents get the guidance that they must help resolve customer issues.