Our Learning Platform is almost here !

Be the first to know when we launch

				
					<script>
document.addEventListener("DOMContentLoaded", function(){

   const params = new URLSearchParams(window.location.search);

   if(params.get('chat') === 'true'){

      Chatway_API.open();

   }

});
</script>