---
sourceDocument: Yokohama Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/intelligent-experiences

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# Natural Language Understanding

# Natural Language Understanding {#ariaid-title1}

Release version: Yokohama  
Updated January 30, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Natural Language Understanding

ServiceNow® Natural Language Understanding (NLU) enables your system to interpret and respond to human-expressed intents through natural language input.
By providing example utterances, the system learns word meanings and context to infer user or system actions.
The NLU Workbench allows you to create, train, test, and publish models that classify intents and extract entities from natural language inputs.
These models can be invoked by any ServiceNow application to improve interaction accuracy and automation.
Show full answer Show less  

## Key Features

* **NLU Terminology:** Key concepts include **Intents** (user goals), **Utterances** (example phrases), and **Entities** (contextual objects such as dates, roles, or priorities). System entities are predefined, while user-defined entities can be created for custom needs.
* **NLU Workbench:** A centralized tool for building and managing NLU models with iterative development phases: creation, training, testing, and publishing. It supports morphological representations of language for accurate intent and entity recognition.
* **NLU Inference Service:** Translates user utterances into machine-understandable formats by predicting intents and entities, enabling automated actions and integration with APIs.
* **Model Consumption:** Other ServiceNow applications, such as Virtual Agent, consume NLU model outputs to enhance chatbot understanding and conversational flows.
* **Multilingual Support:** Manage NLU models in multiple languages with consistent structure across languages, ensuring a unified user experience.
* **Integration with Virtual Agent:** Administrators can update and manage NLU models directly within the Virtual Agent Designer interface for streamlined chatbot configuration.

## Practical Benefits for ServiceNow Customers

* Enable intelligent automation by accurately interpreting user intents and contextual information through natural language input.
* Improve virtual agent and chatbot performance by leveraging NLU models for precise understanding of user statements.
* Streamline model lifecycle management with the NLU Workbench, facilitating continuous improvement and adaptation to evolving language use.
* Support global user bases by implementing multilingual NLU models that maintain consistent intent and entity recognition across languages.
* Integrate NLU capabilities into diverse ServiceNow applications to enhance user experience and operational efficiency.

## Getting Started and Support

* Explore NLU concepts and features to understand how to create and apply models effectively.
* Use the NLU Workbench to build, test, and publish models tailored to your organizational needs.
* Leverage Virtual Agent integration to update NLU models within conversational design workflows.
* Access community resources, known error articles, and ServiceNow Customer Service and Support for troubleshooting assistance.  
ServiceNow® Natural Language Understanding (NLU) provides an NLU Workbench and an NLU inference service that you can use to enable the system to learn and respond to human-expressed intent. By entering natural language examples into the system, you help it understand word meanings and contexts so it can infer user or system actions.

## Overview of Natural Language Understanding {#nlu-landing__section_jhx_jch_czb}

Figure 1. User input flow in the NLU model build process This image shows you the user input flow in the NLU model build process.

## NLU terminology {#nlu-landing__section_gzy_5wc_lhb}

In NLU parlance, these terms identify the key language components the system uses to classify, parse, and otherwise process natural language content.

Intent
:   Something a user wants to do or what you want your application to handle, such as granting access.

Utterance
:   A natural language example of a user intent. For example, a text string in an incident's short description, a chat entry, or an email subject line. Utterances are used to build and train intents and should therefore not
    include several or ambiguous meanings or intents.

Entity
:   The object of, or context for, an action. For example: a laptop, a user role, or a priority level.

System entity
:   These are predefined in an instance and have highly reusable meanings, such as date, time, and location.

User defined entity
:   These are created in the system by users and can be built from words in the utterances they create.

Common Entity
:   A context commonly used and extracted via a pre-defined entity model, such as currency, organization, people, or quantity.

Vocabulary
:   Vocabulary is used to define or overwrite word meanings. For example, you can assign the synonym "Microsoft" to the acronym "MS".

NLU Model
:   A collection of utterance examples and their associated intents and entities that the system uses as a reference to infer intents and entities in a new utterance. The NLU Workbench comes with pre-built NLU models for
    specific business units, such as an ITSM model. You can also create custom models.

This image illustrates how Natural Language Understanding processes and renders utterance examples into intents and entities in the system.  
Figure 2. NLU processes and renders utterance examples into intents and entities

## NLU Workbench {#nlu-landing__section_rzv_vwc_lhb}

Use the NLU Workbench to create morphological representations of human language. These models enable you to create intents and entities expressed in natural language utterances. Any ServiceNow application can invoke an NLU model to get an inference of intents and entities in a given utterance.

Using the nlu_admin role, you build your models in the NLU Workbench, where you create, train, test, and publish them iteratively.  
Figure 3. Overview of NLU Authoring API helping administrators build their models

For information on how to build and use an NLU model, see: [Create an NLU model](https://servicenow-prod.fluidtopics.net/iMREjN5qoG2H6_OaQmz~IA "Create a Natural Language Understanding (NLU) model from scratch. Start with an empty model to have full control over the model's content.").

## NLU inference service {#nlu-landing__section_xrx_rzl_vhb}

Natural Language Understanding provides an NLU inference service that helps the system to understand natural language and drive intelligent actions. This service trains and predicts intents and entities for a given user utterance in your model so
that its text translates into machine-understandable formats, such as APIs and parameters.  
Figure 4. Overview of how the system uses an NLU inference API to extract intents and entities

Here, the system uses an inference API to train NLU algorithms by using sample record data to identify intents and entities that are strong candidates for accurate prediction.

## NLU model consumption {#nlu-landing__section_frc_bxc_lhb}

Other ServiceNow® applications consume NLU model output, such as Virtual Agent.  
Figure 5. Overview of Virtual Agent application consuming NLU

For example, Virtual Agent administrators can configure a Virtual Agent Designer conversation flow to consume NLU models so that agent chatbots can better understand user statements in the conversation. For more information on how Virtual Agent consumes NLU models, see: Natural Language Understanding (NLU) topic discovery in Virtual Agent.

## Get started {#nlu-landing__section_khx_jch_czb}

|-|-|-|
| [ExploreLearn about NLU concepts and features.](https://servicenow-prod.fluidtopics.net/94N8WAKZGwYyJNp15tL_ig "ServiceNow Natural Language Understanding (NLU) provides an NLU Workbench and an NLU inference service that you can use to enable the system to learn and respond to human-expressed intent. By entering natural language examples into the system, you help it understand word meanings and contexts so it can infer user or system actions.") | [UseCreate, test, translate, and publish your NLU models.](https://servicenow-prod.fluidtopics.net/PMgH_wyPkik~yVCnTvfz5A "Use NLU models to apply ServiceNow Natural Language Understanding on your instances. Create, manage, test, and publish NLU models with the NLU Workbench.") | [IntegrateLearn how Virtual Agent administrators can update NLU models from within Virtual Agent Designer.](https://servicenow-prod.fluidtopics.net/VEsalrEv6_IaNvElYfp5Mg "Virtual Agent administrators can access and update their NLU models from within the Virtual Agent Designer user interface.") |
|   | [ReferenceLearn about using models in different languages for use in other applications](https://servicenow-prod.fluidtopics.net/IxnSfseb4il0g~hb7qqcMQ "The NLU Workbench application provides support for creating NLU models in different languages for use in other applications, such as Virtual Agent.") |   |
[ ]

{#nlu-landing__table_lhx_jch_czb}

## Troubleshoot and get help {#nlu-landing__section_qhx_jch_czb}

* [Virtual Agent \& NLU community page](https://www.servicenow.com/community/virtual-agent-nlu/ct-p/virtual-agent-natural-language)
* [Search the Known Error Portal for known error articles](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0597477)
* [Contact Customer Service and Support](https://support.servicenow.com/now?draw=case)
{#nlu-landing__ul_rhx_jch_czb}
* **[Exploring Natural Language Understanding](https://servicenow-prod.fluidtopics.net/94N8WAKZGwYyJNp15tL_ig)**   
  ServiceNow® Natural Language Understanding (NLU) provides an NLU Workbench and an NLU inference service that you can use to enable the system to learn and respond to human-expressed intent. By entering natural language examples into the system, you help it understand word meanings and contexts so it can infer user or system actions.
* **[Model management](https://servicenow-prod.fluidtopics.net/tlgh5xd1ZaiUQZ72i0SLmA)**   
  Manage your NLU model's life cycle in the NLU Workbench. Model management phases guide you through the iterative process of building, testing, and publishing your model.
* **[Multilingual model management](https://servicenow-prod.fluidtopics.net/bkHyBVpov7_IGertwoT65w)**   
  Use multilingual Natural Language Understanding (NLU) models for the system to understand user input in several languages. The NLU Workbench helps you manage and maintain a consistent structure for content across languages to provide a unified experience.
* **[Virtual Agent and NLU Workbench integration](https://servicenow-prod.fluidtopics.net/VEsalrEv6_IaNvElYfp5Mg)**   
  Virtual Agent administrators can access and update their NLU models from within the Virtual Agent Designer user interface.
* **[NLU Workbench - Advanced Features](https://servicenow-prod.fluidtopics.net/0JGgNSuhG9NPozaTxULmLw)**   
  NLU Workbench - Advanced Features expands the functionality of NLU Workbench to help you manage and improve your models.

