Skip to main content

Planning a User Guide - Part 3/5 - Co-ordinate the Team

Photo by Helloquence on Unsplash

This is the third post in a series of five posts on how to plan a user guide. In the first post, I wrote about how to conduct an audience analysis and the second post discussed how to define the overall scope of the manual. Once the overall scope of the user guide is defined, the next step is to coordinate the team that will work on creating the manual.

A typical team will consist of the following roles. Many of these roles will be fulfilled by freelancers since they are one-off or intermittent work engagements. At the end of the article, I have provided a list of websites where you can find good freelancers.

Creative Artist

You'll need to work with a creative artist to design the cover page and any other images for the user guide. Most small to mid-sized companies don't have a dedicated creative artist on their rolls. But that's not a problem. There are several freelancing websites where you can work with great creative artists on a gig basis.

Photographer

If your software interfaces with machinery or other equipment, then you'll need a good photographer to shoot images of the machinery to include in the user manual. Your local yellow pages or a web search will help you locate a good photographer.

Legal Expert

A legal expert can help you with the disclaimers and legal notices section of the user guide. For regular software products, you might be able to use free templates from the internet, but if your product caters to an industry that has government regulations in place, then it's best to seek professional help from someone who can guide you in creating appropriate terms of use, disclaimers, warnings, and other legal notices. Freelance websites are good places to find skilled legal experts.

Technical Writer

The technical writer is the person who will understand the software from the development team and write the actual user manual. A good technical writer should have the following skills:
  1. Ability to write clearly and correctly. 
  2. Expertise in working with word processing software.
  3. Ability to express ideas through images.
  4. Ability to understand software functionality.
  5. Ability to create good instructional content. 
Large organizations usually have a full-time team of technical writers but most small to mid-sized companies don't have dedicated technical writers. However, lots of people work as freelance technical writers. You can connect with good them on any of the freelance websites listed later in this article. If you need to work with someone local, a web search should help you locate them.

Depending on the volume of work, you may need to work with one or more technical writers simultaneously. 

Point of Contact in the Development Team

It's a good idea to assign a dedicated person from the development team who will coordinate with the technical writer(s). Such a person will have the following responsibilities:
  1. Explain the software's functionality to the technical writer(s).
  2. Provide technical details such as installation requirements, FAQs, troubleshooting instructions, etc.
  3. Furnish screenshots.
  4. Verify the user guide for overall technical correctness.
  5. Coordinate with someone who can test the user guide (explained in the next section).

User Guide Tester

A user guide should be thoroughly tested to ensure that all instructions produce the desired results. For example. the user guide tester should install the software on a fresh machine by exactly following the instructions outlined in the guide and verify if the software is indeed installed properly. Similarly, the tester should test all the admin as well as user features by following instructions in the user guide and verify that they produce the desired results. 

After the testing session, the tester should produce a list of features that did not work as explained in the instructions. They should also make a note of instructions that were difficult to understand or follow.

You might be tempted to assign this work to someone from the software development or testing team, but I will recommend working with a person who has no prior knowledge of the software. It will cost you a little additional money and time but these will be well spent. A person who comes with a blank slate is more likely to point out mistakes that a developer or tester who is already familiar with your software will miss out.

You can work with freelancers or college interns to test the user guide.

Proofreader/Editor

A proof-reader corrects superficial errors in spelling, grammar, punctuation, formatting, verb tenses, etc. 

An editor reviews and improves how information is presented and structured. An editor will ensure that your user guide is well organized and easy to understand for the audience. 

It's a good idea to work with just one person who will proofread and edit your user guide. 

If you don't wish to have your user manual reviewed, then you may want to use an automated grammar correcting software such a Grammarly or one of its alternatives to ensure that the document is grammatically correct. I personally use Grammarly for my work and I've been very satisfied with its quality.

Resources

Here's a list of websites where you can connect with freelancers:
  1. fiverr.com - a great website for finding a wide variety of freelancers
  2. freelancer.com - another great website for finding a wide variety of freelancers
  3. upwork.com - yet another great website for finding a wide variety of freelancers
  4. 99designs.com - A great community for finding freelancers to do logo, image, and brand design work, here



Comments

Popular posts from this blog

My HSQLDB schema inspection story

This is a simple story of my need to inspect the schema of an HSQLDB database for a participar FOREIGN KEY, and the interesting things I had to do to actually inspect it. I am using an HSQLDB 1.8 database in one of my web applications. The application has been developed using the Play framework , which by default uses JPA and Hibernate . A few days back, I wanted to inspect the schema which Hibernate had created for one of my model objects. I started the HSQLDB database on my local machine, and then started the database manager with the following command java -cp ./hsqldb-1.8.0.7.jar org.hsqldb.util.DatabaseManagerSwing When I tried the view the schema of my table, it showed me the columns and column types on that table, but it did not show me columns were FOREIGN KEYs. Image 1: Table schema as shown by HSQLDB's database manager I decided to search on StackOverflow and find out how I could view the full schema of the table in question. I got a few hints, and they all pointed to

Fuctional Programming Principles in Scala - Getting Started

Sometime back I registered for the Functional Programming Principles in Scala , on Coursera. I have been meaning to learn Scala from a while, but have been putting it on the back burner because of other commitments. But  when I saw this course being offered by Martin Odersky, on Coursera , I just had to enroll in it. This course is a 7 week course. I will blog my learning experience and notes here for the next seven weeks (well actually six, since the course started on Sept 18th). The first step was to install the required tools: JDK - Since this is my work machine, I already have a couple of JDK's installed SBT - SBT is the Scala Build Tool. Even though I have not looked into it in detail, it seems like a replacement for Maven. I am sure we will use it for several things, however upto now I only know about two uses for it - to submit assignments (which must be a feature added by the course team), and to start the Scala console. Installed sbt from here , and added the path

Five Reasons Why Your Product Needs an Awesome User Guide

Photo Credit: Peter Merholz ( Creative Commons 2.0 SA License ) A user guide is essentially a book-length document containing instructions for installing, using or troubleshooting a hardware or software product. A user guide can be very brief - for example, only 10 or 20 pages or it can be a full-length book of 200 pages or more. -- prismnet.com As engineers, we give a lot of importance to product design, architecture, code quality, and UX. However, when it comes to the user manual, we often only manage to pay lip service. This is not good. A usable manual is as important as usable software because it is the first line of help for the user and the first line of customer service for the organization. Any organization that prides itself on great customer service must have an awesome user manual for the product. In the spirit of listicles - here are at least five reasons why you should have an awesome user manual! Enhance User Satisfaction In my fourteen years as a