Hi @Sara9
best practice is to create one topic per category with specific trigger phrases and to let the bot handle the user redirection. You can use a quick reply in your conversation start to help user access those topics.
Example: you create 3 topics
- Topic 1: "navigation", trigger phrases: "navigation, how to navigate, help, etc"
- Topic 2: "training", trigger phrases: "training, learn, etc"
- Topic 3: "FAQ", trigger phrases: "FAQ, frequent questions, questions, etc."
Then in your conversation start topic you create a message with 3 quick replies: "navigation", "training" and "faq".
When the user open the bot it will show those 3 quick replies which will trigger the right topic when users click on one without having to manually branch out the condition. And that way if users ask a question that is not handled by a trigger phrase it will trigger the fallback topic.