{% extends 'admin/base_admin.html' %} {% block title %}FAQ Setup | ChatLab{% endblock %} {% block admin_faq_active %}active{% endblock %} {% block workspace %}

Chatbot FAQs

{% if faqs %}
{% for faq in faqs %} {% endfor %}
Question Immediate Answer Actions
{{ faq.question }} {{ faq.answer|truncatechars:100 }}
Edit
{% csrf_token %}
{% else %}
[?]

No Quick Replies Defined

Configure 3-4 standard FAQs to capture common visitor inquiries.

Add FAQ Question
{% endif %}
{% endblock %}