How-to guide
4 min read
A how-to guide is a type of documentation that provides specific instructions on how to perform a task. It's focused on the practical aspects of a process, often with step-by-step instructions and visual aids. How-to guides are for users who want to accomplish a specific goal and are familiar with the product or module.
In this guide, you’ll see the available template, general guidelines, and examples of how-to guides.
Make sure to review the guidelines in the Best practices for writing documentation.
Differences between a tutorial and a how-to guide
While both tutorial and how-to guide are instructional resources, they have some differences in their structure and purpose:
Purpose
Tutorial | How-to guide |
---|---|
Learning-oriented. Teaches a broader concept, skill, or process in detail. | Task-oriented. Focus on helping the user complete a specific task or goal. |
Scope
Tutorial | How-to guide |
---|---|
Covers a series of steps or concepts, often related to learning a new skill. | Narrow in scope, typically covering one task or process divided into steps. |
Content
Tutorial | How-to guide |
---|---|
Educational, offering context, background, and explanations. | Practical, with direct, task-oriented instructions. |
Audience
Tutorial | How-to guide |
---|---|
Users who want to learn a skill or understand a concept deeply. | Users who need to quickly achieve a specific goal, usually with prior knowledge. |
Writing a how-to guide
Topic | Tutorial |
---|---|
Title | Directly states the guide's goal and uses a verb in the gerund form. Consider your target audience and the specific action you want them to take. For example: Setting up your development environment |
Before you begin (optional) | Lists all necessary prerequisites the user must have or complete before following the steps in the guide, including:
|
Instructions |
|
Content of the instructions |
|
How-to guide template
Announcement template
# Title
[Describe in this section the goal of the guide and what the user will be able to do after following it.]
## Before you begin
[List any necessary tools, software, accounts, required knowledge or skills that the user must have before beginning to follow the guide.]
## Intructions
### Step 1 - Step 1 title
[Provide instructions for this step.]
### Step 2 - Step 2 title
[Provide instructions for this step.]
### Step 3 - Step 3 title
[Provide instructions for this step.]