Learn vocabulary for writing step-by-step how-to guides: numbered steps, prerequisites, warnings, and verification steps.
0 / 5 completed
1 / 5
What is the recommended structure for a how-to guide?
How-to guide structure: Goal (what the reader will accomplish), Prerequisites (what they need before starting: access, installed tools, knowledge), Steps (numbered, one action per step, with expected output), Verification (how to confirm success), Troubleshooting (common errors and fixes). Scannable format: headers, numbered steps, code blocks.
2 / 5
What is 'prerequisite' language in a how-to guide?
Prerequisites save frustration: 'Before you begin: You need Admin access to the AWS console, AWS CLI v2 installed and configured, and the ARN of your S3 bucket.' Readers who don't meet prerequisites find out immediately — not after completing half the steps. Prerequisite clarity is a hallmark of professional technical documentation.
3 / 5
What does 'expected output' mean in a step-by-step guide?
Expected output after each step: 'You should see a message like: Successfully configured AWS profile. If you see an error, see Troubleshooting below.' Expected output lets readers self-check. It transforms a guide from a list of commands into a verifiable procedure — drastically reducing support requests.
4 / 5
What is the 'note / warning / danger' callout convention in technical writing?
Callout hierarchy: Note/Info (additional helpful context), Warning (could cause problems if ignored — e.g., 'This will overwrite existing files'), Danger/Caution (irreversible consequences — e.g., 'This permanently deletes the database'). Visually distinct (icons, colored boxes) so scanners cannot miss them. Critical for runbooks and operations guides.
5 / 5
What is 'audience targeting' in internal documentation writing?
Audience targeting: 'This guide is for backend engineers setting up their local development environment for the first time. Assumes basic familiarity with the terminal but no prior knowledge of our stack.' This tells readers if the guide is for them and tells writers what to explain vs. what to assume. Without it, guides are written for an imaginary average reader who may not exist.