---
sourceDocument: Yokohama Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/conversational-interfaces

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Hide or reveal the Show me everything button

# Hide or reveal the Show me everything button {#ariaid-title1}

Release version: Yokohama  
Updated January 30, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Set properties to hide or reveal the Show me everything button in Virtual Agent conversations that use LLM (large language model) and NLU/Keyword (Natural Language Understanding) topic discovery.

## Before you begin

Role required: vitual_agent_admin or admin

## About this task

By default, the greeting portion of a Virtual Agent conversation includes a Show me everything button, which brings up the entire list of available Virtual Agent topics and a search filter. Use the following steps to toggle the Show me everything button for LLM and NLU/Keyword topic discovery, respectively.

## Procedure

Use either of the following methods, depending on whether you are working with LLM or NLU topics.

| Topic discovery type | Method |
| LLM | 1. Navigate to AllVirtual agentDesigner. 2. Select one of the default greeting topics used in LLM topic discovery such as Now Assist - Greeting or Now Assist Panel - Greeting. 3. On the flow tab, select the Send skill picker Script action utility node. 4. In the Action expression property, open the script field. 5. Input the following script. var hideShowMeEverything = String(vaInputs.now_assist_topics_skill_active_value.value) === "false"; 6. In the script window, select Save. 7. On the Flow tab, select Save. {#hide-reveal-showme-button__ol_vhn_rcn_b1c} |
| NLU | 1. Navigate to Allsys_properties.list. 2. Under glide.cs.disable.show_me_everything, set the value to <kbd class="ph userinput">TRUE</kbd>. {#hide-reveal-showme-button__ol_igg_ngn_b1c} |
|-|-|

{#hide-reveal-showme-button__choicetable_dwk_ccn_b1c}

## Result

The Show me everything button is removed from the greeting messages in your Virtual Agent conversations.

*[\>]: and then


