FAQ
A curated list of frequently asked questions and answers designed to provide quick, self-service access to common information.
Also known as: Frequently Asked Questions
Category: Techniques
Tags: knowledge-management, documentation, communication, self-service
Explanation
A Frequently Asked Questions (FAQ) document is a structured knowledge format that pairs common questions with clear, concise answers. FAQs are one of the oldest and most widely used patterns for organizing and sharing knowledge.
**Why FAQs work**:
- **Question-driven**: Organized around the reader's actual needs rather than the author's structure
- **Scannable**: Easy to browse and find relevant information quickly
- **Self-service**: Reduces repetitive inquiries by anticipating common needs
- **Low friction**: Simple format that's easy to create and maintain
**Effective FAQ design**:
- Group questions by topic or category
- Use the actual language people use when asking
- Keep answers concise but complete
- Link to detailed resources for deeper exploration
- Update regularly based on new questions that emerge
- Remove or archive questions that become irrelevant
**Beyond customer support**:
While FAQs are commonly associated with customer-facing documentation, the pattern applies broadly:
- **Team FAQs**: Common questions new team members ask
- **Project FAQs**: Decisions, rationale, and context for recurring questions
- **Personal FAQs**: Your own reference for things you repeatedly look up
- **Learning FAQs**: Questions and answers as a study technique
**Limitations**:
FAQs can become dumping grounds for miscellaneous information. They work best as a complement to well-structured documentation, not a replacement for it. If your FAQ grows very large, it may signal the need for better knowledge organization.
Related Concepts
← Back to all concepts