# Tutorial 3: Failures, Retry, and Compensation ## Goal Understand resilient execution behavior in VibeBlocks. ## What You Learn - Retry policy basics - Failure strategies (`ABORT`, `CONTINUE`, `COMPENSATE`) - Compensation flow in reverse order ## References - [Core Concepts](../core_concepts.md) - [API Reference](../api_reference.rst)