# AGENTS.md > **CRITICAL INSTRUCTION FOR AI AGENTS:** > This project uses a specific hybrid architecture: ASP.NET Core MVC with Quasar Framework (UMD/CDN version). > You MUST follow the "Frontend Constraints" section below strictly. Failure to do so will break the HTML parsing. ## 1. Project Overview * **Type:** Multi-platform Web Application * **Backend:** ASP.NET Core MVC (C#) * **Frontend:** Quasar Framework (UMD Version) on top of Razor Views * **Database:** Entity Framework Core * **Real-time:** Native WebSockets (or SignalR, per specific task requirements) ## 2. Tech Stack & Architecture ### Backend (C# / .NET) * **Framework:** ASP.NET Core (Latest Stable) * **Pattern:** MVC (Model-View-Controller) * **Database:** Entity Framework Core (Code-First or DbFirst usually, check `DbContext`). * **Real-time:** WebSockets are used for bi-directional communication. * *Agent Note:* If implementing a chat or live feed, prefer `Microsoft.AspNetCore.SignalR` unless raw `System.Net.WebSockets` is explicitly requested. ### Frontend (Quasar UMD + Razor) * **Library:** Vue.js 3 + Quasar Framework (UMD/CDN). * **Integration:** * Vue/Quasar is loaded via `