[
	{
		"Step": "1",
		"StepId": "stp_personneldetails",
		"NextStep": "stp_otpdetails",
		"PreviousStep": "",
		"Title": "Please share your basic details",
		"Fields": [
			{
				"Name": "FirstName",
				"Label": "First Name",
				"Type": "text",
				"Placeholder": "Enter your first name",
				"Required": true,
				"HelpText": "This will be used for your profile."
			},
			{
				"Name": "LastName",
				"Label": "Last Name",
				"Type": "text",
				"Placeholder": "Enter your last name",
				"Required": true
			},
			{
				"Name": "Email",
				"Label": "Official Email ID",
				"Type": "email",
				"Placeholder": "you@example.com",
				"Required": true
			},
			{
				"Name": "MobileNumber",
				"Label": "Mobile No.",
				"Type": "text",
				"Placeholder": "9123******",
				"Required": true
			}
		]
	},
	{
		"Step": "2",
		"Title": "Please enter your OTP here",
		"StepId": "stp_otpdetails",
		"NextStep": "stp_organizationdetails",
		"PreviousStep": "stp_personneldetails",
		"Fields": [
			{
				"Name": "OTP",
				"Label": "OTP",
				"Type": "otp",
				"Required": true,
				"Placeholder": "Enter OTP here",
				"HelpText": "We have sent an OTP to your email, SMS, or WhatsApp. Please check and enter it to continue."
			}
		]
	},
	{
		"Step": "3",
		"Title": "Your Organization's Details",
		"StepId": "stp_organizationdetails",
		"NextStep": "stp_industrydetails",
		"PreviousStep": "stp_otpdetails",
		"Fields": [
			{
				"Name": "Organization",
				"Label": "Organization Name",
				"Type": "text",
				"Required": true,
				"Placeholder": "Enter organization name"
			},
			{
				"Name": "Organizationwebsiteurl",
				"Label": "Organization website URL",
				"Type": "text",
				"Required": true,
				"Placeholder": "https://www.violetinfo.com/"
			}
		]
	},
	{
		"Step": "4",
		"Title": "Select the industry your organization represents.",
		"StepId": "stp_industrydetails",
		"NextStep": "stp_usecasesdetails",
		"PreviousStep": "stp_organizationdetails",
		"EnableOtherToText": true,
		"Fields": [
			{
				"Name": "Industry",
				"Label": "Select industry",
				"Type": "select",
				"Options": [
					"Airlines / Aviation",
					"Banking",
					"Consulting / Consultancy",
					"Consumer Durables & Electronics",
					"E-commerce / E-tail",
					"Education / Training",
					"Events & Entertainment",
					"Export & Import",
					"Fashion & Apparels",
					"FMCG",
					"Food & Beverages",
					"Health & Fitness",
					"Healthcare",
					"Hospitality",
					"Information Technology",
					"Infrastructure & Consulting",
					"Insurance",
					"Manpower Services",
					"Manufacturing & Engineering",
					"Media",
					"NGO",
					"Non Banking Financial Corporation",
					"Oil, Gas & Energy",
					"Pharmaceutical",
					"Real Estate / Construction",
					"Retail",
					"Securities & Asset Under Management",
					"Telecom",
					"Travel & Tourism",
					"Other"
				],
				"Required": true
			}
		]
	},
	{
		"Step": "5",
		"ParentClassName": "card_list",
		"Title": "What do you plan to use our solutions for?",
		"StepId": "stp_usecasesdetails",
		"NextStep": "stp_currentlmsdetails",
		"PreviousStep": "stp_industrydetails",
		"enableSkipButton": false,
		"EnableOtherToText": true,
		"Fields": [
			{
				"Name": "SalesTraining",
				"Label": "Sales Training",
				"Type": "checkbox",
				"Required": true
			},
			{
				"Name": "EmployeeTraining",
				"Label": "Employee Training",
				"Type": "checkbox",
				"Required": true
			},
			{
				"Name": "AgentTraining",
				"Label": "Agent Training",
				"Type": "checkbox",
				"Required": true
			},
			{
				"Name": "InvestorTraining",
				"Label": "Investor Training",
				"Type": "checkbox",
				"Required": true
			},
			{
				"Name": "DistributorTraining",
				"Label": "Distributor Training",
				"Type": "checkbox",
				"Required": true
			},
			{
				"Name": "Frontline Training",
				"Label": "Frontline Training",
				"Type": "checkbox",
				"Required": true
			},
			{
				"Name": "Other",
				"Label": "Other",
				"Type": "checkbox",
				"Required": true
			}
		]
	},
	{
		"Step": "6",
		"Title": "Do you already have an LMS (standalone or within HRMS)?",
		"StepId": "stp_currentlmsdetails",
		"NextStep": "stp_expectedusercountdetails",
		"PreviousStep": "stp_usecasesdetails",
		"NavigationConditions": [
			{
				"FieldName": "UsingLMS",
				"Operator": "equals",
				"Value": "Yes",
				"NextStep": "stp_lmsproviderdetails",
				"Description": "If user is using LMS, ask for provider details"
			},
			{
				"FieldName": "UsingLMS",
				"Operator": "equals",
				"Value": "No",
				"NextStep": "stp_expectedusercountdetails",
				"Description": "If user is not using LMS, skip to user count question"
			}
		],
		"Fields": [
			{
				"Name": "UsingLMS",
				"Label": "",
				"Type": "radio",
				"Options": [
					"Yes",
					"No"
				],
				"AutoSubmit": true
			}
		]
	},
	{
		"Step": "7",
		"Title": "If yes, mention LMS provider name?",
		"StepId": "stp_lmsproviderdetails",
		"NextStep": "stp_expectedusercountdetails",
		"PreviousStep": "stp_currentlmsdetails",
		"EnableOtherToText": true,
		"Fields": [
			{
				"Name": "LMSProvider",
				"Label": "Select LMS Provider",
				"Type": "select",
				"Options": [
					"Absorb LMS",
					"Adobe Learning Manager",
					"Canvas LMS",
					"Cornerstone OnDemand",
					"Disprz",
					"Docebo",
					"Edmodo",
					"Edsby",
					"eFront",
					"Google Classroom",
					"imc Learning Suite",
					"LearnDash",
					"LearnUpon LMS",
					"Linkedin Learning",
					"Litmos",
					"Moodle",
					"Open edX",
					"Percipio",
					"Skilljar",
					"Skillsoft",
					"SmarterU",
					"SuccessFactors",
					"SumTotal Systems",
					"TalentLMS",
					"Taleo",
					"Tovuti LMS",
					"Udemy",
					"WizIQ",
					"Other"
				],
				"Required": true
			}
		]
	},
	{
		"Step": "8",
		"Title": "How many users are you expecting to start with?",
		"StepId": "stp_expectedusercountdetails",
		"NextStep": "stp_aisuggestproductdetails",
		"PreviousStep": "stp_currentlmsdetails",
		"Fields": [
			{
				"Name": "ExpectedUserCount",
				"Label": "User Count",
				"Type": "range",
				"Required": true,
				"Placeholder": "Enter Expected User Count"
			}
		]
	},
	{
		"Step": "9",
		"Title": "Our AI suggests the best product for you.",
		"StepId": "stp_aisuggestproductdetails",
		"NextStep": "stp_solutionwouldexploredetails",
		"PreviousStep": "stp_expectedusercountdetails",
		"HideFromProgressBar": true,
		"Fields": [
			{
				"Name": "AIProduct",
				"Label": "AIProduct",
				"Type": "animation"
			}
		]
	},
	{
		"Step": "10",
		"Title": "Which Solution would you like to explore?",
		"StepId": "stp_solutionwouldexploredetails",
		"NextStep": "stp_addfeaturedetails",
		"PreviousStep": "stp_aisuggestproductdetails",
		"Fields": [
			{
				"Name": "selectedproduct",
				"Label": "Suggested by VGen AI",
				"Type": "card",
				"Options": [
					{
						"Name": "VioletLMS",
						"Info": {
							"Title": "Benefits of LMS",
							"Description": "<div class='info_body'> <p> VioletLMS combines online and in-person learning, making it the perfect solution for all your training needs. It provides standard learning solutions, allowing you to use your existing in-house content or expand with ready-to-use integrations for competency management. Whether in the classroom or through virtual training, VioletLMS ensures seamless admin management and mobile compatibility, making learning accessible anytime, anywhere. VioletLMS is your one-stop platform for delivering a comprehensive, engaging, and adaptable learning experience to your learners. </p> <h4>Key Features:</h4> <ul> <li><strong>Automated Course Enrolment:</strong> Streamline your training processes with automated enrolments, saving time and effort.</li> <li><strong>Tracking &amp; Reporting:</strong> Make informed decisions with detailed analytics that track progress and identify trends.</li> <li><strong>Customisable Learning Paths:</strong> Assign courses based on custom learning paths tailored to specific roles and skills.</li> <li><strong>Classroom Training Management:</strong> Effectively manage in-person sessions and synchronise them with online modules for a blended learning approach.</li> <li><strong>Interactive Learning Modules:</strong> Boost engagement with gamified, multimedia-rich content.</li> <li><strong>Multilingual Support:</strong> Make learning accessible with support for multiple languages.</li> </ul> <p> Experience VioletLMS for a learning solution that grows with you, offering flexibility, innovation, and unmatched user experience. </p> </div>"
						},
						"ImageUrl": "../../images/violetlms_logo.svg",
						"Features": ""
					},
					{
						"Name": "VioletLXP",
						"Info": {
							"Title": "Benefits of LXP",
							"Description": "<div class='info_body'> <h4><strong>VioletLXP: Redefining the Learning Experience</strong></h4> <p> VioletLXP is a cutting-edge platform designed to meet the evolving demands of today's learners. With a dynamic and intuitive interface, VioletLXP offers a personalised learning journey that empowers learners to take control of their development. Its AI-powered recommendation engine enhances user experience by offering personalised course suggestions, while multilingual capabilities ensure that learning is accessible to everyone, everywhere. </p> <h4>Key Features:</h4> <ul> <li><strong>AI-Powered Content Recommendations:</strong> Experience a learning platform that adapts to you. Our AI-driven engine suggests courses tailored to your history, skills, preferences, and more.</li> <li><strong>Personalised Learning Experience:</strong> Move beyond one-size-fits-all training with a platform that delivers content when you need it, how you need it.</li> <li><strong>Vast Content Library:</strong> Access to a wide range of high-quality courses from an extensive catalog of 80+ micro-courses, as well as from external libraries like Go1, LinkedIn, Udemy, and more, all conveniently in one place.</li> <li><strong>Classroom & Virtual Training:</strong> Enjoy flexibility with both in-person and online learning options, all managed seamlessly from one platform.</li> <li><strong>Interactive & Dynamic Interface:</strong> Engage with a platform that challenges traditional learning, bringing fresh energy and innovation.</li> </ul> </div>"
						},
						"ImageUrl": "../../images/violetlxp_logo.svg",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "Confirm you selection before proceeding ahead.",
				"ButtonText": "LMS and LXP Comparison",
				"AutoSubmit": true
			}
		]
	},
	{
		"Step": "11",
		"Title": "Select any add-on tools you would like to include",
		"StepId": "stp_addfeaturedetails",
		"NextStep": "stp_nameforyourplatformdetails",
		"PreviousStep": "stp_solutionwouldexploredetails",
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "selectedfeatures",
				"Label": "",
				"Type": "cardwithcheckbox",
				"Options": [
					{
						"Name": "VKnow",
						"Info": {
							"Title": "<p>Get instant answers with smart knowledge</p>",
							"Description": "<ul><li>Decision tree flow</li><li>Predictive search bar</li><li>CRM tool integration</li><li>FAQ-based guidance</li></ul>"
						},
						"ImageUrl": "",
						"Features": ""
					},
					{
						"Name": "NHT",
						"Info": {
							"Title": "<p>Trainer-led, structured onboarding journeys</p>",
							"Description": "<ul><li>Milestone-based learning</li><li>Batch-wise tracking</li><li>Attendance & Reporting</li><li>OJT & certifications</li></ul>"
						},
						"ImageUrl": "",
						"Features": ""
					},
					{
						"Name": "VTalent",
						"Info": {
							"Title": "<p>Identify skill gaps. Train with purpose</p>",
							"Description": "<ul><li>Role-based frameworks</li><li>Self-assessment flow</li><li>Gap analysis reports</li><li>Smart training suggestions</li></ul>"
						},
						"ImageUrl": "",
						"Features": ""
					},
					{
						"Name": "VAuthor",
						"Info": {
							"Title": "<p>Create engaging courses in minutes</p>",
							"Description": "<ul><li>AI-designed themes</li><li>Form-based authoring</li><li>PDF to SCORM</li><li>Text-to-speech support</li></ul>"
						},
						"ImageUrl": "",
						"Features": ""
					},
					{
						"Name": "VForms",
						"Info": {
							"Title": "<p>Digitize employee forms and workflows</p>",
							"Description": "<ul><li>Workflow automation</li><li>Field validation logic</li><li>Bulk data capture</li><li>Submission failure alerts</li></ul>"
						},
						"ImageUrl": "",
						"Features": ""
					},
					{
						"Name": "VOnboard",
						"Info": {
							"Title": "<p>Streamline hiring to day-one readiness</p>",
							"Description": "<ul><li>Pre-joining engagement journeys</li><li>Digital document collection</li><li>Automated nudges & reminders</li><li>Gamified learning journeys</li></ul>"
						},
						"ImageUrl": "",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": ""
			}
		]
	},
	{
		"Step": "12",
		"Title": "Suggest a name for your platform",
		"StepId": "stp_nameforyourplatformdetails",
		"NextStep": "stp_logoforyourplatformdetails",
		"PreviousStep": "stp_addfeaturedetails",
		"Fields": [
			{
				"Name": "PlatformName",
				"Label": "",
				"Type": "platformnames",
				"Required": true,
				"Placeholder": "Prefer a different name? Type your own..."
			}
		]
	},
	{
		"Step": "13",
		"Title": "Our AI will fetch your company logo for displaying on the platform.",
		"StepId": "stp_logoforyourplatformdetails",
		"NextStep": "stp_colorforyourplatformdetails",
		"PreviousStep": "stp_nameforyourplatformdetails",
		"Fields": [
			{
				"Name": "PlatformLogo",
				"Label": "Logo Fetched by VGen AI",
				"Type": "browse",
				"Required": true,
				"Placeholder": "",
				"HelpText": "Only SVG, JPEG, JPG, PNG, WEBP files allowed.\nMaximum file size: 500KB\nMaximum filename length: 255 characters\nValid characters: letters, numbers, and common symbols"
			}
		]
	},
	{
		"Step": "14",
		"Title": "We've created a colour palette inspired by your website",
		"StepId": "stp_colorforyourplatformdetails",
		"NextStep": "stp_contentlibrarydetails",
		"PreviousStep": "stp_logoforyourplatformdetails",
		"Fields": [
			{
				"Name": "PrimaryColor",
				"Label": "Primary",
				"Type": "color",
				"Required": true,
				"Placeholder": "",
				"IsRecommended": true
			},
			{
				"Name": "SecondaryColor",
				"Label": "Secondary",
				"Type": "color",
				"Required": true,
				"Placeholder": "",
				"IsRecommended": false
			},
			{
				"Name": "TertiaryColor",
				"Label": "Tertiary",
				"Type": "color",
				"Required": true,
				"Placeholder": "",
				"IsRecommended": false
			}
		]
	},
	{
		"Step": "15",
		"Title": "Select Your Preferred Content Library",
		"StepId": "stp_contentlibrarydetails",
		"NextStep": "stp_virtualclassroomintegration",
		"PreviousStep": "stp_colorforyourplatformdetails",
		"NavigationConditions": [
			{
				"FieldName": "selectedcontentlibrary",
				"Operator": "equals",
				"Value": "MOOC Content Library",
				"NextStep": "stp_mooccontentprovider",
				"Description": "If user is selecting option as MOOC Content Library, ask for provider details"
			}
		],
		"Fields": [
			{
				"Name": "selectedcontentlibrary",
				"Label": "selectedcontentlibrary",
				"Type": "card",
				"Options": [
					{
						"Name": "MOOC Content Library",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "",
						"Features": "Content trusted by all"
					},
					{
						"Name": "Dummy Content",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "",
						"Features": "Just to get the platform experience"
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": "",
				"AutoSubmit": true
			}
		]
	},
	{
		"Step": "16",
		"Title": "Select MOOC content provider",
		"StepId": "stp_mooccontentprovider",
		"NextStep": "stp_virtualclassroomintegration",
		"PreviousStep": "stp_contentlibrarydetails",
		"EnableOtherToText": true,
		"Fields": [
			{
				"Name": "mooccontentprovider",
				"Label": "",
				"Type": "cardwithcheckbox",
				"Options": [
					{
						"Name": "LinkedIn Learning",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/LinkedIn_Learning _logo.svg",
						"Features": ""
					},
					{
						"Name": "Udemy",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/udemy.svg",
						"Features": ""
					},
					{
						"Name": "Coursera",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/coursera.svg",
						"Features": ""
					},
					{
						"Name": "Go1",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/go1.svg",
						"Features": ""
					},
					{
						"Name": "Pluralsight",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/pluralsight.svg",
						"Features": ""
					},
					{
						"Name": "Zobble Library",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/zobble.svg",
						"Features": ""
					},
					{
						"Name": "HBR",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/hbr.svg",
						"Features": ""
					},
					{
						"Name": "Percipio",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/percipio.svg",
						"Features": ""
					},
					{
						"Name": "Other",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": ""
			}
		]
	},
	{
		"Step": "17",
		"Title": "Virtual classroom integration",
		"StepId": "stp_virtualclassroomintegration",
		"NextStep": "stp_communicationmediumintegration",
		"PreviousStep": "stp_contentlibrarydetails",
		"enableSkipButton": true,
		"EnableOtherToText": true,
		"Fields": [
			{
				"Name": "virtualclassroomintegration",
				"Label": "Choose Virtual Classroom",
				"Type": "cardwithcheckbox",
				"Options": [
					{
						"Name": "Zoom",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/zoom.svg",
						"Features": ""
					},
					{
						"Name": "Microsoft Teams",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/teams.svg",
						"Features": ""
					},
					{
						"Name": "Google Meet",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/googlemeet.svg",
						"Features": ""
					},
					{
						"Name": "Other",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": ""
			}
		]
	},
	{
		"Step": "18",
		"Title": "Choose your preferred communication channels for learner engagement",
		"StepId": "stp_communicationmediumintegration",
		"NextStep": "stp_hrmsplatformintegration",
		"PreviousStep": "stp_virtualclassroomintegration",
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "communicationmediumintegration",
				"Label": "Choose communication medium",
				"Type": "cardwithcheckbox",
				"Options": [
					{
						"Name": "Email",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/email.svg",
						"Features": ""
					},
					{
						"Name": "SMS",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/sms.svg",
						"Features": ""
					},
					{
						"Name": "WhatsApp",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/whatsapp.svg",
						"Features": ""
					},
					{
						"Name": "In App Notification",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/inapp.svg",
						"Features": ""
					},
					{
						"Name": "Push Notification",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/push.svg",
						"Features": ""
					},
					{
						"Name": "Desktop Notification",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/desktop.svg",
						"Features": ""
					},
					{
						"Name": "Microsoft Teams Notifications",
						"Info": {
							"Title": "comingsoon",
							"Description": "Coming Soon"
						},
						"ImageUrl": "../../images/teams.svg",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": "",
				"defaultValue": "Email"
			}
		]
	},
	{
		"Step": "19",
		"Title": "Choose your existing HR system for integration",
		"StepId": "stp_hrmsplatformintegration",
		"NextStep": "stp_singlesignonintegration",
		"PreviousStep": "stp_communicationmediumintegration",
		"EnableOtherToText": true,
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "hrmsplatform",
				"Label": "Choose your current HRMS platform",
				"Type": "select",
				"Options": [
					"ADP",
					"Active Directory",
					"Akrivia HCM",
					"BambooHR",
					"Benefitfocus",
					"Breathe",
					"CharlieHR",
					"Ciphr",
					"Darwinbox",
					"Deel",
					"Employment Hero",
					"FactoHR",
					"Factorial",
					"FHR",
					"Formula HR",
					"Google Workspace",
					"GreytHR",
					"Gusto",
					"Hibob",
					"HRMantra",
					"HROne",
					"Humanware",
					"IRIS",
					"Keka HR",
					"Lanteria",
					"MS Entra ID (Azure AD)",
					"My Adrenaline",
					"Namely",
					"Nmbrs",
					"Okta",
					"Optimum HRIS",
					"Oracle Cloud HCM",
					"Oracle HCM",
					"OrangeHRM",
					"Paychex",
					"Paycom",
					"Paycor",
					"Paylocity",
					"PeopleSoft",
					"Personio",
					"Pocket HRMS",
					"Prime Retail",
					"Qandle",
					"Ramco Systems",
					"RazorpayX Payroll",
					"Rippling",
					"Sage HR",
					"Salesforce",
					"SAP SuccessFactors",
					"SesameHR",
					"Spine HR",
					"SumHR",
					"Trinet",
					"UKG Pro",
					"UKG Ready",
					"uKnowva HRMS",
					"Workday",
					"Workline",
					"Xero Payroll",
					"Zenefits",
					"Zimyo",
					"ZingHR",
					"Zoho People",
					"Other"
				],
				"Required": true
			}
		]
	},
	{
		"Step": "20",
		"Title": "Which single sign-on options would you like to integrate?",
		"StepId": "stp_singlesignonintegration",
		"NextStep": "stp_videostreamingintegrations",
		"PreviousStep": "stp_hrmsplatformintegration",
		"EnableOtherToText": true,
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "singlesignonintegrationtegration",
				"Label": "Choose single sign on method",
				"Type": "cardwithcheckbox",
				"Options": [
					{
						"Name": "ADFS",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/adfs.png",
						"Features": ""
					},
					{
						"Name": "Azure AD",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/azure_ad.png",
						"Features": ""
					},
					{
						"Name": "HRMS Authentication",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/hrms.svg",
						"Features": ""
					},
					{
						"Name": "Okta",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/okta.svg",
						"Features": ""
					},
					{
						"Name": "Google Workspace",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/google_workspace.svg",
						"Features": ""
					},
					{
						"Name": "Apple SSO",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/apple.svg",
						"Features": ""
					},
					{
						"Name": "LinkedIn",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/linkedin.svg",
						"Features": ""
					},
					{
						"Name": "Facebook",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/facebook.svg",
						"Features": ""
					},
					{
						"Name": "Other",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": ""
			}
		]
	},
	{
		"Step": "21",
		"Title": "How would you like your training videos to be delivered?",
		"StepId": "stp_videostreamingintegrations",
		"NextStep": "stp_addteammemberforsetupandtesting",
		"PreviousStep": "stp_singlesignonintegration",
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "videostreamingintegrations",
				"Label": "Choose video streaming strategy",
				"Type": "radio",
				"Options": [
					{
						"value": "Normal",
						"label": "Normal",
						"description": "Full file loading method perfect for standard use cases and smaller audiences. Simple, reliable, and compatible with all systems."
					},
					{
						"value": "VStream",
						"label": "VStream",
						"description": "Advanced streaming technology that provides Netflix-like experience with adaptive quality and instant playback for professional learning platform.",
						"isAdvanced": true
					}
				],
				"Required": true,
				"defaultValue": "Normal",
				"AutoSubmit": true
			}
		]
	},
	{
		"Step": "22",
		"Title": "Invite your team members to collaborate on LMS setup and testing",
		"StepId": "stp_addteammemberforsetupandtesting",
		"NextStep": "stp_productplandetails",
		"PreviousStep": "stp_videostreamingintegrations",
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "TeamMembers",
				"Label": "Team Members",
				"Type": "teamMembers",
				"Required": false,
				"HelpText": "Add team members who will help with setup and testing. You can skip this step if needed."
			}
		]
	},
	{
		"Step": "23",
		"Title": "Choose the product plan that best fits your needs",
		"StepId": "stp_productplandetails",
		"NextStep": "",
		"PreviousStep": "stp_addteammemberforsetupandtesting",
		"Fields": [
			{
				"Name": "ProductPlan",
				"Label": "Product Plan",
				"Type": "puchaseCard",
				"Required": false
			}
		]
	}
]