{% extends "base.html" %} {% block title %}Support Chat{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{# ── Header ── #}

JQC Support Chat

Ask a question or browse common topics below
History New
{# ── Chat card ── #}
{# Message window #}
{# FAQ quick-reply chips #}

Common questions:

{% for faq in faqs %} {% endfor %}
{# Input row #}
{% if not groq_ready %}
AI assistant is not configured. Please submit a request to reach our team.
{% endif %}

Can't find what you need? Submit a support request and our team will respond by email.

{# ── Submit to Support modal ── #} {% endblock %} {% block extra_js %} {% endblock %}