The home for CRM Analytics learners
The most comprehensive open-source learning platform for Salesforce CRM Analytics.
Explore the documentation
Jump straight into any section — every page is open source and editable.
Write SAQL like a pro
Learn Salesforce Analytics Query Language from basics to advanced windowing functions. From basic projections to advanced windowing, joins, and time-series — with 100+ runnable examples.
q = load "opportunities";
q = filter q by 'Stage' == "Closed Won";
q = group q by ('Region', 'CloseDate_Year');
q = foreach q generate
'Region' as "Region",
sum('Amount') as "Revenue";
q = order q by 'Revenue' desc;CRM Analytics AI
Powered by Claude · Always learning
rolling_sum partitioned by region… Your AI study partner, available 24/7
Get instant, accurate answers from our Claude-powered AI assistant. It understands the page you're on and streams answers in real time.
Choose your learning path
Structured tracks for every role — pick where you fit.
Analyst Track
Build dashboards, write SAQL, and deliver insights. No coding required.
Admin Track
Manage datasets, dataflows, security predicates, and org configuration.
Developer Track
Custom components, REST & SAQL APIs, and embedded analytics.
Data Scientist Track
Einstein Discovery, ML models, predictions, and AI governance.
Built for the global Salesforce community
100% open source under MIT. Available in 5 languages. Contribute a recipe, fix a doc, or translate a course — everyone is welcome.