---
sourceDocument: Australia Enable AI
sourceDocumentLink: https://www.servicenow.com/docs/r/intelligent-experiences

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# NLU entities

# NLU entities {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Entities provide your model with additional context when receiving user input. Add entities to your utterances and intents to improve the predictions of your Natural Language Understanding (NLU) model.

Think of entities as the object of the action that the user wants to perform. The model interprets the utterance by matching it with an intent, but also uses entities to gather more details on the request.  
For example, if a user types in <kbd class="ph userinput">I have a critical issue with a slow laptop</kbd>, the system predicts a match to the intent #TroubleshootSlowComputer. From this utterance, the model also identifies the following entities:

* HARDWARE (entity) - laptop (value)
* urgency (entity) - High (value)
{#entities__ul_d52_crv_zyb}

NLU entities fall into two categories: system and user-defined. System entities such as DATE, TIME, and LOCATION are available by default in your instance. You can create your
own user-defined entities to provide context relevant to your business.  
There are five types of user-defined entities. Select one of the following links to learn more.

* [Create a simple entity](https://www.servicenow.com/docs/O7IJ7YuY_SjY3ys8ba5tDQ "Create one or more simple entities from words in your utterance examples. An entity is an object of, or context for, an action.")
* [Create a mapped entity](https://www.servicenow.com/docs/6wk3rj3h~QMc21y7qiqimg "Create an entity mapped to a vocabulary source, or to a list of values you manually create for the entity. Mapped entities can help provide multiple values the model can use as context when interpreting utterances.")
* [Create a pattern entity](https://www.servicenow.com/docs/KiiztyFnENsKU7pKAk_Igw "Create a pattern entity from a word or phrase with repeatable patterns, such as email addresses and phone numbers. These patterns help the system to recognize similar utterances based on the patterns.")
* [Create a system-derived entity](https://www.servicenow.com/docs/HDO226AdqxiOm1I0k0Yuvw "Create a custom entity that's derived from a default system entity such as date, time, duration, or location.")
* [Create an open-ended entity](https://www.servicenow.com/docs/I3nj_XBsgPfCvvyaCt7z6A "Use an open-ended entity when you want to improve intent prediction accuracy. Open-ended entities help your model focus on the context of the utterances.")
{#entities__ul_v5w_bht_nrb}

When you create entities, annotate them on utterances to provide examples to help your model learn. By annotating entities, you provide your model with linguistic associations and meaningful context for the system vocabulary.
Annotations strengthen the relevance of entities and help your model perform the correct action in response to your users' inputs.

You add entities to your utterances when you are creating the intents. The entities then become associated to that intent, giving you the Associated Intents number.

## Regular expressions {#entities__section_ocy_sjt_nrb}

Regular expressions (regex) help your model establish patterns that improve that model's ability to locate, match, and manage text. Use regular expressions with pattern entities to help your model understand formats
such as email addresses, phone numbers, and incident numbers.

To learn more, see [Using regular expressions in entities](https://www.servicenow.com/docs/VWbt_SPw7072lcGRMRcNyA "Learn how to use regular expressions in your NLU entities to establish patterns that help the system locate, match, and manage text.").

## Model availability {#entities__section_apv_njt_nrb}

When you create an entity, you can choose to make the entity available for reuse by other intents in the model. If you didn't select the Model availability box when creating the entity, you can edit the
entity afterwards.  
On the Model details page, select Entities. Select the name of the entity to bring up the entity details page. Then, select the Settings tab. Figure 1. Entity settings page

