---
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


---

# Define default instructions

# Define default instructions for ServiceNow AI Lens {#ariaid-title1}

Release version: Yokohama  
Updated May 29, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Create a system property to define default instructions for ServiceNow AI Lens execution on a specific form.

## Before you begin

Role required: admin

## About this task

You can define default instructions for specific forms to create or update records using ServiceNow AI Lens in a ServiceNow instance. This helps streamline the request process by eliminating the need for users to manually enter the same instructions each time. The defined instructions are automatically
included in all ServiceNow AI Lens requests for that form or table.

When users provide additional instructions through the ServiceNow AI Lens UI, those instructions are appended to the default instructions. If there is a conflict between user input, application-generated instructions, and system-defined defaults, ServiceNow AI Lens instructs the LLM to prioritize the user-provided input.

## Procedure

1. In the filter navigator, enter sys_properties.list to display the list of system properties for your instance.
2. Select New.
3. On the System Property form, fill in the details.  
   {#default-prompt-system-property-lens__table_gwc_cn3_mfc__entry__2}

   | Field | Description |
   |-|-|
   | Name | sn_lens.prompt.\<tablename\> Replace \<tablename\> with the internal name of the table. For example, sn_lens.prompt.incident. |
   | Value | Enter the default instructions. For example - Suggest a suitable start date for this incident based on the incidence type and urgency. |
   [Table 1. Default instructions system property]

   {#default-prompt-system-property-lens__table_gwc_cn3_mfc}
4. Select Submit.

