> ## Documentation Index
> Fetch the complete documentation index at: https://docs.opigno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Learning path

### **📘 Learning Path Overview**

### **🧭 What is a Learning Path?**

The **Learning Path (LP)** is the starting point of a user’s training journey on the platform. It defines a structured, guided progression through training content, helping learners to build knowledge step by step.

Each Learning Path includes a mix of **modules**, **activities**, and **live sessions**, all organized in a clear and intuitive structure that guides learners toward their goals.

### **🧱 Structure**

From a technical perspective, a Learning Path is modeled as a **directed graph**, where:

* **Trainings** are top-level containers for the entire learning experience.
* **Topics** group modules for display purposes only. They help users visually navigate related content but don’t affect sequencing or user progress.
* **Modules** contain logically related learning units.
* **Activities** are the core interactive content pieces such as videos, quizzes, or readings.
* **Live Session Buckets** are also top-level elements. They group scheduled **Live Sessions** such as online or offline events.

<Note>
  This section focuses on the standard structure of a Learning Path: Trainings → Modules → Activities. Additional elements such as Topics and Live Session Buckets will be covered in separate documentation pages.
</Note>

```
Training
   └── Module 1
         ├── Activity A
         └── Activity B
   └── Module 2
         └── Activity C
   └── Topic: Cloud Basics
         ├── Module 3
         │     ├── Activity D
         │     └── Activity E
         └── Module 4
                └── Activity F
Live Session Bucket
   ├── Live Session 1
   └── Live Session 2
```
