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

# Modules and components

> How a Skillsail training is put together: modules, ordered components, and the three component types.

A Skillsail training is called a **module**. Each module is a list of **components** shown to the learner in order. Components are the pieces of content a learner clicks through.

This page explains what those pieces are and when to use which.

## Module

A module is the training itself. It has:

* A **title** shown to learners.
* A short **link identifier** used in shareable URLs.
* A list of **components** in display order.
* Settings for **languages**, **theme** (colors and typography), and **completion criteria**.

A module also keeps track of related material attached to it — images, video, voiceover, uploaded files, share settings, and a history of saved versions.

## Component types

Every component in a module is one of three types.

### Slide

A slide is a content unit. It can include a title, formatted text, and optional media (image, video, or voiceover). Slides are the main way to present material.

Use slides for explanation, narrative, examples, and anything you want the learner to read or watch.

### Question

A question is a quiz item. It contains:

* A question prompt
* 2–10 answer options
* The correct option
* Optional feedback messages for correct and incorrect answers

Use questions when you want a scored check or a quiz-style assessment. Questions feed into score-based completion (see [Themes and completion](/concepts/themes-and-completion)).

### Interactive activity

An interactive activity is a self-contained, free-form learning moment. It is the most flexible component type and covers things that do not fit a slide or a quiz question — for example a phishing detection game, a branching scenario, a flash-card drill, a sorting exercise, or a guided decision walkthrough.

See [Interactive content](/interactive-content) for guidance on when to choose this type.

## Ordering

Components are shown to the learner in the order they appear in the module. You can:

* Move a single slide, question, or activity to a different position.
* Reorder the whole list at once.

Slides, questions, and interactive activities can appear in any order. A common pattern is a few slides to set context, then a question or two to check understanding, then a final summary slide.

## Adding or editing content

You can build a module by:

* **Asking Skillsail** — describe the training you want and let Skillsail draft the slides and questions for you.
* **Editing directly** — change a slide's text, add a question, replace an image, or reorder things at any time.
* **Asking an AI assistant via MCP** — connect a Skillsail-compatible assistant (see [AI assistants](/mcp/overview)) and ask it to add a slide, rewrite a question, translate the module, or publish it.

All three paths produce the same result. You can mix them freely on the same module.

## When to use which component

* Use **slides** for explanation, storytelling, and media.
* Use **questions** when you want a scored quiz check.
* Use **interactive activities** for practice, games, scenarios, and anything more open-ended.

## Related

* [Languages and translation](/concepts/languages-and-translation)
* [Themes and completion](/concepts/themes-and-completion)
* [Resources and media](/concepts/resources-and-media)
* [Versions](/concepts/versions)
