# Known Use Cases (KUC)

Total: **3**

## `KUC-101`
**Source**: `docs/deploy.py`

Automates the process of building and deploying Zipline documentation by cleaning old artifacts, moving files to temporary locations, and preparing docs for publication.

## `KUC-102`
**Source**: `docs/notebooks/tutorial.ipynb`

Provides an interactive tutorial for new Zipline users to learn the platform's core concepts including data ingestion, algorithm execution via CLI and magic commands, and performance visualization.

## `KUC-103`
**Source**: `src/zipline/examples/buyapple.ipynb`

Demonstrates a minimal Zipline algorithm that places consistent buy orders for a single stock and records price data for later analysis, serving as a starter template for custom algorithms.
