helpFeatures, Use Case and BenefitsUpdated 5/21/2026· 9 views
Benefits of adding a company or Study Group or Class
help
Manual cover image placeholder
Upload a cover image in Admin Settings > System Manuals to replace this training placeholder.
Here are the benefits of adding a company in this product, in plain terms and aligned with what the app itself promises.
What the UI tells users they gain
Team workspace: The setup screen says you finish so your team can invite members, assign private courses, and track learning in one place (packages/lms-commerce/src/app/company/setup/page.tsx).
Organisation + billing + reporting: The form explains that a company workspace unlocks private course assignment, member invites, shared billing, and progress reporting for every included seat (packages/lms-commerce/src/components/company-setup-form.tsx).
Known capacity: You see how many company seats your plan includes and that you can increase seats later from the company billing tab (same setup page).
What the system actually gives you (behind those words)
You are the owner: Creating a company ties it to you as OWNER with an ACTIVE membership so you control that workspace (packages/lms-commerce/src/app/api/lms/company/route.ts).
Seat ledger for the org: A new company gets seat capacity aligned with your subscription (companySeatPackage / seat limit logic in the same API), so growth stays tied to licensed seats instead of informal sharing.
A hub for admin workflows: After creation, /company is where you run members, invites, courses, curricula, certificates, schedule, progress, reports, billing, settings (company console tabs)—i.e. one place to operate training as a business or team, not only as individual learners.
Practical takeaway
Adding a company turns the account from “just me learning” into “me running a learning workspace”: roster, private assignments, shared commercial context, and reporting under one organisation—with seats and billing as first-class constraints.