# Tutorials Tutorials are guided, step-by-step learning paths for completing AeThex workflows. <div class="docs-section-heading"> <h2>Tutorial style</h2> <p>Tutorials should teach by doing, with clear prerequisites and a visible finish line.</p> </div> Tutorials differ from reference pages. A tutorial should walk through one practical outcome, explain why each step matters, and link back to deeper reference docs. ## Tutorial requirements Each tutorial should include: 1. Goal: what the reader will build or configure. 2. Prerequisites: accounts, permissions, tools, or projects needed. 3. Steps: numbered and testable. 4. Verification: how to know it worked. 5. Next steps: related docs and improvements. ## Suggested tutorial paths - Create an AeThex project. - Set up Passport authentication. - Use an API key with the CLI. - Register a webhook endpoint. - Organize access with teams and permissions. <div class="docs-grid"> <a class="docs-card" href="/Getting-Started">Getting Started</a> <a class="docs-card" href="/Passport">Passport</a> <a class="docs-card" href="/CLI">CLI</a> <a class="docs-card" href="/Webhooks">Webhooks</a> </div>