Simple usage:
- Users can add the bot that will help them to choose right chat to ask questions.
Advanced usage (not for the first version):
- Users can ask questions to the bot and answer will be retrieved (if exists) from some knowledge database (might be useful in cases when people don't read FAQs).
- Users can ask questions to the bot and if answer doesn't exist in knowledge database - we can try to make a guess (hello heuristics or NLP 😄 ) if this question is offtopic or recommend the best channel where the question belongs to.
Simple usage:
Advanced usage (not for the first version):