{% extends "wagtailadmin/base.html" %} {% load i18n static %} {% block titletag %}{{ title }}{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %} {{ chat_strings|json_script:"ai-admin-chat-strings" }} {% include "wagtailadmin/shared/header.html" with title=title icon="help" %}

{% trans "About this assistant" %}

{% trans "Use the assistant for guidance on content editing, product workflows, and common administrative tasks." %}

{% trans "What it can help with" %}

  • {% trans "Page editing and publishing flows" %}
  • {% trans "Catalog and content maintenance questions" %}
  • {% trans "Explaining common admin tasks step by step" %}

{% trans "What it cannot do" %}

  • {% trans "It should not be treated as a source of secrets or credentials." %}
  • {% trans "It may be incomplete for project-specific customizations." %}
  • {% trans "It does not replace review for high-risk content or configuration changes." %}

{% trans "Admin chat" %}

{% trans "Ask operational questions in plain language. Start a new chat when switching topics." %}

{% if business_mode_available %}

{% trans "When enabled, the assistant may use internal business context available only to permitted staff." %}

{% endif %}

{% trans "Start an admin conversation" %}

{% trans "Use this space for workflow questions, editor guidance, and support triage." %}

{% csrf_token %}
{% trans "Press Enter to send, or Shift+Enter for a new line." %} 0 / 4000
{% endblock %}