Glossary

Key terms and definitions used across technical writing and documentation.

This page is a growing glossary of terms and acronyms used in technical writing, documentation, and related fields. It’s intended to help writers quickly identify unfamiliar language and understand how a term is being used in context.

You can search by acronym or term, filter by context, or sort the table to find the definition that best matches your situation. Because many terms are used differently across industries and disciplines, context is included to help distinguish between similar or overlapping meanings.

To build and expand this glossary at scale, AI tools have been used to help generate and organize content. These tools are used carefully and reviewed, but they are not perfect. If you notice something that’s unclear, incorrect, or missing, your feedback is welcome.

If you know of a term or acronym that should be included, feel free to send it: admin@twi-net.org.


Term ⬍ Acronym ⬍ Context ⬍ Definition Link
Accessibility Content design / UX / web The practice of making content, interfaces, and products usable by as many people as possible, including people with disabilities. More info
Active Voice Writing / style A sentence structure where the subject performs the action.
Adaptive Content Content strategy / personalization / UX Content that adjusts based on factors such as device, user behavior, location, or audience needs.
Agile Project management / software development An iterative approach to work that emphasizes collaboration, flexibility, and continuous improvement. More info
Ambiguity Writing The presence of multiple possible meanings in a sentence, phrase, or concept.
Analytics Content strategy / UX / marketing The collection and analysis of data used to measure performance, behavior, or outcomes.
Application Layer Networking / development The top layer of a system where user-facing applications operate.
Application Programming Interface API Development / API documentation A set of rules that allows software systems to communicate with each other. More info
Audience Writing / communication The intended readers, users, or consumers of content.
Augmented Reality AR Technology / UX / interactive media A technology that overlays digital elements onto the real-world environment. More info
Authentication Security / APIs The process of verifying the identity of a user or system.
Authorization Security / APIs The process of determining what an authenticated user or system is allowed to do.
Back End Development The part of a system responsible for data processing, storage, and server-side logic.
Backlog Agile / project management A prioritized list of tasks, features, fixes, or work items waiting to be completed.
Backward Compatibility Development The ability of a system to work with older versions, formats, or data.
Branch Version control / Git A parallel line of development used to work on changes independently from other work. More info
Branching Strategy Version control A defined approach for organizing and managing branches in a repository.
Build Docs-as-code / publishing The process of generating output from source files, such as compiling documentation into a website.
Build Artifact DevOps The output produced by a build process, such as compiled files or generated documentation.
Build Failure Docs-as-code / DevOps An error that prevents a build process from completing successfully.
Build Trigger DevOps An event that automatically starts a build process, such as a commit or pull request.
Call to Action CTA UX / content / marketing A prompt that encourages users to take a specific action.
Cascading Style Sheets CSS Web / documentation styling A language used to describe the presentation and layout of web pages. More info
Changelog Documentation / development A record of changes made to a product, system, or project over time.
Clarity Writing The quality of being easy to understand and free of unnecessary confusion.
Commit Version control / Git A saved change in a version-controlled project, usually recorded with a descriptive message. More info
Competitive Audit Content strategy / UX / marketing An evaluation of competitor products, content, features, or experiences to identify strengths, weaknesses, and opportunities.
Component Content Management System CCMS Structured authoring / content management A content management system designed to store, manage, and reuse content at the component or topic level.
Conciseness Writing The practice of expressing ideas clearly using only the necessary words.
Conditional Content Structured authoring / publishing Content that is included, excluded, or modified based on rules such as audience, product, or output type.
Conditional Text Structured authoring / publishing Content that appears or is hidden based on specific publishing conditions or rules.
Consistency Writing / style The uniform use of terminology, formatting, structure, and style across content.
Content Communication / digital publishing Information presented in a form intended for people or systems to consume, use, or interact with.
Content Analysis Content strategy / research The process of evaluating content to identify patterns, quality, gaps, structure, or effectiveness.
Content Audit Content strategy A systematic review of content to evaluate quality, accuracy, usefulness, and performance.
Content Brief Content strategy / editorial workflow A document that outlines the goals, audience, requirements, and direction for a piece of content.
Content Calendar Content strategy / editorial planning A schedule used to plan, organize, and track content creation and publication.
Content Chunking Writing / usability The practice of breaking information into smaller, manageable pieces to improve readability and understanding.
Content Design UX / content strategy The practice of planning, structuring, and creating content around user needs and goals.
Content Engineering Structured content / content operations The practice of designing content systems, models, workflows, and structures for scalable content delivery and reuse.
Content Experience UX / content strategy The overall experience a user has when interacting with content across channels, devices, or touchpoints.
Content Flow Content strategy / UX The movement and progression of content through a user journey, workflow, or system.
Content Governance Content strategy / operations The policies, roles, standards, and processes used to manage content across its lifecycle.
Content Inventory Content strategy A list of content assets, often including details such as location, ownership, format, and metadata.
Content Lifecycle Content strategy The stages content goes through from creation and maintenance to archiving or retirement.
Content Management Content operations / publishing The process of creating, organizing, maintaining, and publishing content throughout its lifecycle.
Content Management System CMS Content management A system used to create, manage, organize, and publish digital content.
Content Matrix Content strategy / planning A framework used to organize content by factors such as audience, format, channel, or purpose.
Content Migration Content management / publishing The process of moving content from one system, platform, or format to another.
Content Model Content strategy / structured authoring A representation of content types, elements, relationships, and structure within a system.
Content Optimization Content strategy / SEO / UX The process of improving content to increase effectiveness, usability, discoverability, or performance.
Content Product Content strategy / product management Content treated as a managed product with defined goals, audiences, ownership, and ongoing maintenance.
Content Quality Assurance CQA Content operations / editing The process of reviewing and validating content for accuracy, consistency, usability, and quality.
Content Reuse Structured authoring / content strategy The practice of using the same content in multiple locations, formats, or outputs.
Content Scorecard Content strategy / analytics A tool or framework used to evaluate content against defined quality or performance criteria.
Content Standard Content operations / governance A documented rule or guideline that defines how content should be created, structured, or maintained.
Content Strategy Content strategy The planning, creation, governance, and management of content to support user and business goals.
Content Type Content management A defined structure for a specific kind of content, including its fields, attributes, and purpose.
Continuous Delivery/Deployment CD DevOps / docs-as-code Practices that automate the release process. Continuous Delivery prepares changes for release, while Continuous Deployment automatically releases them to production.
Continuous Integration CI Development / docs-as-code A practice where changes are automatically tested and integrated into a shared codebase.
Controlled Vocabulary Content strategy / taxonomy A predefined set of approved terms used consistently to organize and describe content.
Conversion Marketing / analytics A completed user action that fulfills a desired goal, such as a purchase, signup, or download.
Cookie Web / analytics A small piece of data stored in a browser to remember information about a user or session.
Copy Editing Editing The process of correcting grammar, punctuation, spelling, clarity, and style in written content.
Customer Journey Map UX / customer experience A visual representation of the steps, interactions, and experiences a user has while engaging with a product, service, or organization.
Customer Support Customer experience / support Services and assistance provided to help users resolve issues and successfully use a product or service.
Digital Asset Management DAM Content management / digital publishing The organization, storage, management, and distribution of digital assets such as images, videos, and documents.
Darwin Information Typing Architecture DITA Structured authoring / technical documentation An XML-based standard for creating, organizing, reusing, and publishing technical documentation. More info
Deployment Development / release The process of making software, systems, or content available in an environment.
Deployment Pipeline DevOps / deployment An automated workflow that moves code or content through stages such as testing, staging, and production.
Deprecated Documentation / development A feature, function, or component that is no longer recommended and may be removed in the future.
Development Software development / technology The process of designing, building, testing, and maintaining software or digital systems.
DevOps Software development / operations A set of practices that combines software development and IT operations to improve collaboration, automation, and delivery speed.
Discoverability UX / content strategy The ease with which users can find or encounter content, features, or information.
DocBook Structured authoring / markup An XML-based markup language designed for writing technical documentation and books. More info
Docs-as-code Technical documentation / development workflow An approach where documentation is created and managed using the same tools and workflows as software development.
Document Documentation / communication A written or digital piece of content created to communicate information.
Document Engineering Structured content / information systems The design and management of document structures, workflows, and systems for creating and delivering information.
Documentation Technical communication Content created to explain, support, describe, or guide the use of a product, process, or system.
Documentation Process Technical communication / workflow The structured set of activities used to plan, create, review, publish, and maintain documentation.
Dynamic Content Content management / web Content that changes automatically based on data, user behavior, or system conditions.
Editing Writing / publishing The process of reviewing and improving content for accuracy, clarity, consistency, and quality.
Editorial Calendar Content strategy / editorial workflow A schedule used to plan and manage content creation, review, and publication activities.
Endpoint API / development A specific URL where an API can access resources or perform actions.
Environment Development / deployment A specific setup where software or content systems operate, such as development, staging, or production.
Error Message UX writing A message that informs users about a problem and helps them recover from it.
Extensible Markup Language XML Structured authoring / markup A markup language used to structure, store, and transport data. More info
Faceted Taxonomy Information architecture / taxonomy A classification system that organizes content using multiple independent categories or attributes.
Feature Branch Version control A branch created to develop a specific feature, update, or change independently from the main branch.
Findability UX / information architecture The ease with which users can locate information or content.
Folksonomy Content organization / tagging A user-generated system of categorization based on tags rather than predefined structures.
Front End Development / UI The part of a system that users interact with directly.
Gap Analysis Content strategy / business analysis The process of identifying missing elements, weaknesses, or differences between the current state and desired goals.
Git Version control / docs-as-code A distributed version control system used to track changes and collaborate on projects. More info
Globalization Localization / business strategy The process of designing products, content, or systems to support multiple languages, regions, and cultures.
Governance Content strategy / operations The policies, processes, roles, and standards used to guide and manage systems, content, or organizations.
Governance Model Content operations / management A defined structure for how decisions, responsibilities, workflows, and standards are managed within an organization or system.
Heading Hierarchy Writing / structure The organization of headings and subheadings to reflect the structure and importance of content.
Heuristics UX / usability General principles or rules of thumb used to evaluate usability and design effectiveness.
HyperText Markup Language HTML Web / documentation publishing The standard markup language used to create and structure web pages. More info
Hypertext Transfer Protocol HTTP Web / APIs A protocol used to transfer information between clients and servers on the web. More info
Internationalization i18n Globalization / development The process of designing systems so they can be adapted to different languages and regions.
Information Architecture IA Content strategy / UX The organization and structure of content to make information easier to find and understand.
Information Visualization Data visualization / UX The visual representation of information or data to improve understanding and communication.
Intelligent Content Structured content / content strategy Structured, reusable, and semantically meaningful content designed for automated processing and multichannel delivery.
Interaction Model UX / interface design A framework describing how users interact with a system, interface, or product.
Internet of Things IoT Technology / connected devices A network of physical devices connected to the internet that can collect and exchange data.
Jargon Writing Specialized language or terminology used by a particular group or profession.
JavaScript Object Notation JSON Development / APIs / structured data A text-based format used to exchange structured data between systems. More info
Knowledge Base KB Customer support / documentation A centralized collection of information used to help users solve problems or learn about a product.
Key Performance Indicator KPI Analytics / business strategy A measurable value used to evaluate progress toward a goal or objective.
Label UX / metadata / taxonomy A word or phrase used to identify, categorize, or describe content, navigation, or interface elements.
Linter Docs-as-code / tooling A tool that analyzes content or code for errors, formatting issues, and style violations.
Linting Docs-as-code / quality The automated checking of content or code for errors, formatting issues, or style violations.
Localization Globalization / documentation The process of adapting content for a specific language, culture, or region.
Machine Translation MT Localization / translation The automated translation of text from one language to another using software or AI systems.
Main Branch Version control The primary branch where stable code or content is maintained.
Markdown Docs-as-code / authoring A lightweight markup language used to format text with plain text syntax. More info
Merge Version control / Git workflow The process of combining changes from one branch into another.
Merge Conflict Version control / Git workflow A situation where changes cannot be merged automatically and must be resolved manually.
Merge Request MR Version control / workflow A request to merge changes from one branch into another, similar to a pull request.
Message Architecture Content strategy / UX writing A structured framework that defines the priority and organization of key messages in content or communication.
Metadata Content management / structured authoring Data that describes other data and helps organize, find, manage, or classify content.
Modular Content Structured content / content strategy Content created in reusable, self-contained units that can be combined in different ways.
Multichannel Content strategy / marketing A strategy that delivers content or experiences across multiple channels or platforms.
Multidevice UX / digital publishing Designed to function across multiple types of devices such as desktops, tablets, and smartphones.
Multilingual Search Engine Optimization SEO / localization The practice of optimizing content for search engines across multiple languages and regions.
Navigation UX / information architecture The system that allows users to move through content, interfaces, or products.
Networking Technology / infrastructure The practice and systems used to connect devices and enable communication between them.
Omnichannel Content strategy / customer experience A strategy that creates a connected and consistent user experience across multiple channels and touchpoints.
Ontology Information architecture / semantic systems A structured model that defines concepts and the relationships between them within a system or subject area.
Parallel Structure Writing The use of consistent grammatical forms in related content or lists.
Parametric Search Search / information architecture A search method that allows users to filter results using defined attributes or categories.
Passive Voice Writing / style A sentence structure where the subject receives the action instead of performing it.
Persona UX / content strategy A fictional representation of a target user based on research, behaviors, goals, and needs.
Personalization UX / content strategy The customization of content or experiences based on user data, behavior, preferences, or context.
Pipeline DevOps / docs-as-code An automated sequence of steps used to build, test, and deploy content or software.
Plain Language Writing / accessibility Writing that is clear, concise, and easy for the intended audience to understand. More info
Plain Language Principle Writing / accessibility A guideline emphasizing clarity, simplicity, and user understanding in communication. More info
Post-commit Hook Version control / workflow A script that runs automatically after a commit is completed.
Pre-commit Hook Version control / workflow A script that runs automatically before changes are committed.
Production Prod Development / deployment The live environment where users interact with a system or product.
Progressive Disclosure UX / content design A technique that reveals information gradually to avoid overwhelming users.
Proofreading Editing The final review of content to identify and correct errors before publication.
Pull Request PR Docs-as-code / development workflow A request to merge changes from one branch into another in a version-controlled project.
QR Code QR Digital publishing / mobile technology A machine-readable code that stores information such as URLs, text, or contact details.
Qualitative Audit Content strategy / research An evaluation focused on the quality, usability, clarity, or effectiveness of content rather than numerical metrics.
RACI RACI Project management / governance A responsibility assignment framework identifying who is Responsible, Accountable, Consulted, and Informed for a task or process.
RAITES Method Technical writing / structured authoring A framework used to organize procedural information into reusable content components such as requirements, actions, information, tips, examples, and support material.
Re-skin Design / digital publishing The process of updating the visual appearance of a product, interface, or website without significantly changing its functionality.
Readability Writing / usability The ease with which readers can understand written content.
Rebase Version control The process of moving or combining commits to maintain a cleaner project history.
Redirect Web / SEO A method of automatically sending users or systems from one URL to another.
Redundancy Writing Unnecessary repetition of words, information, or ideas.
Release Notes Documentation A summary of updates, changes, fixes, or new features included in a release.
Repository Repo Version control / docs-as-code A storage location for project files, revision history, and collaboration in version control systems.
Request API / web A message sent by a client to ask a server for data, resources, or actions.
Requirements Matrix Project management / documentation A structured table used to track requirements, responsibilities, status, or compliance across a project.
Response API / web The data or result returned by a server after receiving a request.
Responsive Design Web design / UX An approach to design that allows content and layouts to adapt to different screen sizes and devices.
Return on Investment ROI Business strategy / analytics A measure used to evaluate the value or profitability gained from an investment.
Revision Writing The process of improving content for clarity, structure, quality, or effectiveness.
Rollback Deployment / DevOps The process of reverting a system, deployment, or release to a previous version after a problem or failure.
ROT ROT Content strategy / content audit An acronym for Redundant, Outdated, and Trivial content used to identify low-value information.
Scannability Writing / usability The ease with which users can quickly locate and understand information in content.
Schema Structured data / content modeling A blueprint that defines how data or content is organized and structured.
Search Engine Optimization SEO Content strategy / marketing The practice of optimizing content to improve visibility in search engine results.
Security Technology / systems The protection of systems, data, and information from unauthorized access, damage, or misuse.
Semantic Versioning SemVer Development / versioning A versioning system that uses a structured numbering format to communicate the type and impact of changes. More info
Standard Generalized Markup Language SGML Markup languages / structured authoring A standard markup language used to define the structure and organization of documents.
Single Sourcing Structured authoring / content reuse The practice of creating content once and reusing it across multiple outputs or formats.
Site Map Information architecture / web A visual or structured representation of the pages and organization of a website or system.
Subject Matter Expert SME Documentation process An individual with specialized knowledge who provides expertise or information for content and documentation.
Software Development Kit SDK Development / API documentation A collection of tools, libraries, and resources used to build applications for a platform or system. More info
Source Files Docs-as-code The original files used to create or generate published content or documentation.
Staging Development / deployment A pre-production environment used for testing before release.
Static Site Docs-as-code / web A website composed of pre-generated files served without server-side processing.
Static Site Generator SSG Docs-as-code / publishing A tool that builds websites from source files into pre-generated static pages.
Status Code Web / API A numerical code indicating the result of a request between a client and server. More info
Structured Authoring Technical documentation / structured content An approach to writing that uses defined structures and reusable components to improve consistency and scalability.
Structured Content Content strategy / structured authoring Content organized using defined elements, rules, and relationships so it can be reused, managed, and processed consistently.
Structured Data Data management / web Data organized in a defined format that makes it easier for systems to process and interpret.
Style Guide Writing / editorial process A set of standards for language, formatting, tone, terminology, and usage in content.
Style Sheet Editing A document that defines writing, formatting, and editorial rules for a project or publication.
Synonym Ring Search / taxonomy A group of related terms treated as equivalent in a search or classification system.
Tag Content management / taxonomy A keyword or label assigned to content to improve organization, filtering, or searchability.
Tagging Content management The process of assigning keywords or labels to content for organization and retrieval.
Taxonomy Content strategy / information architecture A structured classification system used to organize content into categories and relationships.
Technical Documentation Technical communication Documentation created to explain technical products, systems, processes, or workflows.
Terminology Writing / documentation The collection of terms and definitions used within a specific field, product, or subject area.
Terminology Management Localization / content strategy The process of organizing, maintaining, and standardizing approved terms across content and languages.
Token Security / APIs A piece of data used to represent authentication, authorization, or access permissions.
Topic-Based Authoring Structured authoring / technical documentation An approach where content is written in self-contained topics rather than long linear documents.
Transactional Content Map Content strategy / customer experience A framework that maps content to specific user tasks, interactions, or decision points.
Transclusion Structured content / publishing The inclusion of content from one source into another location by reference rather than duplication.
Translation Localization The process of converting text from one language into another.
Translation Memory TM Localization / translation A database that stores previously translated text segments for reuse in future translations.
User-Centered Design UCD UX / content design An approach that focuses on user needs, behaviors, and goals throughout the design process.
User Interface UI UX writing / design The visual and interactive elements through which users interact with a system or product.
Uniform Resource Identifier URI Web / linking A string used to identify a resource. URLs are one type of URI.
Uniform Resource Locator URL Web / linking The address used to locate a resource on the web.
Unstructured Content Content management Content that does not follow a predefined structure or consistent format.
User Experience UX UX writing / product design The overall experience a user has when interacting with a product, service, or system.
User Flows UX / interaction design Visual or structured representations of the steps users take to complete tasks or navigate a system.
User Story Agile / product development A short description of a feature or requirement written from the user's perspective.
UX Writing UX / content design The practice of creating interface content that helps users navigate and interact with products effectively.
Variable Structured authoring / content management A reusable placeholder used to insert changing values or content into documents or systems.
Version Control Development / docs-as-code A system for tracking and managing changes to files over time.
Versioning Development / documentation The practice of assigning identifiers or numbers to track changes over time.
Voice and Tone Content design / writing Voice is the consistent personality expressed in content, while tone changes depending on context or audience.
Wayfinding UX / information architecture The design of cues and structures that help users understand where they are and how to navigate content or systems.
Web Internet / technology A system of interconnected digital resources accessed through browsers and internet technologies.
Web Content Accessibility Guidelines WCAG Accessibility / web standards A set of international guidelines for making web content more accessible. More info
Wireframe UX / interface design A simplified visual layout used to plan the structure and functionality of a page or interface.
Writing Communication / content creation The process of creating written content to communicate ideas, information, or instructions.
YAML Configuration / docs-as-code A human-readable format commonly used for configuration files and structured data. More info