> 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/camp/getting-started/how-we-organize-camp.md).

# How we organize Camp

We structure the camp to be 5 days long, running from `9:00 AM to 2:00 PM` each day. This schedule template reflects that structure, but it can easily be adapted to shorter programs—whether you're running a 3-day intensive, half-day sessions, or even just a single-day workshop.&#x20;

The core idea is to move students from curiosity to confidence by immersing them in investigation-based learning through hands-on activities and team-based challenges. **The pacing and depth can be modified depending on your students' age, experience, and available time.**

### 🧭 Quick Daily Breakdown

<table><thead><tr><th width="87.8203125">Day</th><th width="271">Theme</th><th>Focus</th></tr></thead><tbody><tr><td>1</td><td><a href="#monday-welcome-and-investigative-mindset">Investigative Mindset</a></td><td>Analog mystery game + intro to KC7</td></tr><tr><td>2</td><td><a href="#tuesday-complete-warm-up-challenge">Guided Gameplay</a></td><td>Complete Karate Panda + team setup</td></tr><tr><td>3</td><td><a href="#wednesday-investigate-like-an-analyst">Deep Investigation</a></td><td>JoJo's Hospital incident analysis</td></tr><tr><td>4</td><td><a href="#thursday-synthesize-and-build-the-story">Storytelling &#x26; Synthesis</a></td><td>Build presentations with teammates</td></tr><tr><td>5</td><td><a href="#friday-present-like-a-pro-and-celebrate">Presentation &#x26; Celebration</a></td><td>Deliver findings + graduation</td></tr></tbody></table>

Each day includes built-in breaks, group reflection, and award recognition to support student energy and engagement.


---

# 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/camp/getting-started/how-we-organize-camp.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.
