# Introduction

#### Welcome to the MLH Hackathon Organizer Guide! This is a community initiative by [Major League Hacking](https://mlh.io) that contains a lot of the lessons that we and the hackathon community around the world have learned from organizing hackathons — all in a single student hackathon playbook.

Take a look and learn some of the practices used by hackathon organizers all around the world. This guide should contain most, if not all, of the practices you need to throw a great hackathon.

**Disclaimer:** The hackathon organizer guide is never finished. It's an ongoing project that we're always trying to update as we and the global hackathon organizer community learn. Try everything, and feel free to contribute your learnings back to the guide with a pull request over on [our GitHub repository for this guide](https://github.com/mlh/hackathon-organizer-guide).

## Introduction to Organizer Guide

> "I learned more in one weekend than I did in the last month of lectures!"

Are you ready to host your school’s very own hackathon?

[Each semester, more than 65,000 developers, designers, and makers compete for their school's glory at the 200+ official MLH hackathons around the world.](https://mlh.io/about) Whether you’re hosting your first or third MLH hackathon, our organizer guide will give you the tools to blow away your student hacker community.

Major League Hacking's [mission is to empower hackers](https://mlh.io/about). This guide helps us support organizers in their pursuit to throw incredible hackathons and empower hackers to build great hacks.

### Code of Conduct

We enforce a Code of Conduct for all maintainers and contributors of this Guide. Read more in [CONDUCT.md](https://github.com/yashovardhan/mlh-hackathon-organizer-guide/tree/e1f777578c8c5c905dcebc5b506c1f93f4c613b4/CONDUCT.md).

### License

The Hackathon Organizer Guide is open sourced under the [Creative Commons Attribution 4.0 International (CC-BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license. [Read more here](https://github.com/yashovardhan/mlh-hackathon-organizer-guide/tree/e1f777578c8c5c905dcebc5b506c1f93f4c613b4/LICENSE.md).


---

# Agent Instructions: 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:

```
GET https://guide.mlh.io/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
