INSTRUMENTOR EDUCATION

Built for surgical education programs.

Institutional licensing with instructor dashboards, cohorts, progress tracking and instrument mastery analytics.

10–24 seats
$29.99
per student / year
25–49 seats
$26.99
per student / year
50–99 seats
$23.99
per student / year
100+ seats
$19.99
per student / year

Start your institutional plan

10 licenses × $29.99 = $299.90/year

Minimum 10 seats. Institutional access activates only after payment or approved purchase-order processing.

Card purchases activate after Stripe confirms payment. Purchase-order requests remain pending until approved.

← Back to Instrumentor

+(d.annual_total_cents/100).toFixed(2)+'

Your institutional request is pending. Student licenses will not activate until payment or approval is completed.

';note.textContent='Purchase-order request submitted.'}catch(e){note.textContent=e.message}return} const payload={institution:document.getElementById('institution').value.trim(),program:document.getElementById('program').value.trim(),director:document.getElementById('director').value.trim(),email:document.getElementById('email').value.trim(),seats:n}; note.textContent='Opening secure Stripe checkout…'; try{const r=await fetch(API+'/institution/self-service/checkout',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(payload)});const d=await r.json();if(!r.ok)throw new Error(d.error||'Unable to start checkout');location.href=d.url}catch(e){note.textContent=e.message} };complete();