Conversational Integration with Teams/Slack- Modify Tips section in the Welcome MessageIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } In the conversational Integration with Teams/Slack, how we can do the following: 1 - Modify the Tips Section in the Welcome message? 2 - Remove the commands in the Welcome message? Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } All Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Please see below how it can be done: 1 - If you are looking to change the command, you can check in [sys_cs_contextual_action] table. you can update/add additional keywords to the list.if you are looking to change the message, go to [sys_ui_message] and change there. For example: The card in the screenshot has>>> restart: Begin a new conversation and end the current one. If you are looking to change the keyword from 'restart' to something else, then go to [sys_cs_contextual_action] table. Open the record related to restart. Update the keyword in command field.If you are looking to change the message ' Begin a new conversation and end the current one.', then go to [sys_ui_message] table. Search with this message as key. Open the record and update the message in that record. 2 - Regarding the commands under Tips section, it is not possible to modify them, unless you also disable the commands itself (i.g., hello, bye etc). This is because these are part of a system topic. However, if you also want these commands to be not applicable in the chat, you can disable them and then they won't show up in the card. They won't be applicable in the chat as well anymore. For that, you can follow the steps below:Steps to disable a command:1. Go to [sys_cs_contextual_action].2. Open the record related to command, that we want to disable.3. Add your channel Slack/Teams in the excluded channels list.NOTE - hi, restart and bye are basic commands. So it is recommended to allow these if you want to disable the other commands.