{% extends "base.html" %} {% block title %}Research Questions - {{ title }}{% endblock %} {% block head %} {% endblock %} {% block body %}

The following research questions were identified through AI analysis of the document collection. These questions highlight gaps in the historical record, suggest connections to broader contexts, and point toward avenues for further investigation.

{% if summary.research_questions %}
    {% for question in summary.research_questions %}
  1. {{ question }}
  2. {% endfor %}

📋 About These Questions

Research questions were generated by analyzing patterns, gaps, and notable details across the document collection. They are intended as starting points for scholarly inquiry and may require additional context or verification.

{% else %}

No research questions generated. Run flatfish summarize to generate them.

{% endif %}
{% endblock %}