- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2021 06:35 PM
HI there,
When I opened chatbot, the greeting message and
"Show Me Everything" button was showed in chatbot for the first time.
However, I want to show all topics directly on chatbot screen without "Show Me Everything" button (Please refer the below image.)
Is it possible?
Do you have any suggestion??
Thanks.
Best regards,
Issei.
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2021 05:42 AM
Hi Issei,
The show me everything is displayed from -
vaSystem.sendTopicPickerControl();
You cannot make it land in the All topics page but what can be done is, list down the topics using a reference list and then route to the specific topic the user selects. Add the sys_cb_topic to reportable table property.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2021 08:00 PM
Hello Takazawa,
The 'Show me Everything' option is rendered from the backend and works as designed. It is not possible to modify this behavior to remove this option and show all topics as part of the initial greeting.
If I have answered your question, please mark my response as correct and/or helpful.
Regards,
Nilima

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2021 05:42 AM
Hi Issei,
The show me everything is displayed from -
vaSystem.sendTopicPickerControl();
You cannot make it land in the All topics page but what can be done is, list down the topics using a reference list and then route to the specific topic the user selects. Add the sys_cb_topic to reportable table property.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2021 05:55 AM
I did use the workaround like Murali mentioned, in the past. Though do want to add: this causes that you can't type anything here when starting a conversation. So the below one won't be possible anymore.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 05:09 AM
This is fantastic, especially since my client doesn't want to use NLU! Can you please post a more detailed how to?