--- title: Tutorials review-state: drafting last-human-review: "2026-06-03" depends-on: [] owner: tradcliffe quadrant: tutorial --- # Tutorials Hands-on learning paths that take a reader from zero to a working setup. Tutorials are **learning-oriented**: they walk a specific path end-to-end and let the reader experience the library doing what it does, rather than optimizing for the reader's specific situation. For "I know what I want, how do I do it?" jump to [how-to guides](../how-to/index.md). Tutorials inherit the design framing from [overview](../concepts/overview.md) — pytyche is built for adaptive-enrichment RCTs first. The canonical path is [running your first adaptive, sequential experiment](first-adaptive-experiment.md): the end-to-end multi-round loop the library is shaped around. Start with [your first hurdle BCF fit](first-hurdle-bcf-fit.md) if you want the single-fit mechanics before the loop. ```{toctree} :maxdepth: 1 first-hurdle-bcf-fit first-adaptive-experiment injecting-your-own-treatment-hypotheses working-with-the-posterior ```