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

Inheritance vs. composition depending on how much is same and how much differs

I am reading the excellent Django book right now. In the 4th chapter on Django templates , there is an example of includes and inheritance in Django templates. Without going into details about Django templates, the include is very similar to composition where we can include the text of another template for evaluation. Inheritance in Django templates works in a way similar to object inheritance. Django templates can specify certain blocks which can be redefined in subtemplates. The subtemplates use the rest of the parent template as is. Now we have all learned that inheritance is used when we have a is-a relationship between classes, and composition is used when we have a contains-a relationship. This is absolutely right, but while reading about Django templates, I just realized another pattern in these relationships. This is really simple and perhaps many of you may have already have had this insight... We use inheritance when we want to allow reuse of the bulk of one object in other

Running your own one person company

Recently there was a post on PuneTech on mom's re-entering the IT work force after a break. Two of the biggest concerns mentioned were : Coping with vast advances (changes) in the IT landscape Balancing work and family responsibilities Since I have been running a one person company for a good amount of time, I suggested that as an option. In this post I will discuss various aspects of running a one person company. Advantages: You have full control of your time. You can choose to spend as much or as little time as you would like. There is also a good chance that you will be able to decide when you want to spend that time. You get to work on something that you enjoy doing. Tremendous work satisfaction. You have the option of working from home. Disadvantages: It can take a little while for the work to get set, so you may not be able to see revenues for some time. It takes a huge amount of discipline to work without a boss, and without deadlines. You will not get the benefits (insuranc