# 🚀 Welcome to SmartAcademy Help Center

import {
  BookOpen,
  LogIn,
  FolderGit2
} from "lucide-react";

WhatsApp-first school communication — **attendance, fees, homework, updates**.  
Start here, then check what’s new.

---

## Start Here

<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartacademy-platform/introduction"
     target="_blank" rel="noopener noreferrer" aria-label="SmartAcademy Platform Overview">
    <BookOpen />
    <h3 className="font-semibold mt-2">Platform Overview</h3>
    <p className="text-sm text-gray-600 mt-1">Capabilities, personas, and core workflows.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartacademy-platform/accessing-smartacademy"
     target="_blank" rel="noopener noreferrer" aria-label="Accessing SmartAcademy">
    <LogIn />
    <h3 className="font-semibold mt-2">Accessing SmartAcademy</h3>
    <p className="text-sm text-gray-600 mt-1">Sign-in and onboarding for institutions.</p>
  </a>
</div>

---

## Release Notes

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 my-6">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartacademy-platform/whats-new-january-2025"
     target="_blank" rel="noopener noreferrer" aria-label="What's New — January 2025">
    <FolderGit2 />
    <h4 className="font-semibold mt-2">Jan 2025</h4>
    <p className="text-sm text-gray-600 mt-1">Kickoff updates & improvements.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartacademy-platform/whats-new-february-2025"
     target="_blank" rel="noopener noreferrer" aria-label="What's New — February 2025">
    <FolderGit2 />
    <h4 className="font-semibold mt-2">Feb 2025</h4>
    <p className="text-sm text-gray-600 mt-1">Enhancements & fixes.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartacademy-platform/whats-new-april-2025"
     target="_blank" rel="noopener noreferrer" aria-label="What's New — April 2025">
    <FolderGit2 />
    <h4 className="font-semibold mt-2">Apr 2025</h4>
    <p className="text-sm text-gray-600 mt-1">Performance & UX polish.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartacademy-platform/whats-new-may-2025"
     target="_blank" rel="noopener noreferrer" aria-label="What's New — May 2025">
    <FolderGit2 />
    <h4 className="font-semibold mt-2">May 2025</h4>
    <p className="text-sm text-gray-600 mt-1">New features & rollouts.</p>
  </a>
</div>

---

### Support

Need help fast? **smartacademy@whatsdiscuss.in**

{/* SEO breadcrumb for richer SERP */}
<script type="application/ld+json">
{JSON.stringify({
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    { "@type": "ListItem", "position": 1, "name": "Help Center", "item": "https://help.smartcodejunctioninfinity.com" },
    { "@type": "ListItem", "position": 2, "name": "SmartAcademy Platform", "item": "https://help.smartcodejunctioninfinity.com/smartacademy-platform" }
  ]
})}
</script>
