Hide or reveal the Show me everything button

  • Release version: Australia
  • Updated May 15, 2026
  • 1 minute to read
  • Set properties to hide or reveal the Show me everything button in Virtual Agent LLM (large language model) conversations.

    Before you begin

    Role required: virtual_agent_admin or admin

    Duplicate the Virtual Agent greeting Setup topic you want to use for your conversation. For example, Now Assist - Greeting. For more information, see Duplicating a Virtual Agent topic.

    About this task

    The greeting topic of a Virtual Agent includes a Show me everything button by default. This button displays the full list of available Virtual Agent topics, and a search filter. Use the following instructions to hide the Show me everything button in your Virtual Agent conversations.

    Procedure

    1. Navigate to All > Virtual Agent > Designer.
    2. In the Asset Library, open the greeting Setup topic you've duplicated.
      The topic opens in Virtual Agent Designer.
    3. In the Flow tab, select the Send skill picker node.Topic flow tab with Send skill picker node highlighted on canvas.
      The Script action utility control for the Send skill picker node opens in the property sheet.
    4. In the property sheet, select the Script that defines the operation of the node button .
      The Action expression script window opens.
    5. In Line 3 of the script, set the "hideShowMeEverything" value from false to true.Send skill picker node Action Expression window with hideShowMeEverything value set to true.
    6. Select Save, then select Publish.
      The greeting Setup topic activates, and the Show me everything button disappears from the Virtual Agent chat where the topic is used.

    What to do next

    To reveal the Show me everything button again, set the "hideShowMeEverything" value from true to false.

    The duplicated greeting Setup topic is associated with the LLM assistant as the original topic. You can associate the duplicate with another LLM assistant. For more information, see Customizing a Virtual Agent chat experience.