DLC Chatbot Documentation

Learn how to interact with the chatbot

Statistics

Total Questions: {{ total_questions }}
Available Intents: {{ intents|length }}

How to Use

  1. Type your question in the chat input
  2. Press Enter or click Send
  3. Wait for the bot's response
  4. Ask follow-up questions if needed

Available Topics

{% for intent in intents %}

{{ intent.replace('_', ' ').title() }}

{% endfor %}

Example Questions

"What are the MBA admission requirements?"

"Can I apply for the MIM program with an HND?"

"Is NYSC certificate needed for admission?"

"What qualifications do I need for Masters?"