🛠️ Training Module Admin

Add, edit, and manage training modules dynamically

📁 Upload Training Module

Drop JSON file here or click to select

Supports .json files up to 5MB

✏️ Create New Module

📋 JSON Template:

{
  "id": "unique-task-id",
  "title": "Your Training Task Title",
  "category": "User Management",
  "icon": "👥",
  "steps": [
    {
      "instruction": "Step 1 instruction",
      "details": "Detailed explanation of what to do",
      "image": "Screenshot description"
    }
  ]
}

📚 Existing Training Modules

Loading modules...

← Back to Training Site