{% extends "base.html" %} {% block title %}Welcome Prompt — Admin{% endblock %} {% block content %}

Analyst Welcome Prompt

This is the CLAUDE.md generated for analysts when they run da analyst setup. Edit it to customize the onboarding instructions for this instance. Leave empty (or click Reset to default) to use the OSS-shipped default.

{% if is_override %} Overridden by {{ updated_by }} on {{ updated_at.strftime("%Y-%m-%d %H:%M UTC") if updated_at else "—" }}. {% else %} Using shipped default. {% endif %}

Available placeholders

{{ "{{ instance.name }}" }}                 — instance display name
{{ "{{ instance.subtitle }}" }}             — operator name
{{ "{{ server.url }}" }}                    — full server URL
{{ "{{ server.hostname }}" }}               — host part
{{ "{{ sync_interval }}" }}                 — refresh cadence (instance.yaml)
{{ "{{ data_source.type }}" }}              — keboola | bigquery | local
{{ "{{ tables }}" }}                        — list of {name, description, query_mode}
{{ "{{ metrics.count }}" }}, {{ "{{ metrics.categories }}" }}
{{ "{{ marketplaces }}" }}                  — RBAC-filtered list of {slug, name, plugins[]}
{{ "{{ user.email }}" }}, {{ "{{ user.name }}" }}, {{ "{{ user.is_admin }}" }}, {{ "{{ user.groups }}" }}
{{ "{{ now }}" }}, {{ "{{ today }}" }}
  
{% endblock %}