← Back to Homepage
{{ agent.icon }}
{{ agent.name }}
${{ agent.price }}
★ {{ agent.rating }} ({{ agent.review_count }} reviews)
{{ agent.description }}
{% if user.is_authenticated %}
Your Balance: ${{ user_balance }}
{% if can_use_agent %}
Use {{ agent.name }}
{% csrf_token %} {% if agent.slug == 'data-analyzer' %}
Upload Data File:
{% elif agent.slug == 'five-whys' %}
Problem Description:
{% elif agent.slug == 'weather-reporter' %}
Location:
{% elif agent.slug == 'job-posting-generator' %}
Job Details:
{% elif agent.slug == 'social-ads-generator' %}
Ad Requirements:
{% elif agent.slug == 'faq-generator' %}
Content Source:
{% endif %}
Use Agent (${{ agent.price }})
{% else %}
Insufficient Balance!
You need ${{ agent.price }} to use this agent.
Top up your wallet
{% endif %} {% if recent_usage %}
Your Recent Usage
{% for usage in recent_usage %}
${{ usage.amount }}
- {{ usage.description }}
({{ usage.created_at|date:"M d, Y H:i" }})
{% endfor %}
{% endif %} {% else %}
Login
to use this agent.
{% endif %}