Compliance AI User Guide

1. Executive Summary

The Compliance AI module is a specialized microservice designed to mitigate legal and regulatory risks in marketing materials. By utilizing Large Language Models (LLMs), it scans the underlying HTML of landing pages to ensure that advertising copy adheres to strict brand and compliance standards before it goes live.

2. How the Scanner Works

The module operates as an automated proofreader:

  • HTML Parsing: It accepts raw HTML from a target landing page and strips away scripts and styling to isolate the pure, user-facing text.
  • LLM Analysis: It feeds this isolated text into a configured LLM prompt, asking the AI to evaluate the copy against a predefined set of rules.
  • Output: It returns a structured JSON payload detailing any compliance violations, warnings, or missing mandatory disclaimers.

3. Integration with Nudger QA

The Compliance AI does not usually operate in isolation; it is a critical backend service for the Nudger QA suite.

  • When a team member runs the "Run AI Scanner" or "Run QA Automation" within Nudger, a request is fired off to the Compliance AI.
  • The results are seamlessly parsed and displayed in the Nudger interactive audit dashboard.
  • This ensures that growth marketers and tech teams are instantly notified if they accidentally use restricted terminology or omit required legal text on a new landing page.