# Dashboard & Projects — psiLynx > Project overview stats, regression alert configuration, and project settings. ## Projects dashboard The Projects dashboard is the first screen after login. It shows all your projects as cards. ### Project card Each card shows: - Project name and domain - Health Score from the latest scan - URL count and last check date - Uptime status badge (if monitors are configured) - Quick-access buttons: Run check, View project ### Creating a project 1. Click **+ New Project**. 2. Enter the project **name** and **domain** (e.g. `example.com`). 3. Optionally choose a **project type** to categorise URLs. 4. Click **Create**. ### Editing a project Click the settings icon on the project card or inside the project, then edit the name, domain, or type. ### Deleting a project Go to project settings and click **Delete project**. Deletion is permanent — all URLs, check history, and reports are removed. ## Project Overview Inside a project, the **Overview** tab shows aggregated results from the latest completed scan. ### KPI tiles Six tiles at the top of the Overview tab: | Tile | Value | |---|---| | **Health Score** | Weighted composite: Performance 50%, SEO 25%, Accessibility 15%, Best Practices 10% | | **Total URLs** | Number of URLs in the project | | **Checked** | URLs checked in the latest scan | | **Good** | URLs with Performance ≥ 90 | | **Warning** | URLs with Performance 50–89 | | **Critical** | URLs with Performance < 50 | ### Scores section Average Performance, Accessibility, Best Practices, and SEO scores — each split into Mobile and Desktop. ### Core Web Vitals section Average LCP, CLS, FCP, INP, TTFB — split into Mobile and Desktop. ### AI Insights **Detected Issues** — automatically identified performance problems: - Title, Impact (business consequence), Cause (technical root cause) - Severity label: SEO HIGH / SEO MEDIUM / etc. **Improvement Recommendations** — concrete actions: - Title, Outcome, Action steps Insights are generated after every completed scan and update automatically. ### Attention URLs The worst-performing URLs: - **Critical** — Performance Score < 50 (all shown) - **Warning** — Performance Score 50–69 (up to 10) Click any URL to open its detail page. ### By Page Type A summary table of per-type averages. Sorted worst-to-best by Performance score. | Column | Description | |---|---| | Page Type | Name, colour dot, and status | | URLs | Checked / Total | | Perf Mobile / Desktop | Average Performance Score | | LCP, CLS, FCP Mobile / Desktop | Average values per metric | ## Regression Alerts Configure score thresholds that trigger email alerts. ### Setting up alerts 1. In project settings, find the **Regression Alerts** section. 2. Set the **threshold** — alerts fire when Performance score drops below this value. 3. Set the **sensitivity** — minimum point drop to count as a regression (e.g. drop of 5+ points). 4. Toggle alerts on. ### Alert triggers - After every completed check batch, scores are compared to the previous batch. - If a URL's score drops by more than the sensitivity threshold, an alert email is sent. - Alerts include: URL, old score, new score, delta, and a link to the Compare view. > Regression alerts are available on Pro and Business plans.