Hyphen User Guides

Download Guides

Download user guides as PDF or Word documents for offline use or client handoffs

Downloads

Download any user guide as a PDF or Word document for offline use, printing, or sharing with clients and partners.

Each download includes:

  • Complete guide content with all instructions and examples
  • Embedded screenshots
  • Professional formatting with headers and page numbers

Core Platform Guides

GuideDescriptionPDFWord
Editorial & ContentArticles, authors, editorial workflow, media libraryPDFDOCX
Marketing FeaturesCampaigns, segments, audiences, email, promo codesPDFDOCX
Page TemplatesPage categories, templates, sections, banners, navigationPDFDOCX
Analytics & ReportingDashboard, metrics, social analytics, exportsPDFDOCX
Reader ManagementRegistration, subscriptions, institutional access, GDPRPDFDOCX
Social Media ManagementPost scheduling, campaigns, analytics, multi-platformPDFDOCX

Design & Content Organization

GuideDescriptionPDFWord
Layout & Design TemplatesPage templates, email templates, appearance settingsPDFDOCX
Magazine Issue ManagementIssue creation, article bundling, publishing workflowPDFDOCX
Moderation SystemComment moderation, content reports, user managementPDFDOCX

Sales & Subscriptions

GuideDescriptionPDFWord
E-Commerce StoreShopify integration, products, inventory, ordersPDFDOCX
Sales SystemInstitutional subscriptions, pipeline, renewalsPDFDOCX
Future Readers ProgramStudent programs, enrollments, institute managementPDFDOCX

Operations & Reference

GuideDescriptionPDFWord
Marketing OperationsCampaign lifecycle, team workflows, operationsPDFDOCX
Analytics FeaturesFeature descriptions and testing guide (18 features)PDFDOCX
Conversion SurfacesModals, banners, slide-ins — targeting and analyticsPDFDOCX

Regenerating Downloads

Downloads are generated from the live docs site. To regenerate after content updates:

cd docs-site
npm run build && npm run start &
npm run export:all:public

This updates all PDF and DOCX files in public/downloads/.

To generate customer-facing versions (without QA/internal sections):

NEXT_PUBLIC_DOCS_MODE=customer npm run build
npm run start &
npm run export:all:public