{% extends 'base.html' %} {% load static %} {% block title %}5 Whys Analysis Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "components/agent_header.html" with agent_title="5 Whys Analyzer" agent_subtitle="AI-powered root cause analysis using the 5 Whys methodology" %} {% include "components/quick_agents_panel.html" %}

đŸ’Ŧ 5 Whys Analysis Chat

đŸ’Ŧ Chat with 5 Whys Analyst

5 Whys Analyst
Hello! I'm here to help you with root cause analysis using the 5 Whys methodology. You can ask me questions, describe your problem, and I'll guide you through the analysis process. When you're ready, I can generate a comprehensive report for {{ agent.price }} AED. How can I help you today?
{% csrf_token %}

📋 Generate Final Report

đŸ’Ŧ Ask 2-3 questions about your problem first, then I'll generate a comprehensive report

â„šī¸ How It Works

  1. Chat freely to explore your problem
  2. Get guidance and ask questions
  3. Generate final report when ready
  4. Pay only for the final report
{% include "components/processing_status.html" with status_title="Generating 5 Whys Report..." status_text="Please wait while we analyze your conversation and create a comprehensive report..." %}
{% include "components/results_container.html" with results_title="5 Whys Analysis Report" %}
{% endblock %}