> 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/community/getting-help.md).

# Get help

Pick the channel that matches your question.

## Discord (fastest for general questions)

The KC7 Discord is the fastest way to reach hosts and staff. Use it for general questions, "is anyone else seeing this?", and quick troubleshooting.

<a href="https://discord.gg/kc7cyber" class="button primary" data-icon="discord">Join the KC7 Discord</a>

You'll find help from hosts who've run the same module, technical support from KC7 staff, stories from other events, and announcements about new modules and platform changes.

## Email support (account-specific issues)

Write to [**events@kc7cyber.com**](mailto:events@kc7cyber.com) for anything tied to your account, your event approval, or a technical problem you can't resolve from the docs.

Use email for:

* Account and tenant questions
* Event approval status
* Technical issues and bug reports
* Billing questions

Expect a reply within 24 to 48 hours on business days.

## Search the docs

Most common questions are already answered:

* [Event FAQs](/event-resources/faq.md)
* [Tenant FAQs](/manage-your-tenant/faq.md)
* [Troubleshooting guide](/event-resources/troubleshooting.md)

## Share feedback and contribute

Host feedback shapes the modules, the platform, and these docs. Tell us what worked, what didn't, and what you'd like to see next.

* Post in the [KC7 Discord](https://discord.gg/kc7cyber) for quick questions and informal feedback.
* Email <events@kc7cyber.com> for bug reports, account issues, or longer suggestions.

When reporting a bug, include the game name, what you expected, what happened, and a screenshot if you have one.

### Help other hosts

* Answer questions in Discord when you can. Hosts learn fastest from other hosts.
* Share what worked at your event — photos, attendance, format, what you'd change.
* Tell people about KC7 if it fit your group.

### Contribute to the project

Want to write modules, build scenarios, or moderate the community? See [Volunteer with KC7](/volunteering/coming-soon.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/community/getting-help.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.
