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
| Guide | Description | Word | |
|---|---|---|---|
| Editorial & Content | Articles, authors, editorial workflow, media library | DOCX | |
| Marketing Features | Campaigns, segments, audiences, email, promo codes | DOCX | |
| Page Templates | Page categories, templates, sections, banners, navigation | DOCX | |
| Analytics & Reporting | Dashboard, metrics, social analytics, exports | DOCX | |
| Reader Management | Registration, subscriptions, institutional access, GDPR | DOCX | |
| Social Media Management | Post scheduling, campaigns, analytics, multi-platform | DOCX |
Design & Content Organization
| Guide | Description | Word | |
|---|---|---|---|
| Layout & Design Templates | Page templates, email templates, appearance settings | DOCX | |
| Magazine Issue Management | Issue creation, article bundling, publishing workflow | DOCX | |
| Moderation System | Comment moderation, content reports, user management | DOCX |
Sales & Subscriptions
| Guide | Description | Word | |
|---|---|---|---|
| E-Commerce Store | Shopify integration, products, inventory, orders | DOCX | |
| Sales System | Institutional subscriptions, pipeline, renewals | DOCX | |
| Future Readers Program | Student programs, enrollments, institute management | DOCX |
Operations & Reference
| Guide | Description | Word | |
|---|---|---|---|
| Marketing Operations | Campaign lifecycle, team workflows, operations | DOCX | |
| Analytics Features | Feature descriptions and testing guide (18 features) | DOCX | |
| Conversion Surfaces | Modals, banners, slide-ins — targeting and analytics | DOCX |
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:publicThis 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