Reference / mapping table

Try in Playground
Reference / mapping table slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Data Table
Output
.pptx + PDF + PNG

Render it

Brief path

curl -X POST https://api.slideforge.dev/v1/render/auto \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "brief": "" }'

Structured intent (this template)

{
  "pattern": "data_table",
  "title": "Three control obligations determine whether the assistant can scale beyond FAQs",
  "subtitle": "GenAI customer-service assistant - regulatory readiness mapping",
  "columns": [
    {
      "header": "Regulation / source",
      "w": 1.1,
      "bold": true
    },
    {
      "header": "Requirement",
      "w": 1.5,
      "muted": true
    },
    {
      "header": "Evidence required",
      "w": 1.5
    },
    {
      "header": "Implication",
      "w": 1.7,
      "emphasis": true
    }
  ],
  "rows": [
    [
      "EU AI Act Art. 13",
      "Users must know when they interact with AI",
      "Disclosure text, channel inventory, model card",
      "Add disclosure banner in web chat + contact-centre scripts"
    ],
    [
      "EU AI Act Art. 14",
      "Human oversight for high-impact decisions",
      "Escalation policy, override logs, training record",
      "Block automated advice for complaints + regulated products"
    ],
    [
      "EU AI Act Art. 15",
      "Accuracy and robustness",
      "Test set, red-team logs, fallback rules",
      "Monthly evaluation pack before every release"
    ],
    [
      "GDPR Art. 5",
      "Purpose limitation and minimisation",
      "Retention policy, prompt-log fields, DPIA",
      "Mask PII before prompts; retain only hashed IDs"
    ],
    [
      "DORA ICT risk",
      "Operational resilience + incident process",
      "Runbook, monitoring dashboard, vendor SLA",
      "Classify model outage as critical third-party incident"
    ],
    [
      "Internal model risk",
      "Independent validation for customer-facing AI",
      "Validation memo, sign-off, limitations register",
      "Model-risk review gate before pilot expansion"
    ]
  ],
  "footer": "Transparency and traceability must be built before the next pilot wave.",
  "source_note": "Source: Legal and model-risk workshop, May 2026"
}

Related templates

Frequently asked questions

How do I render the Reference / mapping table template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Reference / mapping table deterministically — editable PowerPoint in under a second.

Reference / mapping table Slide Template | SlideForge | SlideForge (slideforge.dev)