Start with one runnable SQL query.
The first visit goes to onboarding instead of empty analytics cards: choose a goal, optionally skip diagnostics, run the starter query, and move directly into M00.
Starter query
select customer_id, customer_name from customers order by customer_id;