{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}AI Help Bot{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

🤖 App Assistant

Ask anything about using the app. Replies are instant.

Usage guide updated: {{ guide_time or 'Auto-generated' }}

Hi! I am your app assistant. Ask me how to use any feature, or pick a quick question below.
Auto Guide:
{{ (guide_details or '').replace('\n', '
')|safe }}
Typing...
{% if session.get('role') == 'cashier' and not session.get('server_owner') %} {% else %} {% endif %}
{% endblock %}