While working on a software manual for a project that will soon be launched, I found myself thinking that there weren’t any good places to insert images—the instructions were pretty clear, and if a user is looking at the application while using the instructions, he should be able to find his way.
I realized that I had spent so much time on this project that I was approaching the dreaded mindset of taking knowledge for granted. Like most others, this manual is a reference guide, so users will not be reading from beginning to end, even of their respective chapters. (The material is broken up by role and then by task.) If the current task I’m writing is the only one a certain user ever looks up and reads, then in and of itself, it has to be clear.
It was a good reminder of how, though a wide range of content may be included within the same manual, help system, knowledgebase, etc., that each part needs to be self-contained. These chunks can (and should) refer to each other, but each chunk needs to act like it’s the only one the user will ever read. I should be careful to assume no prior knowledge unless I’m addressing a specific, advanced audience. Writing for the lowest common denominator is the general rule.
The other extreme is manifest in a help system that I inherited. Topics were written in a how-to format, and in most of the instructions, there is an image for each step. In addition to being a monster for maintenance and localization, this setup seems to me to go a little overboard. In many cases, when the user clicks an indicated link, she is going to see the next screen and doesn’t need the help to display an image of that same screen. But when you’re documenting a graphic user interface, whether a Web application or site or the display on electronics, shouldn’t you have images everywhere?
Where’s the middle ground between neglect and overkill?
› Continue reading…