> 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/faq.md).

# Event FAQs

Quick answers to questions hosts ask most. For deeper guidance, follow the link to the canonical page on each topic.

## Getting started

<details>

<summary>Do I need cybersecurity expertise to host?</summary>

No. KC7 handles the technical instruction so you can focus on facilitation. See [What is a KC7 event?](/getting-started/what-is-kc7.md) for the host role and [Support participants](/running-your-event/supporting-participants.md) for how to coach without expertise.

</details>

<details>

<summary>How long does approval take?</summary>

Most requests are approved within 1 to 2 days. See [Request your event](/getting-started/request-event.md).

</details>

<details>

<summary>Can I run KC7 in my classroom or as part of a course?</summary>

Yes. Use it during class, assign it as homework, or run it as enrichment. Your tenant supports multiple sessions over a semester. See [Manage games](/manage-your-tenant/managing-games.md) and [Organize classrooms](/manage-your-tenant/classrooms.md).

</details>

## About the experience

<details>

<summary>How long does a typical event take?</summary>

"A Scandal in Valdoria" runs about 60 to 90 minutes self-paced. Plan 2 hours total to allow for intro, investigation, and wrap-up. See [Choose your format](/planning/event-formats.md).

</details>

<details>

<summary>Do participants need technical knowledge?</summary>

No. Modules are designed for complete beginners. If they can use a web browser, they can play. See [What is a KC7 event?](/getting-started/what-is-kc7.md).

</details>

<details>

<summary>How do participants sign up and join?</summary>

No advance signup needed. Share the Go Link from your approval email. Participants can create a full account (recommended, saves progress) or play as a guest. See [Set up before the event](/running-your-event/pre-event-setup.md).

</details>

## During your event

<details>

<summary>How do I monitor what participants are doing?</summary>

Use the live scoreboard for real-time rankings and the analytics page for challenge difficulty and success rates. You see progress and scores, not individual answers. See [Run event day](/running-your-event/event-day.md) and [Performance and analytics](/manage-your-tenant/analytics.md).

</details>

<details>

<summary>What if participants get stuck?</summary>

Direct them to the in-game hint system first. For coaching strategies that don't spoil answers, see [Support participants](/running-your-event/supporting-participants.md).

</details>

<details>

<summary>Can participants work in teams?</summary>

Yes. Each person needs their own account for individual progress, but pairs and small groups often learn better. Each person submits their own answers.

</details>

## Expanding your program

<details>

<summary>Is KC7 suitable for experienced professionals?</summary>

Yes. "A Scandal in Valdoria" is for beginners, but more advanced modules challenge experienced IT and security professionals. See [Game module catalog](/event-resources/game-modules.md).

</details>

<details>

<summary>Can I run additional events after my first one?</summary>

Yes. Your tenant lets you add more games and create new classrooms without re-applying. See [Manage games](/manage-your-tenant/managing-games.md).

</details>

<details>

<summary>What are the tenant capacity limits?</summary>

The STARTER tier includes 10 classrooms, 20 sessions, and 100 students total. Paid PROFESSIONAL and ENTERPRISE tiers offer more capacity. To upgrade: <code class="expression">space.vars.upgrade\_with\_waiver</code>

</details>

## After your event

<details>

<summary>What happens when my event ends?</summary>

Participants keep access. You can view scores and analytics anytime. See [Wrap up after your event](/after-the-event/after.md).

</details>

<details>

<summary>How do I get help if I run into issues?</summary>

For technical problems, see [Troubleshoot common issues](/event-resources/troubleshooting.md). For real-time help, see the [Discord community](/community/getting-help.md). For account questions, email <code class="expression">space.vars.support\_email</code>.

</details>

<details>

<summary>How can I support KC7 after my event?</summary>

Spread the word with #KC7Cyber, present at conferences or meetups, gift KC7 swag from the [KC7 Swag Shop](https://kc7.printful.me/), [donate to KC7](https://givebutter.com/kc7), or mentor new hosts in Discord.

</details>

## Still have questions?

For real-time help, see the [Discord community](/community/getting-help.md). Or browse:

* [Quick start guide](/getting-started/quick-start.md)
* [Plan your event](/planning/planning.md)
* [Technical requirements](/planning/technical-requirements.md)
* [Troubleshoot common issues](/event-resources/troubleshooting.md)


---

# 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/faq.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.
