---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/conversational-interfaces

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

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

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

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.

## Antes de Iniciar

Role required: vitual_agent_admin or admin

## Por Que e Quando Desempenhar Esta Tarefa

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.

## Procedimento

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}

## Resultado

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

