Skip to content

Getting Started - Overview

Estimated time: 60 minutes | Difficulty: Beginner

This guide walks you through creating your first Instruqt lab from scratch. Instruqt labs are interactive learning environments that let learners practice with real tools and technologies in sandboxed environments. Whether you’re creating technical training, product demos, or hands-on workshops, this guide covers the essential concepts and steps to get you started.

Before starting, verify you have:

To verify your prerequisites are properly configured, run:

Terminal window
git --version
git version 2.49.0
Terminal window
instruqt version
Version: 2265-8b823dd

If you encounter any issues with the prerequisites, check the Instruqt documentation or reach out to the Instruqt community for help.

  1. Project Setup - Initialize your lab and GitHub repository
  2. Infrastructure - Create containers, networks, and services
  3. Content & Tasks - Add interactive activities and validation
  4. Testing & Deployment - Validate and deploy your lab

Complete steps in order as each builds on the previous one.