{% extends "base.html" %} {% from "macros/_stack_card.html" import card %} {% block title %}Memory — {{ config.INSTANCE_NAME or 'AI Data Analyst' }}{% endblock %} {% block content %} {# Hero — gradient banner mirroring marketplace.html .mp-hero so /memory and /marketplace read as one product. #}
Browse curated knowledge domains your admin has approved. Add the ones your team relies on to your stack — required domains are added automatically.
Memory Domains bundle related knowledge items (playbooks, runbooks, shared context) so analysts can opt-in to a coherent body of knowledge — instead of cherry-picking individual notes.
Create your first domain from the admin moderation queue.
{% else %}Your domains will appear here once your admin adds memory items and grants your group access. Refresh when you've been told a new domain is ready — or suggest one yourself if there's a body of knowledge you'd like to see bundled.
Browse the {{ entries|length }} available domain{{ '' if entries|length == 1 else 's' }} and click + Add to stack. Required domains will appear here automatically.
{% else %}You don't have access to any domains yet. They'll show up here once your admin grants your group access — refresh when you've been told something new is ready.
{% endif %}