Every feature, documented.
86 pages, one per logged-in feature surface: what the feature is, why you care, how to use it, what good looks like, and when to reach for it. A few carry a walkthrough video. From any feature page in the app, click the 📖 Docs link in the top nav to land on the right page.
Roles
One page per role, all 9 live, plus the shared getting-started and licensing pages.
Daily flow
What you open day to day: your ranked morning, the dispatch queue, Activity, and the Content Studio.
gtmcron skills
gtmcron's scheduled skills, sold separately before the roles were and still purchasable. What each does, what it connects, and its first run.
Accounts & opps
The book of business.
Coaching & skill
How the brain turns activity into skill.
Manager / team
Team-level rollups.
Settings & admin
Connect your tools and manage the account.
Adding a new feature? Drop a docs page at
src/pages/docs/library/<slug>.astro
extending DocsLibraryShell,
add the route → slug mapping in src/lib/docs-library-map.ts,
and the AppShell button on the feature page picks it up automatically. Multiple PRs for the same feature update the same docs page (never branch).