| Architecture | docs/README.md | all | atomic-framework-overview |
| Bootstrap | docs/applications.md | Core/App.php, App/* | atomic-framework-core |
| Config | docs/config.md | Core/Config/* | atomic-framework-core |
| Prefly | docs/prefly.md | Core/Prefly.php | atomic-framework-core |
| Request | docs/request.md | Core/Request.php, Core/Methods.php | atomic-framework-core |
| Middleware | docs/middleware.md | Core/Middleware/* | atomic-framework-core |
| Logging | docs/log.md | Core/Log.php, Core/LogChannel.php | atomic-framework-core |
| Error handling | docs/errorhandler.md | Core/ErrorHandler.php | atomic-framework-core |
| Security | docs/security.md | Core/Crypto.php, Core/Guard.php | atomic-framework-core |
| Database | docs/database.md | Core/ConnectionManager.php | atomic-framework-core |
| Migrations | docs/migrations.md | Core/Migrations.php, CLI/Migrations.php | atomic-framework-core, atomic-framework-cli-api |
| Model | docs/model.md | App/Model.php, Validator/* | atomic-framework-data |
| Atomic Core ref | docs/atomic_core.md | Core/ (all) | atomic-framework-core |
| Atomic Methods | docs/atomic_methods.md | Core/Methods.php, Support/helpers.php | atomic-framework-core |
| PDF export | docs/atomic_pdf.md | Files/PDF.php | atomic-framework-data |
| XLS export | docs/atomic_xls.md | Files/XLS.php | atomic-framework-data |
| CLI | docs/cli.md | CLI/* | atomic-framework-cli-api |
| Events | docs/event.md | Event/Event.php | atomic-framework-event-hook-lang-mail |
| Hooks | docs/hook.md | Hook/Hook.php | atomic-framework-event-hook-lang-mail |
| i18n | docs/i18n.md | Lang/I18n.php | atomic-framework-event-hook-lang-mail |
| Mailer | docs/mailer.md | Mail/Mailer.php | atomic-framework-event-hook-lang-mail |
| Notifier | docs/notifier.md | Mail/Notifier.php | atomic-framework-event-hook-lang-mail |
| Template | docs/template.md | F3 Template engine | atomic-framework-theme |
| Theme | docs/theme.md | Theme/Theme.php | atomic-framework-theme |
| Head | docs/head.md | Theme/Head.php | atomic-framework-theme |
| Assets | docs/assets.md | Theme/Assets.php | atomic-framework-theme |
| OpenGraph | docs/opengraph.md | Theme/OpenGraph.php, Theme/Schema.php | atomic-framework-theme |
| Redactor | docs/redactor.md | Core/Redactor.php, Theme/Redactor.php | atomic-framework-core, atomic-framework-theme |
| Session | docs/session.md | Auth/Session.php, Session/SessionManager.php | atomic-framework-mutex-session |
| Mutex | docs/mutex.md | Mutex/Mutex.php | atomic-framework-mutex-session |
| Nonce | docs/nonce.md | Tools/Nonce.php | atomic-framework-mutex-session |
| Transient | docs/transient.md | Tools/Transient.php, Cache/* | atomic-framework-mutex-session |
| Queue | docs/queue.md | Queue/Managers/Manager.php | atomic-framework-queue-scheduler-telemetry |
| Scheduler | docs/scheduler.md | Scheduler/Scheduler.php | atomic-framework-queue-scheduler-telemetry |
| Telemetry | docs/telemetry.md | Telemetry/* | atomic-framework-queue-scheduler-telemetry |
| Plugins | docs/plugins.md | App/Plugin.php, App/PluginManager.php | atomic-framework-plugins |
| Monopay | docs/plugins/monopay.md | Plugins/Monopay/* | atomic-framework-plugins |
| WordPress | docs/plugins/wordpress.md | Plugins/WordPress/* | atomic-framework-plugins |
| WooCommerce | docs/plugins/woocommerce.md | Plugins/WooCommerce/* | atomic-framework-plugins |
| RSS Reader | docs/plugins/rss-reader.md | Plugins/RssReader/* | atomic-framework-plugins |
| AI Connector | docs/ai_connector.md | Tools/AIConnector.php | atomic-framework-tools-websockets |
| WebSockets | docs/websockets.md | WebSockets/Server.php | atomic-framework-tools-websockets |
| Telegram | docs/telegram.md | Tools/Telegram.php, Auth/TelegramAuth.php | atomic-framework-tools-websockets, atomic-framework-app-auth |
| Testing | docs/testing_guide.md | tests/ | all |