> 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/running-your-event/in-person.md).

# In-person events

This covers what's different about running KC7 in a physical room: venue, WiFi, room setup, on-site troubleshooting, and cleanup. For the run-of-show and coaching that apply to any event, see [Run event day](/running-your-event/event-day.md) and [Support participants](/running-your-event/supporting-participants.md).

## Before you begin

You need an approved event, a confirmed venue, and a rough headcount. If you're still planning, start at [Plan your event](/planning/planning.md).

## Pick a venue

A workable venue gives everyone a seat with laptop space, accessible power, reliable WiFi, and a screen visible from anywhere in the room, plus space to walk between participants. Check signage, accessibility, restrooms, and parking or transit.

{% tabs %}
{% tab title="Classroom or lab" %}
**Good for** schools and training. Built-in tech and IT support. Watch for network restrictions and after-hours limits.
{% endtab %}

{% tab title="Conference room" %}
**Good for** corporate events. Reliable infrastructure and AV. Seating is formal, refreshment space tight.
{% endtab %}

{% tab title="Community space" %}
**Good for** public workshops. Flexible and low-cost, but WiFi and equipment vary and you may own setup.
{% endtab %}

{% tab title="Hackathon or event space" %}
**Good for** large competitions. Strong WiFi, at higher cost and longer booking lead time.
{% endtab %}
{% endtabs %}

## Manage WiFi

WiFi is the most common failure point. The week before, test it with as many devices as you can, verify roughly 3 Mbps per participant, and confirm the network doesn't block `*.kc7cyber.com`. On the day, prefer a guest network and keep a mobile hotspot as backup. Display the WiFi name and password where everyone can see it.

{% hint style="warning" %}
School and corporate networks often block cloud services. Test KC7 access in advance and request whitelisting if needed. The [bandwidth calculator](/planning/technical-requirements.md#bandwidth-calculator) helps you size the network.
{% endhint %}

## Set up the room

Pick a layout for your group:

| Layout   | Group size  | Notes                                                           |
| -------- | ----------- | --------------------------------------------------------------- |
| Theater  | 30+         | Rows facing the screen. Easy to present, harder to collaborate. |
| Clusters | Team events | Groups of 3 to 4 per table. You circulate between groups.       |
| U-shape  | 10-20       | Everyone faces center. You see the whole room.                  |
| Open     | Flexible    | Scattered tables, informal, pick-your-seat.                     |

Test the projector and audio before participants arrive. Keep the screen showing something useful throughout: a welcome slide with WiFi credentials and the participant link, the intro videos during the opening, the scoreboard at key moments.

## Arrive 60-90 minutes early

* [ ] Venue unlocked, tables and chairs in your layout, signage posted
* [ ] Projection and audio tested
* [ ] WiFi connected, speed verified, credentials displayed
* [ ] One participant account walked through end-to-end
* [ ] Host dashboard open; participant link tested in two browsers

If you have co-hosts, brief them 30 minutes before: assign each a section of the room, align on when to step in, and confirm their access works.

## Facilitate in the room

The coaching itself (hints not answers, the Socratic move, handling different skill levels, individual vs team play) is the same for any event and lives in [Support participants](/running-your-event/supporting-participants.md). What a physical room changes:

* **Circulate constantly.** Walk a full perimeter every 10-15 minutes, vary your route, and position yourself where you can see most of the room. Pause near anyone who looks stuck without hovering.
* **Use the room's energy.** Call out wins out loud ("Several people just cleared Challenge 3"). Read body language: frustrated energy means a reminder about hints, low energy means call a break, widespread confusion means address it to the whole room.
* **Handle struggles privately.** Check in with struggling participants one-on-one, never publicly. Mix skill levels at tables so peers help each other.

## Troubleshoot on site

Generic issues (KC7 won't load, lost progress) are in the [Troubleshooting guide](/event-resources/troubleshooting.md). The on-site-specific ones:

**"I can't connect to WiFi."** Verify credentials, forget and rejoin the network, then fall back to a hotspot. If it's widespread, get IT involved.

**Power and hardware.** If laptops start dying, point people to outlets and share power strips. For projector failures, share the participant link verbally and let participants work on their own screens. Bring more power strips and extension cords than you think you need.

**Technical meltdown.** Stay calm, since participants follow your lead. Acknowledge the issue out loud, switch to your backup plan, and keep the room engaged.

## What to bring

**Essential.** Power strips and extension cords, displayed WiFi credentials and participant link, a host device with dashboard access, and a mobile hotspot backup.

**Nice to have.** Name tags, prizes, snacks, a printed troubleshooting guide, and a backup activity in case of an outage.

## Close the event

For the closing flow (final scoreboard, recognition, next steps), see [Wrap up your event](/after-the-event/after.md). In a physical venue, also reset the room:

* [ ] Furniture back to original layout
* [ ] Equipment and materials packed, feedback forms collected
* [ ] Equipment off, lights off, doors locked

## Related pages

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Run event day</strong></td><td>The day-of guide.</td><td><a href="/pages/SBsFQzeOCToHOYZjrW0p">/pages/SBsFQzeOCToHOYZjrW0p</a></td></tr><tr><td><strong>Run a virtual event</strong></td><td>Run online instead.</td><td><a href="/pages/SkmOwccLyi6c4dWIZYYS">/pages/SkmOwccLyi6c4dWIZYYS</a></td></tr></tbody></table>


---

# 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/running-your-event/in-person.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.
