# Notification Center Package ## Overview Notification system for displaying alerts, messages, and system notifications. ## Location [/packages/notification_center/](/packages/notification_center/) ## Purpose Provides a centralized notification system for displaying user messages, alerts, and system events. ## Features - Notification queue management - Toast notifications - Alert dialogs - System notifications - Notification filtering and prioritization ## Seed Data Notification templates and configurations are stored in the package's seed directory. ## Configuration Notification behavior is configured through database-stored definitions. ## Usage Import notification components through the package management system. ## Related Documentation - [Package System](/docs/development/package-system.md) - [Component Architecture](/docs/architecture)