AI capabilities for enhancing custom applications
Summarize
Summary of AI capabilities for enhancing custom applications
ServiceNow Otto for App Engine offers powerful AI capabilities designed to enhance custom applications by integrating generative AI features such as skills, AI agents, and agentic workflows. These capabilities enable customers to automate tasks, generate insights, and improve user interactions within their custom apps.
Show less
Skills
Skills are predefined or custom generative AI functions that complete specific tasks, like summarizing records. They operate by analyzing input data (typically table records), using prompts to instruct the underlying large language model (LLM), and producing outputs such as text or structured data. Skills can be activated through various methods including the Now Assist panel, UI actions, or Virtual Agent conversations.
There are two main types of skills:
- Now Assist Platform skills: Preconfigured for common use cases but require significant duplication and reconfiguration for custom apps.
- Custom skills: Built with the AI Skill Kit tailored for specific use cases and designed to integrate smoothly with custom applications.
Additionally, ServiceNow Otto for App Engine includes a custom app record summarization skill that helps generate AI-based summaries of records within custom tables, configurable for user interaction via UI or Now Assist panel.
AI Agents
AI agents are generative AI constructs that combine LLM instructions and tools to perform defined roles and complex tasks. Key components include:
- Agent roles: Define capabilities and responsibilities.
- Instruction steps: Sequential tasks the agent follows.
- Tools: Additional resources like skills and data sources.
- Triggers and availability: Define how agents start and where they appear (Now Assist panel or Virtual Agent).
Agentic Workflows
Agentic workflows orchestrate multiple AI agents to achieve specific business outcomes, such as task classification or email processing. They are managed by:
- AI Agent Orchestrator: Controls workflow coordination between agents.
- AI Agent Communicator: Facilitates communication among agents and orchestrator.
Integration in Custom Applications
ServiceNow Otto for App Engine supports enhancing custom applications with:
- Now Assist skills, AI agents, and agentic workflows—preconfigured but requiring considerable modification to fit custom use cases.
- Custom skills, AI agents, and agentic workflows—created and configured during development to align seamlessly with custom application requirements.
Choosing between prebuilt components and custom-built AI solutions depends on the specific use case and desired integration complexity.
Learn about the AI capabilities available with ServiceNow Otto 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 | Generative AI skills in the Platform workflow |
| Custom skills | Skills that you create custom for your use case with AI Skill Kit | Can be designed to work within custom apps during the creation process, when you define the skill inputs and outputs |
ServiceNow Otto for App Engine custom app record summarization skill
Starting with version 28.2.4 of ServiceNow Otto for App Engine, you can also use the custom app record summarization skill, which is a template skill available with ServiceNow Otto 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 |