---
type: architecture
title: Data Flow
description: How data moves through the system.
tags: [architecture]
updated: 2026-06-17
---

# Data Flow

Describe how important data moves through the system.

1. Input enters through:
2. Validation happens in:
3. State changes are stored in:
4. Output is returned by:

## Unknowns / Needs Confirmation

- Confirm the real inputs, validation points, state stores, and outputs.
