AI capabilities for enhancing custom applications
Summarize
Summary of AI capabilities for enhancing custom applications
Now Assist for App Engine offers various AI capabilities to augment custom applications, including skills, AI agents, and agentic workflows. These tools help streamline tasks, improve user interaction, and enhance data processing within your applications.
Show less
Key Features
- Skills: Skills are generative AI capabilities that execute specific tasks, such as summarizing data. They consist of inputs (data), prompts (instructions for the AI), and outputs (generated responses). Skills can be activated conversationally, via UI actions, or through Virtual Agent interactions.
- AI Agents: AI agents are generative AI capabilities designed to perform specific tasks using large language model (LLM) instructions. They include defined roles, instruction sets, tools, triggers, and availability settings.
- Agentic Workflows: These workflows combine multiple AI agents to accomplish complex objectives, managed by an AI Agent Orchestrator for efficient task handling.
Key Outcomes
With these AI capabilities, ServiceNow customers can:
- Enhance custom applications with tailored skills and agents that meet specific business needs.
- Utilize the custom app record summarization skill to generate AI-driven summaries of records, facilitating better data management.
- Implement agentic workflows to automate and streamline processes, improving overall efficiency.
By leveraging these capabilities, customers can expect improved application functionality and user experience, contributing to better operational outcomes.
Learn about the AI capabilities available with Now Assist for App Engine that you can use to enhance custom applications, including skills, AI agents, and agentic workflows.
- Skills
- AI agents
- Agentic workflows
The following sections describe what each capability is and how you can use it to enhance a custom application. To learn about which AI capability might be best for your custom application use case, see Choosing the right AI capability.
Skills
On the ServiceNow AI Platform, a skill is a generative AI capability that contains instruction on how to complete a specific task for a use case, such as generating a summary.
- The input is the data that the skill analyzes to generate an output. Typically on the ServiceNow AI Platform, inputs are records in tables.
- The prompt is the instruction to the underlying large language model (LLM) that tells the skill what to do with the input. Prompts define the task, tone, and structure of the output.
- The output is the generated response from the LLM based on the prompt and input. Outputs can be plain text, structured data, or even formatted responses depending on how the skill is configured.
Now Assist Platform skills and custom skills
| Skill type | Description | Ease of use in custom applications | More information |
|---|---|---|---|
| Now Assist Platform skills | Preconfigured skills that are designed for existing use cases,such as document extraction and dashboard and visualization export | Must be duplicated and reconfigured significantly for use within custom apps | Now Assist skills in the Platform workflow |
| Custom skills | Skills that you create custom for your use case with Now Assist Skill Kit | Can be designed to work within custom apps during the creation process, when you define the skill inputs and outputs |
Now Assist for App Engine custom app record summarization skill
Starting with version 28.2.4 of Now Assist for App Engine, you can also use the custom app record summarization skill, which is a template skill available with Now Assist for App Engine. The skill enables you to generate AI summaries of records within custom apps and tables. You can configure the skill to summarize the tables and fields that you need, and you can choose how your app users interact with the skill through in-product UI or conversation in the Now Assist panel. For more information about the custom app record summarization skill, see Custom app record summarization skill.
AI agents
An AI agent is a generative AI capability that contains a set of large language model (LLM) instructions with the tools to perform specific tasks. On the ServiceNow AI Platform, AI agents are often part of agentic workflows and can be orchestrated to perform complex tasks. More information about agentic workflows is included in the following section.
- The AI Agent role defines the capabilities and responsibilities for the AI agent. Roles enable the AI agent to perform its required actions.
- The list of steps are the instructions are sent to the large language model (LLM) that describe the necessary steps the AI agent follows while carrying out its role.
- The tools are the additional resources, such as skills, and data sources that you can provide your AI agent to accomplish its role.
- The trigger defines how the AI agent is activated.
- The availability determines how your AI agent is displayed, either in the Now Assist panel or Virtual Agent.
Agentic workflows
An agentic workflow contains a set of large language model (LLM) instructions with one or more AI agents that can execute an objective. Agentic workflows are tailored to achieve specific business outcomes, such as classifying tasks or processing emails for tasks.
An agentic workflow is controlled by an AI Agent Orchestrator that coordinates the flow of work between AI agents. Additionally, an AI Agent Communicator helps to facilitate communication between the AI Agent Orchestrator and AI agents in the workflow.
For more information about agentic workflows, see General guidelines for creating AI agents and agentic workflows.
Now Assist AI agents, Platform agentic workflows, and custom AI agents and agentic workflows
| Ease of use within custom applications | More information | ||
|---|---|---|---|
| Now Assist AI agents and agentic workflows | Preconfigured AI agents and agentic workflows that are designed for existing use cases, such as incident resolution | Must be duplicated and modified significantly for use in custom applications | |
| Custom AI agents and agentic workflows | AI agents that you create custom for your use case using AI Agent Studio | Can be designed to work within custom apps during the creation process, when you define the AI agent and agentic workflow |