Skip to main content

Visual Content Plan: Videos & Screenshots

Step-by-step instructions for creating videos and taking screenshots to complete the DocsAutomator documentation.

Current State

  • 17 pages have visual content (videos and/or screenshots)
  • 50 pages have zero visual content
  • Airtable integration page is the gold standard — has a video + 6 annotated screenshots
  • Quickstart guide has 6 screenshots showing the full setup flow
  • Most feature pages, all use case pages, and the new PDF/eSign content have no visuals

Priority 1: Videos (High Impact)

These videos will be embedded at the top of their respective pages using the <Frame><iframe> pattern.

Video 1: PDF Template Editor Walkthrough

Page: docsautomator-basics/pdf-template-guide.mdx Duration: 2-3 minutes Embed at: Top of page, right after the intro paragraph Record in the DocsAutomator app:
  1. Open an automation and click the template section
  2. Show the toggle between “Google Docs” and “Existing PDF”
  3. Select “Existing PDF”
  4. Drag and drop a sample PDF (use a pre-designed invoice or certificate with clear empty fields)
  5. Show the “X fields auto-detected” notification if the PDF has AcroForm fields
  6. Click the edit button to open the placeholder editor
  7. Pan the three-panel layout — left sidebar (field types), center (PDF viewer), right sidebar (properties)
  8. Add a text placeholder — drag it from the sidebar onto a name field area on the PDF
  9. Name it “customer_name” in the properties panel
  10. Change the font to Roboto, size to 14, color to dark blue
  11. Show the alignment dropdown (left/center/right)
  12. Show the overflow dropdown — briefly explain “Shrink to fit” vs “Expand vertically”
  13. Add an image placeholder — drag it onto a logo area
  14. Add a checkbox placeholder
  15. Add an e-signature field — show the “Add E-Sign Field” section in the left sidebar, add a signature field
  16. Show multi-page — scroll down to page 2 and add a field there
  17. Click Preview to show the live preview with sample data
  18. Click Save
  19. Brief voiceover: “The PDF itself is never modified — DocsAutomator overlays your data on top at generation time”

Video 2: E-Signature Setup & Signing Flow

Page: features/docsautomator-esign.mdx (replace or supplement existing video if outdated) Duration: 3-4 minutes Embed at: Top of page (already has a video embed — update the YouTube URL if creating a new one) Record:
  1. Open a Google Doc template that has e-sign placeholders ({{esign.signature.1}}, {{esign.date.1}})
  2. Go to the automation’s output settings
  3. Enable “E-Signatures”
  4. Configure Signer 1 — enter email field mapping, name field mapping
  5. Add Signer 2 — show the “Add Signer” button
  6. Show Signing Order toggle — explain “Sequential” vs “Parallel”
  7. Show Email Configuration — subject, body with variables ({{signerName}}, {{documentName}}), button color
  8. Show Reminder Settings — enable reminders, set frequency
  9. Show Expiration Settings
  10. Show Branding — upload a custom logo
  11. Click Preview or generate a test document
  12. Switch to the signer’s perspective — open the signing link in a new tab or incognito
  13. Show the signing experience:
    • Review document
    • Click on signature field → draw or type signature
    • Date auto-fills
    • Fill in text field
    • Check the checkbox
    • Click “Complete Signing”
  14. Show the completion screen with download option
  15. Back in the app: show the signing session status changed to “completed”
  16. Show the audit trail if visible

Video 3: Updated Platform Overview

Page: index.mdx Duration: 2 minutes Embed at: Already has a video — update the YouTube URL to the new version The current “DocsAutomator in 2 minutes” video may not cover PDF templates or eSign. Record an updated version:
  1. Quick intro: “DocsAutomator turns your data into documents — PDFs, Google Docs, with optional e-signatures”
  2. Show template choice: Google Docs (show a template with {{placeholders}}) AND PDF templates (show the visual editor briefly)
  3. Show data source connection — pick Airtable, show base/table selection
  4. Show field mapping — map a few fields
  5. Show preview — generate a preview PDF
  6. Show output settings — email, Drive, e-signatures
  7. Show a generated document — the final PDF
  8. Show the e-signing flow — 10 seconds showing a signer signing
  9. End card: “Get started free at docsautomator.co”

Video 4: Quickstart — Full Setup in 5 Minutes

Page: docsautomator-basics/quickstart-guide.mdx Duration: 4-5 minutes Embed at: Top of page (currently has no video) Record the entire quickstart flow:
  1. Log into the DocsAutomator dashboard
  2. Click “New Automation”
  3. Choose a data source (Airtable or Google Sheets)
  4. Connect your account (show OAuth flow)
  5. Google Doc path: Paste a template link, show Template Check
  6. Brief PDF path: Show the toggle, upload a PDF, position 1-2 fields (keep this under 30 seconds — link to Video 1 for full details)
  7. Select base/table
  8. Map fields — show the field mapping interface
  9. Generate a preview
  10. Configure output settings (save PDF, send email)
  11. Mention e-signatures as an option
  12. Show the final generated document

Priority 2: Screenshots (Essential Pages)

Save all screenshots to /docs/images/{section}/ with descriptive filenames. Use <Frame> wrapper for consistent styling.

Screenshots for: PDF Template Guide

Directory: /docs/images/pdf-template/ Take these screenshots in the DocsAutomator app:
#FilenameWhat to captureWhere in the doc
1template-type-toggle.pngThe template section showing “Google Docs” and “Existing PDF” toggle buttonsAfter “Select PDF template” step
2upload-area.pngThe drag-and-drop upload area (empty state)After “Upload your PDF” step
3uploaded-pdf-info.pngAfter upload — showing filename, page count, placeholder count, Edit/Delete buttonsAfter “Review detected fields” step
4editor-full-view.pngFull-screen editor with a PDF loaded, showing all 3 panels (left sidebar, center PDF, right properties) with a few placeholders placedTop of “The Visual Placeholder Editor” section
5editor-left-sidebar.pngClose-up of left sidebar showing field type buttons (Text, Image, Checkbox) and e-sign fields section”Adding Placeholders” section
6editor-placeholder-selected.pngA text placeholder selected on the PDF, showing the blue selection handles and the properties panel populated on the right”Positioning and Resizing” section
7properties-text.pngRight panel showing text properties: font family dropdown, font size, color picker, alignment, overflow mode”Text Properties” section
8properties-overflow.pngThe overflow mode dropdown expanded showing all 4 options”Text Overflow Modes” section
9preview-mode.pngThe editor in preview mode — showing the PDF with sample data filled into placeholders”Preview Mode” section
10esign-fields.pngLeft sidebar showing the “Add E-Sign Field” section with signature, date, text, checkbox options”E-Signature Fields on PDFs” section

Screenshots for: Google Doc Template Guide

Directory: /docs/images/google-doc-template/
#FilenameWhat to captureWhere in the doc
1template-example.pngA Google Doc template with visible {{placeholders}} — use an invoice template with 5-6 placeholders highlightedTop of “Template Syntax” section
2generated-output.pngThe same template after generation — showing the filled-in documentBelow the template example (before/after)
3line-items-template.pngA Google Doc showing line item syntax (the table with {{#items}} and {{/items}} tags)“Line Item Variables” section
4line-items-output.pngThe generated document with the line item table expanded with real dataNext to the template screenshot
5esign-placeholders.pngA Google Doc showing e-sign placeholders at the bottom of a contract ({{esign.signature.1}}, {{esign.date.1}})New “E-Signature Placeholders” section
6image-placeholder.pngA Google Doc showing {{image_logo}} placeholder and the resulting image in the output”Image Variables” section

Screenshots for: Quickstart Guide (supplement existing)

Directory: /docs/images/quickstart/ These screenshots may already exist but need updating for PDF template + eSign:
#FilenameWhat to captureWhere in the doc
1template-type-choice.pngThe template section showing both Google Doc and PDF optionsStep 3 (PDF Template tab)
2esign-output-toggle.pngOutput settings with the e-signature toggle visible/enabledStep 5 (near the eSign Info callout)

Screenshots for: E-Signature Pages

Directory: /docs/images/esign/
#FilenameWhat to captureWhere in the doc
1signer-configuration.pngThe signer setup panel — email field, name field, “Add Signer” buttondocsautomator-esign.mdx — “Configuring Signers” section
2signing-order.pngThe Sequential vs Parallel toggle”Signing Order” section
3email-configuration.pngEmail template editor — subject, body with variables, button color picker”Email Configuration” section
4signing-experience.pngThe signer’s view — document with signature field highlighted, ready to sign”Signing Experience” section
5signature-drawn.pngAfter signing — the signature drawn in the fieldSame section
6completion-screen.pngThe “Signing Complete” screen with download buttonSame section
7session-status.pngThe signing session list in the app showing status (pending, completed, etc.)”Session Statuses” section
8audit-trail.pngThe audit trail showing timeline of events (sent, viewed, signed)For the compliance page or main eSign page

Screenshots for: Use Case Pages

Directory: /docs/images/use-cases/ Each use case page should have 3-4 screenshots showing the end-to-end flow: Invoices from Airtable (use-cases/invoices-from-airtable.mdx):
#FilenameWhat to capture
1invoice-template.pngThe Google Doc invoice template with placeholders visible
2invoice-airtable-data.pngThe Airtable base with sample invoice data (customer, items, amounts)
3invoice-field-mapping.pngThe field mapping interface with invoice fields mapped
4invoice-generated.pngThe final generated invoice PDF
Bulk Certificates from Google Sheets (use-cases/bulk-certificates-from-google-sheets.mdx):
#FilenameWhat to capture
1certificate-template.pngThe Google Doc certificate template
2certificate-sheets-data.pngThe Google Sheet with participant names, course names, dates
3certificate-generated.pngA generated certificate PDF
4certificate-batch-queue.pngThe queue/batch processing view showing multiple certificates being generated
Contracts with E-Sign (use-cases/contracts-with-esign.mdx):
#FilenameWhat to capture
1contract-template.pngThe contract template with e-sign placeholders at the bottom
2contract-esign-config.pngThe e-signature output settings configured with 2 signers
3contract-signing.pngThe signer’s view of the contract with signature fields
4contract-completed.pngThe completed signed contract PDF

Priority 3: Screenshots (Feature Pages)

These pages are text-only and would benefit from at least 1-2 screenshots each.

Line Items

Directory: /docs/images/line-items/
#FilenamePageWhat to capture
1line-items-template.pngfeatures/line-items.mdxGoogle Doc template with line item table syntax
2line-items-generated.pngfeatures/line-items.mdxGenerated document with expanded table rows
3nested-template.pngfeatures/line-items/nested-line-items.mdxTemplate showing 2-level nested line items
4nested-generated.pngfeatures/line-items/nested-line-items.mdxGenerated document with nested rows
5grouping-template.pngfeatures/line-items/line-items-grouping-+-calculations.mdxTemplate with grouping/calculation syntax
6grouping-generated.pngfeatures/line-items/line-items-grouping-+-calculations.mdxGenerated document with grouped rows and totals

Conditional Content

Directory: /docs/images/conditional/
#FilenamePageWhat to capture
1conditional-show-hide-config.pngfeatures/advanced-placeholder-options/conditional-show-hide.mdxThe conditional rendering configuration in the app
2conditional-show-result.pngSameGenerated doc with section shown
3conditional-hide-result.pngSameGenerated doc with section hidden
4conditional-styling-config.pngfeatures/advanced-placeholder-options/conditional-styling.mdxThe conditional styling rules configuration
5conditional-styling-result.pngSameGenerated doc showing styled text

AI Field Mapping

Directory: /docs/images/ai-field-mapping/
#FilenamePageWhat to capture
1ai-mapping-suggestions.pngfeatures/ai-field-mapping.mdxThe field mapping interface showing AI-suggested matches (with the “AI” badge or indicator)
2ai-mapping-accepted.pngSameAfter accepting AI suggestions — all fields mapped

Output Settings

Directory: /docs/images/output/
#FilenamePageWhat to capture
1email-config.pngfeatures/actions-after-document-generation/send-email.mdxEmail configuration panel — recipient, subject, body, attachment toggle
2drive-folder-config.pngfeatures/actions-after-document-generation/save-pdfs-in-google-drive.mdxGoogle Drive folder selection interface
3merge-pdfs-config.pngfeatures/actions-after-document-generation/merge-existing-pdfs.mdxThe merge PDF configuration — prepend/append toggle, file URL field
4webhook-config.pngfeatures/actions-after-document-generation/notify-webhook.mdxWebhook URL configuration field

Other Feature Pages

#FilenamePageWhat to capture
1images/previews/preview-panel.pngfeatures/document-previews.mdxThe preview panel showing a generated PDF preview
2images/run-history/run-list.pngfeatures/run-history.mdxThe run history list showing recent document generations with status
3images/run-history/run-detail.pngfeatures/run-history.mdxA single run detail view showing input data, output PDF, timing
4images/folders/folder-view.pngfeatures/folder-organization.mdxThe automation list organized in folders
5images/team/team-members.pngfeatures/team-management.mdxThe team management panel showing members and roles
6images/workspaces/workspace-switcher.pngfeatures/workspaces.mdxThe workspace switcher dropdown

Priority 4: Integration Page Videos

These integration pages currently have NO video. Consider recording short (1-2 min) setup walkthroughs:
PageVideo content
integrations-api/make.mdxSetting up a Make scenario that triggers DocsAutomator document generation
integrations-api/noloco.mdxConnecting Noloco to DocsAutomator and triggering a document
integrations-api/docsautomator-mcp.mdxUsing the MCP server with Claude or another AI tool to generate documents
(Airtable, Google Sheets, SmartSuite, ClickUp, Glide, Zapier, n8n, and Softr already have videos.)

Screenshot Guidelines

Technical specs

  • Resolution: Take at 2x (Retina) for crisp rendering, save at original size
  • Format: PNG for UI screenshots, JPG for full-page captures (smaller file size)
  • Browser: Use Chrome with a clean profile (no extensions in the toolbar)
  • Window size: 1280px wide for full-page screenshots, crop for focused UI elements
  • Dark mode: Use light mode for all screenshots (matches the docs theme)

Composition tips

  • Crop tightly around the relevant UI — don’t include browser chrome or unrelated sidebar
  • Highlight important elements with a subtle red/orange rectangle or arrow annotation (use Cleanshot X or similar)
  • Use realistic data — “Acme Corp”, “INV-2025-001”, real-looking names and amounts. Avoid “test”, “asdf”, “foo”
  • Consistent sample data across related screenshots — same invoice, same customer throughout a tutorial
  • Show the happy path — all fields filled, no errors, clean state

Annotation style

  • Red/orange rectangles for callouts (2px border, no fill)
  • Numbered circles for step-by-step sequences
  • Keep annotations minimal — the screenshot should mostly speak for itself

Video Guidelines

Technical specs

  • Resolution: 1920x1080 minimum, 4K preferred
  • Frame rate: 30fps
  • Format: Upload to YouTube, embed with <Frame><iframe> in the docs
  • Audio: Clear voiceover with no background music (or very subtle music)

Recording tips

  • Clean browser — hide bookmarks bar, use a clean Chrome profile
  • Zoom the UI to 125-150% so elements are clearly visible in the video
  • Slow, deliberate mouse movements — don’t rush, viewers need to follow
  • Pause briefly on important screens (2-3 seconds) before moving on
  • Use realistic data — same guidelines as screenshots
  • Record in one take if possible — cuts are fine but keep them smooth
  • Add captions/subtitles on YouTube for accessibility

Voiceover script tips

  • Narrate what you’re doing and WHY, not just clicking through
  • Mention keyboard shortcuts when relevant (“I’ll press Cmd+Z to undo”)
  • End with a clear call-to-action (“Check out the template guide for more details”)

File Structure

After creating all visual content, the images directory should look like:
docs/images/
├── airtable/              (existing - 6 screenshots)
├── quickstart/            (existing - 7 screenshots, add 2 more)
├── pdf-template/          (new - 10 screenshots)
├── google-doc-template/   (new - 6 screenshots)
├── esign/                 (new - 8 screenshots)
├── use-cases/             (new - 12 screenshots)
├── line-items/            (new - 6 screenshots)
├── conditional/           (new - 5 screenshots)
├── ai-field-mapping/      (new - 2 screenshots)
├── output/                (new - 4 screenshots)
├── previews/              (new - 1 screenshot)
├── run-history/           (new - 2 screenshots)
├── folders/               (new - 1 screenshot)
├── team/                  (new - 1 screenshot)
└── workspaces/            (new - 1 screenshot)
Total new screenshots needed: ~60 Total new videos needed: 4 (Priority 1) + 3 (Priority 4) = 7

Embedding Reference

Screenshot embed pattern

<Frame>
  <img src="/images/{section}/{filename}.png" alt="Descriptive alt text for accessibility" />
</Frame>

Video embed pattern

<Frame>
  <iframe
    width="100%"
    height="400"
    src="https://www.youtube.com/embed/{VIDEO_ID}"
    title="Video title"
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
    allowFullScreen
  />
</Frame>
Last modified on June 4, 2026