System Card
Documentation describing a complete AI system including its architecture, components, data flows, and operational context.
Definition
A system card is a comprehensive documentation artifact that describes an entire AI system rather than individual models within it. System cards capture the complete picture of how an AI application functions, including its architecture, component models, data flows, integration points, human touchpoints, and operational context. As AI systems increasingly combine multiple models with business logic, external services, and human workflows, system cards provide the holistic view that model cards alone cannot offer.
The EU AI Act regulates AI systems, not isolated models. While model cards document individual machine learning models, the regulation's requirements for technical documentation, transparency, and risk assessment apply to the complete system that produces outputs or makes decisions. System cards bridge this gap by documenting how models are orchestrated, what data flows through the system, where human oversight occurs, and how the system integrates with organizational processes. Annex IV technical documentation requirements align closely with system card content. The regulation requires a general description of the AI system including its intended purpose, how it interacts with hardware and software, the versions of relevant software, forms of input and output, and the computational resources required. This system-level perspective is essential for conformity assessment and for enabling deployers to understand what they are implementing. For modern AI applications built on foundation models with retrieval augmentation, tool use, and multi-step reasoning, system cards are especially important. The behavior of such systems depends heavily on their orchestration logic, context management, and integration design, aspects invisible in model cards but critical for risk assessment and oversight.
Organizations should create system cards for every AI system they develop or deploy, distinct from and complementing model cards for underlying components. A comprehensive system card includes several key sections: system overview describing purpose, users, and use context; architecture documentation showing components and their interactions; data flow diagrams illustrating how information moves through the system; model inventory listing all AI components with references to their model cards; human touchpoints identifying where humans interact with or oversee the system; integration points documenting connections to external systems and data sources; and operational parameters including performance characteristics, limitations, and failure modes.
System cards should be treated as living documents, updated whenever significant changes occur to architecture, models, integrations, or operational context. Version control with clear change history supports both internal governance and regulatory requirements for maintaining current documentation. The relationship between model cards, system cards, and Annex IV documentation should be architected intentionally. Model cards feed into system cards, which in turn provide much of the content required for Annex IV technical documentation. Organizations benefit from designing this documentation hierarchy upfront, establishing templates and processes that build efficiently from component documentation through system documentation to compliance artifacts.
Citable answer
Citation object
Definition
A system card is a documentation artifact that describes an entire AI system: its architecture, component models, data flows, integration points, human touchpoints, and operational context. Model cards document individual models; the system card documents how those models are orchestrated with business logic, external services, and human workflows to produce outputs and decisions. The EU AI Act regulates AI systems, and its Annex IV technical documentation requirements align closely with system card content.
Scope and exceptions
- Applies when
- Use a system card for every AI system developed or deployed, alongside model cards for its components. It becomes central for agentic systems, where behavior depends on orchestration logic, tool access, and integration design invisible in model cards.
- Exceptions
- A system card supports Annex IV technical documentation; the formal conformity-assessment documentation follows the regulation’s own structure and the responsible owner.
Decision framework
- System overview: purpose, users, and use context.
- Architecture: components and their interactions.
- Data flows: how information moves through the system.
- Model inventory: every AI component, with references to its model card.
- Human touchpoints: where humans interact with or oversee the system.
- Integration points: connections to external systems and data sources.
- Operational parameters: performance characteristics, limitations, and failure modes.
Minimum evidence
- Current architecture and model inventory with versions.
- The human oversight points and their operating procedures.
- Known limitations and failure modes with their mitigations.
- Version history with change rationale, kept current as the system evolves.
Worked regulated workflow
System card for an agentic AML triage system
Scenario: A bank documents an alert-triage system combining a foundation model, retrieval over case data, tool calls into the case system, and analyst review.
Workflow: The system card records the orchestration flow from alert intake through evidence retrieval, disposition proposal, and analyst decision. It lists the model versions, the tools the agent may call, the data boundaries on retrieval, and the point where a Decision Request routes the disposition to an analyst. The card version history tracks each change to models, tools, and oversight thresholds.
Questions buyers ask
- What is the difference between a system card and a model card?
- A model card documents one machine learning model. A system card documents the complete system: how models, business logic, external services, and human workflows combine to produce outputs and decisions.
- Does the EU AI Act require system cards?
- The regulation requires technical documentation of the AI system, described in Annex IV: intended purpose, interactions with hardware and software, versions, forms of input and output, and computational resources. System card content maps closely onto those requirements.
- How often should a system card be updated?
- Whenever a significant change occurs to architecture, models, integrations, or operational context. Version control with a clear change history supports both internal governance and the duty to keep documentation current.
- How do model cards, system cards, and Annex IV documentation relate?
- Model cards feed system cards, and system cards supply much of the content Annex IV technical documentation requires. Designing that hierarchy upfront lets each layer build on the one below.
Primary sources
Freshness:
How KLA Control Plane implements this
Execution Lineage records what the documented system actually does at runtime: the models and tools invoked, the policy verdicts, and the human decisions. Those records keep the system card’s oversight and integration claims verifiable against production behavior.
- Capability
- /platform/execution-lineage
- Technical reference
- /resources/ai-agent-execution-record
- Practical artifact
- EU AI Act AI system card template
Scope boundary: Authoring the system card, the conformity-assessment documentation, and the component model cards remain owned by the provider and deployer teams.
