'Show Me Everything' in the Virtual Agent does not bring all Active/Published topicsIssue All active and published topics are not shown in Virtual Agent when clicked on 'Show Me Everything' option.ReleaseAllCause1. There are 2 fields 'Is Topic Visible' and 'Is Topic Discoverable' on the table [sys_cs_topic] which may not be set to true/checked. 2. There is another field 'Applicability' which might have some custom value and won't allow topic to be displayed in virtual agent for some users. 3. The topic's Topic Type might be set to 'Setup Topic' instead of just 'Topic.' 4. The test user might still be engaged in a previous Conversation with the Virtual Agent.Resolution1. Set 'Is topic visible' and 'Is topic discoverable' to true for all the active and published topics not displayed in virtual agent.2. After setting 'Is topic visible' to true, it is possible some topics might still not show up in virtual agent because they have applicability set to some value other than true.Removing the applicability or ensuring it returns true will allow the topic to show up in virtual agent. 3. If it is neither of the above, check the topic's Type. If the value is 'Setup Topic', it'll need to be changed to just 'Topic'. 4. Finally, it is important to note that newly modified/published topics will not be presented for an ongoing Virtual Agent conversation. You may need to ensure the end user you're testing with explicitly ends any current conversation and manually starts a new conversation. (A browser refresh may still have an existing/continuing conversation which needs to be ended, and may cause confusion) A new conversation is the only way to be sure the new published topics are fetched by the topic discovery (show me everything).