---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Admin tools

# Search Preview admin tools {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 6 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 Search Preview admin tools

The Search Preview admin tools in ServiceNow's AI Search provide administrators with detailed insights and controls to evaluate how search queries are processed and how results are generated.
These tools support two preview types---Full visual view and Text only view---each linking to an active search profile that reflects the current search application configuration.
Show full answer Show less  

## Key Features

* **Summary tool:** Offers links to the active search profile and application configuration. It provides a detailed breakdown of the search query processing stages, including rule triggers, matched intents, and timing metrics for pre-processing, query execution, Genius Result computation, and security filtering.
* **Genius Results tool:** Displays the status of Genius Result configurations, indicating which generated answers for the query. It also shows the search results sent to the Large Language Model (LLM) and their contextual relevance to the query.
* **Details tool:** Reveals how dictionaries for stop words, typo corrections, and synonyms impacted the search query, along with a customizable list of query fields and values to inspect specific search parameters.
* **Profile tool:** Enables testing of search queries as specific users or in different supported languages to assess personalized search results and content security effects. It also allows setting detailed user context attributes such as location, language, user groups, roles, and environment details (e.g., operating system, browser, device type) to simulate various user scenarios and trigger result improvement rules accordingly.

## Key Outcomes

With these tools, ServiceNow administrators can:

* Gain comprehensive visibility into search query processing and performance timings.
* Understand how AI components like Genius Results and LLM interactions contribute to search answers.
* Analyze the impact of linguistic processing such as stop word removal, typo correction, and synonym expansion on query results.
* Simulate search queries as different users or contexts to verify content security and personalize search experiences.
* Test and refine search profiles and result improvement rules effectively before deploying changes into production.  
Learn about the output, controls, and fields provided by admin tools in the new Search Preview UI.
In all of the admin tools, the active search profile is the search profile currently selected for previewed search queries.

* If you select the Full visual view preview type, the active search profile is the one linked to the search application configuration selected in the Search Application field.
* If you select the Text only view preview type, the active search profile is the one selected in the Search Profile field.
{#search-preview-ui-new-admin-tools__ul_hhs_kzl_hhc}

## Summary tool {#search-preview-ui-new-admin-tools__section_nsc_swl_hhc}

The Summary tool ![]() displays these sections:

Search profile
:   In full visual view, this section provides links to the selected search application configuration and the active search profile that's linked to it. In text only view, it provides a link to the active search
    profile.

Process data
:   This section provides an overview of how the previewed search query behaved, with details as given in the following table.{#search-preview-ui-new-admin-tools__table_qh2_lyl_hhc__entry__2}

    | Entry | Description |
    |-|-|
    | Query Rules Triggered | Count and names of result improvement rules triggered by the search query. |
    | Intents Matched | Count and names of NLU model intents detected in the search query. |
    | Total time | Total time the AI Search back end spent processing the search query. This time includes the pre-processing time, search query time, Genius Result computation time, and security processing time values that are reported separately. It doesn't include time spent sending the search query results across the network to the user's browser. |
    | Pre-processing time | Time spent preparing the search query for execution. Includes time spent looking up the user's access permissions for content security. |
    | Search query time | Time spent retrieving records that match the search query and generating the result set. |
    | Genius Result computation | Time spent computing Genius Result answers for the search query. |
    | Security processing time | Time spent filtering inaccessible records out of the search query's result set based on the user's access permissions. |
    [ ]

    {#search-preview-ui-new-admin-tools__table_qh2_lyl_hhc}

## Genius Results tool {#search-preview-ui-new-admin-tools__section_ptj_qxl_hhc}

The Genius Results tool ![]() displays these sections:

Genius Result status
:   In full result view, this section shows a list of Genius Result configurations activated in the active search profile. A checkmark and status text indicate whether or not each Genius Result configuration generated an
    answer for the search query.

LLM Context
:   This section shows a list of all the search results that were sent to the LLM for Genius Result answer generation, along with indicators of how well each sent result matched the context of the search query.

## Details tool {#search-preview-ui-new-admin-tools__section_n3f_rxl_hhc}

The Details tool ![]() displays these sections:

Dictionary
:   This section shows how the stop word, typo handling, and synonym dictionaries defined in the active search profile affected the previewed search query.{#search-preview-ui-new-admin-tools__table_yj4_5zl_hhc__entry__2}

    | Entry | Description |
    |-|-|
    | Stopwords | Summary of stop word removal operations performed while processing the search query. |
    | Spellcheck | Summary of typo handling auto-correction operations performed while processing the search query. |
    | Synonyms | Summary of synonym expansion operations performed while processing the search query. |
    [ ]

    {#search-preview-ui-new-admin-tools__table_yj4_5zl_hhc}

Query
:   List of fields and values from the search query object. Select Filters to refine this list by field category. You can select multiple categories at a time to view just the fields you're
    interested in.

## Profile tool {#search-preview-ui-new-admin-tools__section_atg_rxl_hhc}

The Profile tool ![]() displays these sections:

User
:   This section provides fields you can use to search as a specific user or in a specific supported language. Use these fields to see how search results differ from user to user and language to language.{#search-preview-ui-new-admin-tools__table_sc1_31m_hhc__entry__2}

    | Field | Description |
    |-|-|
    | Search as user | To submit search preview queries as another user, enter the user's name from the User \[sys_users\] table. You must have the impersonator role. Use this control to see how content security affects search query results for specific user accounts. Searches performed while impersonating another user don't affect the Search users metric, trend, and report on the AI Search Analytics dashboard. Note: Changing the value of this field terminates elevated privileges for the ais_high_security_admin role. To bypass filters after changing this field's value, you must re-elevate to the ais_high_security_admin role. |
    | Query locale | To submit search preview queries using a specific supported language, select the language from the list. Use this control to observe differences in search query results for different languages. |
    [ ]

    {#search-preview-ui-new-admin-tools__table_sc1_31m_hhc}

Context settings
:   This section provides the following groups of user context fields you can use to specify user context values. Use these fields when testing user context triggers for your result improvement rules.

    Location and language
    :
        {#search-preview-ui-new-admin-tools__table_i2w_r1m_hhc__entry__2}

        | Field | Description |
        |-|-|
        | User language | To set a language in the user context for search preview, select it from the list of supported languages. |
        | User groups | To set a user group in the user context for search preview, enter the name of a group from the Group \[sys_user_group\] table. |
        | User title | To set a title in the user context for search preview, select it from the list. This list includes all Title values found in the User \[sys_user\] table. |
        | User department | To set a department in the user context for search preview, enter the name of a department from the Department \[cmn_department\] table. |
        | User location | To set a location in the user context for search preview, enter the name of a location from the Location \[cmn_location\] table. |
        | User country | To set a country in the user context for search preview, select it from the list. This list includes all countries found in user locations from the User \[sys_user\] table. |
        | User office | To set an office in the user context for search preview, enter the name of a building from the Building \[cmn_building\] table. |
        | User office city | To set an office city in the user context for search preview, enter it in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        | User office state | To set an office state in the user context for search preview, enter it in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        | User office country | To set an office country in the user context for search preview, select it from the list. This list includes all countries found in user locations from the User \[sys_user\] table. |
        [ ]

        {#search-preview-ui-new-admin-tools__table_i2w_r1m_hhc}

    User access
    :
        {#search-preview-ui-new-admin-tools__table_n1y_z1m_hhc__entry__2}

        | Field | Description |
        |-|-|
        | User company | To set a company in the user context for search preview, enter the name of a company from the Company \[core_company\] table. |
        | User roles | To set a role in the user context for search preview, enter the name of a role from the Role \[sys_user_role\] table and press Enter. You can set multiple roles for a single search query. Each selected role appears as a pill. To remove a role, select the Remove icon ![]() for its pill. |
        [ ]

        {#search-preview-ui-new-admin-tools__table_n1y_z1m_hhc}

    Environment
    :
        {#search-preview-ui-new-admin-tools__table_yky_x1m_hhc__entry__2}

        | Field | Description |
        |-|-|
        | User OS | To set an operating system in the user context for search preview, enter its name in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        | User OS version | To set an operating system version in the user context for search preview, enter it in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        | User agent | To set a web browser's user-agent string in the user context for search preview, enter it in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        | User browser agent | To set a browser name in the user context for search preview, enter it in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        | User device form | To set a device form in the user context for search preview, enter it in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        | User device type | To set a user device type in the user context for search preview, enter it in this field. You can enable [session debugging for AI Search](https://servicenow-prod.fluidtopics.net/hktCedvnEdVmfwnhGAbISg "Capture and review detailed AI Search log messages for a user session.") to review values submitted for this user context field in user queries. |
        [ ]

        {#search-preview-ui-new-admin-tools__table_yky_x1m_hhc}

