{% extends "base.html" %} {% block title %}Ask — lit-monitor{% endblock %} {% block content %}

Ask

{% if not has_graph %}

Your knowledge graph isn't available yet. Build it first, then come back:

lit-monitor graph backfill --all

{% else %}

Ask a natural-language question of your corpus. The query is translated to Cypher, run against your graph, and summarised.

thinking…
{# WA1 placeholders; WA4 fills #ask-history client-side (localStorage). #}

Recent questions

{% endif %}
{% endblock %}