{% extends "base.html" %} {% load static %} {% block title %}5 Whys Analysis Agent - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "components/quick_agents_panel.html" %}

🔍 {{ agent.name }}

{{ agent.description }}

💬 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

💳 Your Wallet

{% if user.is_authenticated %}{{ user.wallet_balance|floatformat:2 }} AED{% else %}0.00 AED{% endif %}
Available Balance
{% if user.is_authenticated %} 💰 Top Up Wallet {% else %} 🔑 Login to Continue {% endif %}

💡 How it works

  • Chat freely to explore your problem
  • Get guidance and ask questions
  • Generate final report when ready
  • Pay only for the final report
{% endblock %}