> For the complete documentation index, see [llms.txt](https://docs.kc7cyber.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kc7cyber.com/event-resources/game-modules.md).

# Game module catalog

A reference of KC7 game modules. Use this to pick scenarios for current and future events.

For your first event, you'll start with "A Scandal in Valdoria." It's the default for every new tenant. After your first event, you can add more modules through your tenant dashboard.

## Featured module: A Scandal in Valdoria

The default module for all first-time events.

| Attribute     | Value                        |
| ------------- | ---------------------------- |
| Duration      | About 90 minutes, self-paced |
| Difficulty    | Beginner                     |
| Players       | Unlimited                    |
| Prerequisites | None                         |

**Scenario.** The Kingdom of Valdoria faces a mysterious cybersecurity incident. As digital investigators, participants analyze logs, track suspicious activity, and uncover what happened.

**Skills developed.** Log file analysis, pattern recognition, critical thinking, basic threat hunting, data correlation.

**Best fit.** First-time KC7 events, mixed-skill audiences, intro to cybersecurity, team-building exercises.

## Module categories

Modules are tagged by difficulty so you can match audience to content.

| Category     | Audience                   | Notes                |
| ------------ | -------------------------- | -------------------- |
| Beginner     | No prerequisites           | Concept introduction |
| Intermediate | Some technical familiarity | Builds on basics     |
| Advanced     | Experienced practitioners  | Real depth           |
| Specialized  | Industry or topic-specific | Tailored scenarios   |

## Pick by audience

| Audience                        | Suggested starting point                                                 |
| ------------------------------- | ------------------------------------------------------------------------ |
| Complete beginners              | A Scandal in Valdoria                                                    |
| Middle and high school students | A Scandal in Valdoria, then age-appropriate modules in your tenant       |
| College students                | Foundational modules, progress to intermediate                           |
| Working professionals           | Match the team's experience, advanced for seasoned IT and security staff |

## How modules work

Every module follows the same flow.

1. **Briefing.** Participants get the scenario and context.
2. **Investigation.** They analyze data, logs, and evidence.
3. **Discovery.** They uncover clues and piece together the story.
4. **Resolution.** They submit findings and earn points.
5. **Debrief.** They review solutions and learning outcomes.

### Scoring

* Points for correct answers
* Bonus points for speed
* Partial credit for incomplete solutions
* Team leaderboard for competition

### Completion

Modules are self-paced. There's no requirement to finish. Learning happens throughout. Digital badges are awarded on completion.

## Add more modules to your tenant

After your first event:

1. Log into your tenant dashboard.
2. Navigate to your classroom.
3. Click **Add Game**.
4. Browse available modules.
5. Select based on your audience.

For detail, see [Manage games](/manage-your-tenant/managing-games.md).

## Pick by time available

| Available time | Suggested difficulty         |
| -------------- | ---------------------------- |
| 90 minutes     | Beginner                     |
| 3 to 4 hours   | Intermediate                 |
| Full day       | Advanced or multiple modules |

## Module FAQ

<details>

<summary>Can participants retry modules?</summary>

Yes. They can replay to improve scores or try different approaches.

</details>

<details>

<summary>Are solution guides provided?</summary>

Yes. After events, hosts can access solution guides to help with debriefs.

</details>

<details>

<summary>Can we customize modules?</summary>

Core modules have fixed content, but you can supplement with your own materials.

</details>

<details>

<summary>How often are new modules added?</summary>

KC7 releases new content regularly. Check your tenant dashboard for updates.

</details>

## Need help selecting?

* Review module descriptions in your tenant dashboard
* Ask in the [KC7 Discord](/community/getting-help.md)
* Email <code class="expression">space.vars.support\_email</code>

Start with "A Scandal in Valdoria" for your first event.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kc7cyber.com/event-resources/game-modules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
