{% extends "layouts/base.html" %} {% block title %}Company Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Welcome back

Hey {{ company[1] or 'there' }}, let's build something remarkable today.

Keep your AI assistant aligned with your brand voice, launch new campaigns, and stay on top of performance from a single, elegant workspace.

RonnieGPT Assistant Illustration

{{ total_chats|default(0) }}

Total Chats

{{ total_meetings|default(0) }}

Scheduled Meetings

{{ total_contacts|default(0) }}

Active Contacts

{{ total_files|default(0) }}

Total Files Uploaded

Company Information

Update your brand voice, greeting, and support details. These settings are shared across every touchpoint.

Website Intelligence

Pull fresh content from your live site so Your AI Companion always shares the latest offers and FAQs.

Embed the RonnieGPT Widget

Drop this script into your site footer to invite visitors into a conversation with your agent.

<script src="{{ request.url_root.replace('http://', 'https://') }}static/js/chat-widget.js"></script>
<script>
    document.addEventListener('DOMContentLoaded', function() {
        new RonnieGPTWidget('{{ company[0] }}');
    });
</script>
AI Companion

Assistant Snapshot

A quick view of agent's remit, tone, and the channels she's powering for your team.

Tip: Keep agent sharp by uploading new collateral after every campaign or product update.
{% endblock %} {% block extra_js %} {% endblock %}