# 🚀 Welcome to SmartCarePlus Help Center

import {
  BookOpen,
  LogIn,
  FileUser,
  KeyRound,
  ShieldCheck,
  Settings,
  Users,
  UserPlus,
  UserCog,
  UserMinus,
  Building2,
  Building,
  Pill,
  Plus,
  Edit3,
  Trash2,
  Share2,
  Bell,
  Wand2,
  LayoutDashboard,
  IdCard
} from "lucide-react";

Healthcare ops done right — **appointments, pharmacy, inventory, reminders**.  
Start here, then dive into the modules you run day-to-day.

---

## Start Here

<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/introduction"
     target="_blank" rel="noopener noreferrer" aria-label="Platform Overview">
    <BookOpen />
    <h3 className="font-semibold mt-2">Platform Overview</h3>
    <p className="text-sm text-gray-600 mt-1">What SmartCarePlus does and who it’s for.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/accessing-smartcareplus"
     target="_blank" rel="noopener noreferrer" aria-label="Accessing SmartCarePlus">
    <LogIn />
    <h3 className="font-semibold mt-2">Accessing SmartCarePlus</h3>
    <p className="text-sm text-gray-600 mt-1">Web & mobile access, environments, roles.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/registering-on-smartcareplus"
     target="_blank" rel="noopener noreferrer" aria-label="Register on SmartCarePlus">
    <FileUser />
    <h3 className="font-semibold mt-2">Register</h3>
    <p className="text-sm text-gray-600 mt-1">Create your organization profile.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/logging-into-smartcareplus"
     target="_blank" rel="noopener noreferrer" aria-label="Log in to SmartCarePlus">
    <KeyRound />
    <h3 className="font-semibold mt-2">Log In</h3>
    <p className="text-sm text-gray-600 mt-1">User roles & authentication.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/resetting-your-account-password"
     target="_blank" rel="noopener noreferrer" aria-label="Reset password">
    <ShieldCheck />
    <h3 className="font-semibold mt-2">Reset Password</h3>
    <p className="text-sm text-gray-600 mt-1">Recover access to your account.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/managing-your-smartcareplus-settings"
     target="_blank" rel="noopener noreferrer" aria-label="Managing SmartCarePlus settings">
    <Settings />
    <h3 className="font-semibold mt-2">Settings</h3>
    <p className="text-sm text-gray-600 mt-1">Organization settings & preferences.</p>
  </a>
</div>

---

## Staff Management

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-6">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/manage-staffs"
     target="_blank" rel="noopener noreferrer" aria-label="Manage staffs">
    <Users />
    <h4 className="font-semibold mt-2">Overview</h4>
    <p className="text-sm text-gray-600 mt-1">Teams, roles, permissions, statuses.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/adding-a-new-staff"
     target="_blank" rel="noopener noreferrer" aria-label="Add staff">
    <UserPlus />
    <h4 className="font-semibold mt-2">Add staff</h4>
    <p className="text-sm text-gray-600 mt-1">Onboard doctors, nurses, admins.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/editing-staff-details"
     target="_blank" rel="noopener noreferrer" aria-label="Edit staff details">
    <UserCog />
    <h4 className="font-semibold mt-2">Edit staff</h4>
    <p className="text-sm text-gray-600 mt-1">Update roles, departments, access.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/deleting-a-staff"
     target="_blank" rel="noopener noreferrer" aria-label="Delete staff">
    <UserMinus />
    <h4 className="font-semibold mt-2">Delete staff</h4>
    <p className="text-sm text-gray-600 mt-1">Offboarding & audit hygiene.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/sharing-staff"
     target="_blank" rel="noopener noreferrer" aria-label="Sharing staff">
    <Share2 />
    <h4 className="font-semibold mt-2">Share staff</h4>
    <p className="text-sm text-gray-600 mt-1">Multi-facility or satellite support.</p>
  </a>
</div>

---

## Health Facilities & Pharmacy

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-6">
  {/* Facilities */}
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/manage-health-facilities"
     target="_blank" rel="noopener noreferrer" aria-label="Manage health facilities">
    <Building2 />
    <h4 className="font-semibold mt-2">Facilities — Overview</h4>
    <p className="text-sm text-gray-600 mt-1">Clinics, labs, departments, branches.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/editing-health-facility-details"
     target="_blank" rel="noopener noreferrer" aria-label="Edit health facility details">
    <Edit3 />
    <h4 className="font-semibold mt-2">Edit facility</h4>
    <p className="text-sm text-gray-600 mt-1">Profile, address, timings, services.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/deleting-a-health-facility"
     target="_blank" rel="noopener noreferrer" aria-label="Delete health facility">
    <Trash2 />
    <h4 className="font-semibold mt-2">Delete facility</h4>
    <p className="text-sm text-gray-600 mt-1">Safe archival & data retention.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/sharing-health-facility"
     target="_blank" rel="noopener noreferrer" aria-label="Sharing health facility">
    <Share2 />
    <h4 className="font-semibold mt-2">Share facility</h4>
    <p className="text-sm text-gray-600 mt-1">Cross-organization collaboration.</p>
  </a>

  {/* Pharmacy */}
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/adding-a-new-pharmacy"
     target="_blank" rel="noopener noreferrer" aria-label="Add new pharmacy">
    <Building />
    <h4 className="font-semibold mt-2">Add pharmacy</h4>
    <p className="text-sm text-gray-600 mt-1">Create a dispensary outlet or counter.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/pharmacy-dashboard-overview"
     target="_blank" rel="noopener noreferrer" aria-label="Pharmacy dashboard overview">
    <LayoutDashboard />
    <h4 className="font-semibold mt-2">Pharmacy dashboard</h4>
    <p className="text-sm text-gray-600 mt-1">Billing, stock, dispensing, insights.</p>
  </a>
</div>

---

## Medicines & Inventory

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-6">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/manage-medicines"
     target="_blank" rel="noopener noreferrer" aria-label="Manage medicines">
    <Pill />
    <h4 className="font-semibold mt-2">Overview</h4>
    <p className="text-sm text-gray-600 mt-1">Stock, batches, expiries, vendors.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/adding-a-new-medicine"
     target="_blank" rel="noopener noreferrer" aria-label="Add medicine">
    <Plus />
    <h4 className="font-semibold mt-2">Add medicine</h4>
    <p className="text-sm text-gray-600 mt-1">Create SKUs with pricing & tax.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/editing-medicine-details"
     target="_blank" rel="noopener noreferrer" aria-label="Edit medicine">
    <Edit3 />
    <h4 className="font-semibold mt-2">Edit medicine</h4>
    <p className="text-sm text-gray-600 mt-1">Update packs, GST, and vendors.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/deleting-a-medicine"
     target="_blank" rel="noopener noreferrer" aria-label="Delete medicine">
    <Trash2 />
    <h4 className="font-semibold mt-2">Delete medicine</h4>
    <p className="text-sm text-gray-600 mt-1">Soft delete with audit controls.</p>
  </a>
</div>

---

## Notifications, Profile & AI

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-6">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/configuring-notification-preferences"
     target="_blank" rel="noopener noreferrer" aria-label="Configuring notification preferences">
    <Bell />
    <h4 className="font-semibold mt-2">Notifications</h4>
    <p className="text-sm text-gray-600 mt-1">Alerts for appointments, stock, billing.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/updating-your-smartcareplus-profile"
     target="_blank" rel="noopener noreferrer" aria-label="Updating your SmartCarePlus profile">
    <IdCard />
    <h4 className="font-semibold mt-2">Your Profile</h4>
    <p className="text-sm text-gray-600 mt-1">Contact info, roles, preferences.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/smartcareplus-platform/ai-prompt"
     target="_blank" rel="noopener noreferrer" aria-label="AI prompts in SmartCarePlus">
    <Wand2 />
    <h4 className="font-semibold mt-2">AI Prompts</h4>
    <p className="text-sm text-gray-600 mt-1">Assistant tips for faster workflows.</p>
  </a>
</div>

---

### Support

Need help fast? **support@smartcareplus.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": "SmartCarePlus Platform", "item": "https://help.smartcodejunctioninfinity.com/smartcareplus-platform" }
  ]
})}
</script>
