# Weavegraph Documentation Index
Complete documentation for building workflows with Weavegraph.
## Core Documentation
- **[QUICKSTART.md](QUICKSTART.md)** - Quickstart guide covering core concepts
- Covers first-run setup, typed message roles, conditional routing, and execution modes
- **[OPERATIONS.md](OPERATIONS.md)** - Runtime operations and deployment
- [Event Streaming](OPERATIONS.md#event-streaming): Sinks, patterns, diagnostics, and observability
- [Persistence](OPERATIONS.md#persistence): SQLite checkpointing and in-memory mode
- [Testing](OPERATIONS.md#testing): Test strategies, event capture, and property-based testing
- [Error Handling](OPERATIONS.md#errors): Diagnostics and troubleshooting
- [Production](OPERATIONS.md#production): Performance, monitoring, and deployment
- **[ARCHITECTURE.md](ARCHITECTURE.md)** - Core architecture, module overview, and custom reducers
## Additional Resources
- [MIGRATION.md](MIGRATION.md) - Upgrade notes and migration guides by release
- [Schema Definitions](schemas/) - JSON schemas for event and error payloads
- [CHANGELOG.md](../CHANGELOG.md) - Release history (placeholder until added in ยง0.P.3)
- [Examples](../examples/) - Runnable code for all major patterns
- [STREAMING.md](STREAMING.md) - Event streaming quickstart guide