---
sourceDocument: Australia Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/intelligent-experiences

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# Create an NLQ shortcut

# Create an NLQ shortcut {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Create a semantic shortcut to help improve the ability of NLQ to recognize the various ways your users request data. Semantic shortcuts operate similarly to NLQ synonyms by mapping common words to columns, but for a selected table when certain conditions are met.

## Antes de Iniciar

Role required: admin, nlq_admin, or pa_analyst

## Por Que e Quando Desempenhar Esta Tarefa

Like NLQ synonyms, semantic shortcuts enable you to map common words in your users' requests to the columns in your instance tables. When these words are detected in natural-language queries, NLQ replaces them with actual column and table names, then submits the formal query.

Semantic shortcuts provide a condition builder so that you can filter which records are covered by the terms you provide.

Some semantic shortcuts are provided in the base system, and you can add more for your use cases and business requirements. Review NLQ logs of actual user utterances to find possible terms to add. For more information, see [View NLQ logs](https://servicenow-prod.fluidtopics.net/dMAUuvsa~WThEYCpxm2SCA "Review NLQ logs to see how the system has handled your users' plain-language requests. Use log records from attempted requests to expand NLQ synonyms or shortcuts.").

You can create a new shortcut, or modify an existing shortcut, as follows.

* If any shortcut already exists for your target table and filter conditions, you must add your new shortcut to the current record. Separate multiple shortcuts with a comma.
* Shortcuts can point to reference fields, using dot-walking. For more information, see [Dot-walking examples](https://www.servicenow.com/docs/access?context=dot-walking-examples&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US).
* Synonyms are case-insensitive in queries.
* Synonyms can contain apostrophes and periods, but not commas.
* Synonym and shortcut records are associated to one table. You can associate the same synonym term to more than one table, but you must create a record for each table.
{#create-nlq-shortcut__ul_z5r_zny_m1c}

## Procedimento

1. Ensure that you are in the application scope that you want for your shortcut, then navigate to AllNLQSemantic Shortcuts.
2. Select New.  
   If you are updating an existing record, select its row in the list.
3. On the form, fill in the fields.  
   {#create-nlq-shortcut__table_wl2_w4w_h5b__entry__2}

   | Field | Description |
   |-|-|
   | Table | Source table. You can use the same term for more than one table, but you must create a record for each table. The synonym's mapping is unique to the table. |
   | Conditions | Conditions on the source table that must be met for the synonym to work. |
   | Synonyms | Words or phrases that the system should map to column names or tables, when converting the utterance to a formal query. Separate multiple synonyms with a comma. |
   | Application | \[Read only\] Application scope that can use the synonym in a query. Default is Global. Ensure that you are in the target application scope for your shortcut before creating it. |
   [ ]

   {#create-nlq-shortcut__table_wl2_w4w_h5b}
4. Select Submit if new, or Update if you are modifying an existing record.

## Resultado

The new shortcut is available to your users as soon as they refresh the browser window of the list.

## Semantic shortcut for Incident backlog {#create-nlq-shortcut__example_lsq_fpw_h5b}

The following image shows an example of a semantic shortcut used on incident records. Incidents contain the Assigned to field. Using the condition builder, you can provide synonyms for when the field is empty. When NLQ detects unassigned and backlog in your users' input, it replaces them with the SQL clause <kbd class="ph userinput">assigned_toISEMPTY</kbd>.

A user can enter <kbd class="ph userinput">show me incident backlog</kbd> or <kbd class="ph userinput">unassigned incidents</kbd> and the system displays incidents with an empty Assigned to field.
**Tarefas relacionadas**   

* [Create an NLQ synonym](https://servicenow-prod.fluidtopics.net/CBvHahSEw_OIFYP86iyDzw "Add synonyms to improve the ability of NLQ to recognize the various ways your users request data. With synonyms, you can map commonly used words or terms to table columns.")
* [View NLQ logs](https://servicenow-prod.fluidtopics.net/dMAUuvsa~WThEYCpxm2SCA "Review NLQ logs to see how the system has handled your users' plain-language requests. Use log records from attempted requests to expand NLQ synonyms or shortcuts.")
* [View NLQ Table Guesser logs](https://servicenow-prod.fluidtopics.net/opNkMMTi0uQuLlal8m7LJw "Use the Table Guesser logs to review the CMDB tables that were picked by NLQ in response to plain-language queries.")

