# Tutorial: <What the reader will accomplish>

<!-- GENRE: Tutorial (learning-oriented)
     Goal: the reader succeeds at something for the FIRST TIME.
     Voice: guide-beside — encouraging, sequential, explains every action.
     Test: run every command yourself before publishing. -->

## Overview

<!-- One sentence: what the reader will build/do by the end.
     One sentence: prerequisite knowledge assumed (keep minimal).
     Estimated time: X minutes. -->

## Prerequisites

<!-- Bullet list of tools, accounts, or knowledge required BEFORE starting.
     Link to installation/setup docs for each; do not explain them here. -->

- Item one
- Item two

## Step 1: <Verb phrase — short action>

<!-- Explain WHY this step exists in one sentence, then give the exact commands
     or actions in a code block or numbered sub-steps. -->

```shell
# example command
```

<!-- Describe what the reader should observe to confirm the step worked. -->

## Step 2: <Verb phrase>

<!-- Repeat the pattern: why → how → what you should see. -->

## Step 3: <Verb phrase>

<!-- … -->

## What you built

<!-- Two to four sentences summarising what was accomplished and how the pieces
     fit together.  Do NOT introduce new concepts here. -->

## Next steps

<!-- Two or three links to how-to guides or reference pages for common follow-on
     tasks.  Keep this short — do not turn it into a new tutorial. -->
