diff --git a/README.md b/README.md
index 323ab630..9e96886a 100644
--- a/README.md
+++ b/README.md
@@ -9,27 +9,6 @@
>
> The website will display the data that the arduino will send to the database and the users will be able to generate AI reports for their needs.
-#### To test the website, here are some initial default data stored in the database:
-
-#### Admin Users:
-> Email: riyad@gmail.com, Password: password
-
-> Email: nabiha@gmail.com, Password: password
-
-#### Provider Users:
-> Email: cdaoud@gmail.com, Password: password
-
-> Email: nour@gmail.com, Password: password
-
-> Email: taha@gmail.com, Password: password
-
-#### Client Users:
-> Email: gheeda@gmail.com, Password: password
-
-> Email: joe@gmail.com, Password: password
-
-> Email: sara@gmail.com, Password: password
-
@@ -38,63 +17,33 @@
### ER Diagram
-
+
-
-
-## System Design - Database Schema Overview
-The Amp Intelligence platform utilizes a relational database schema designed to support a scalable, secure, and modular architecture for intelligent energy monitoring and user management. The schema is optimized for clarity in data ownership, role-based access, and historical data collection, ensuring robust data integrity and efficient query performance.
-
-### Core Entities & Relationships
-### 1) Users
-
-- Centralized user management is facilitated through the Users table, which supports multiple user roles: Clients, Providers, and Admins. This enables clear segregation of access rights and responsibilities.
-
-- The schema supports optional direct mapping between Users and Slaves, ensuring traceability of device ownership per client.
-
-- The design ensures flexibility to support role-based data visualization and management in both the platform’s dashboard and APIs.
-
-### 2) Masters & Slaves
-
-- The Masters table represents the core energy monitoring controllers, typically installed and managed by provider entities (linked via user_id).
-
-- Each Master can manage multiple Slaves, which represent individual monitored assets or devices. The Slaves are associated back to the Masters and can also link directly to Users (clients) via the slave_id field in the Users table, ensuring traceability of monitored assets.
-
-### 3) Metrics & Lines
-
-- The Metrics table serves as the historical data ledger, storing essential telemetry such as voltage, current, power, and energy per Slave and Master device, organized on a monthly basis for performance optimization.
-
-- The Lines table provides additional granularity by storing per-phase measurements (L1, L2, L3) and is directly linked to the Masters. This supports detailed line-level diagnostics, crucial for industrial-grade energy analytics.
+### Component Diagram
-### 4) Contact Forms
-
-- User-generated communication is handled by the Contact_Forms table, ensuring that feedback, support requests, and queries are traceable to specific users.
-
-- This supports seamless user support workflows and ensures accountability.
-
-### 5) Design Principles
-- Scalability & Modularity: The schema supports multi-tenant architecture, where Providers can manage multiple Masters and Clients can own specific Slaves. This allows the platform to scale horizontally by simply extending these relationships.
-
-- Data Integrity & Traceability: All critical records are timestamped (created_at, updated_at), supporting full audit trails. Foreign key relationships ensure data consistency across all levels.
+
+
+
-- Performance Considerations: Metrics are decoupled into Metrics and Lines, optimizing for both high-frequency telemetry capture and in-depth line-level analysis without query performance degradation.
+### Flow Diagram
-### Summary
-This ERD lays the foundation for Amp Intelligence’s core platform services by enabling structured, efficient, and secure energy data management while providing flexibility for future expansion, including integrations with third-party platforms, advanced reporting engines, and AI-driven anomaly detection systems.
+
+
+
-
+
### The Most Remarkable Features
-- Seamless IoT Data Ingestion: The system integrates with ESP32 microcontrollers to capture real-time energy consumption data from client devices. This data is securely transmitted and stored in the platform's centralized database, ensuring accurate and continuous monitoring of power usage.
+- Seamless IoT Data Ingestion: The system captures and securely stores real-time energy consumption data from client devices using ESP32 microcontrollers.
-- AI-Powered Consumption Forecasting for Providers: Leveraging advanced AI models, the platform provides energy providers with predictive analytics based on historical consumption patterns. These insights enable providers to anticipate client power demand, enhance load management, and optimize resource allocation.
+- AI-Powered Consumption Forecasting: Advanced AI models analyze historical patterns to help energy providers anticipate demand and optimize resource allocation.
-- Personalized AI Optimization Plans for Clients: The system offers clients intelligent, data-driven power usage plans. By analyzing past consumption behaviors, the AI recommends actionable strategies to optimize energy usage, reduce costs, and promote sustainable consumption habits.
+- Personalized AI Optimization Plans: Clients receive intelligent, data-driven strategies to optimize energy usage, reduce costs, and promote sustainability based on their consumption behaviors.
@@ -143,3 +92,24 @@ This ERD lays the foundation for Amp Intelligence’s core platform services by
|  |  |  |