{% extends "base.html" %} {% block title %}Home — {{ instance_name or "AI Data Analyst" }}{% endblock %} {% block content %} {% include "_page_chrome.html" %}
{% set display_name = (user.name or (user.email or "").split("@")[0] or "back") %}
Welcome back, {{ display_name }}

You're all set up

Open Claude Code in any project under ~/Agnes/Projects/ and start a session — your data and plugins are already synced. Use the cards below to jump into the parts of {{ instance_name or "Agnes" }} you need.

Quick links
📊
Dashboard
Sync state, table inventory, recent activity.
📚
Catalog
Browse tables, schema, and metric definitions.
{% if is_admin %} 📈
Activity Center
Per-user analytics on Agnes adoption.
{% endif %} 🧠
Corporate Memory
Shared analyst knowledge and prior solutions.
{% if is_admin %} ⚙️
Admin
Server configuration, RBAC, marketplaces.
{% endif %}
{% endblock %}