# What is MLH?

Major League Hacking (MLH) is the official student hackathon league. Each year, we power over [200 weekend-long hackathons](http://mlh.io/events) that inspire innovation, cultivate communities and teach computer science skills to more than **65,000 students** around the world. MLH is an engaged and passionate maker community, consisting of the next generation of technology leaders and entrepreneurs.

At Major League Hacking, our goal is to give you the tools to throw the best hackathon humanly possible, which is why MLH Member events get various benefits like:

* Mentorship and Support
* Templates and Tutorials
* Preferred Vendors and Discounts
* Onsite Hackathon Support
* Mini-Events
* Judging Support
* Prizes
* Software Lab

(You can see the full list [here](https://mlh.io/event-membership). )

The sooner your hackathon applies for membership, the more time you’ll have to take advantage of all MLH benefits. To [apply](https://mlh.io/event-membership), it must be *at least* 3-4 months before your event.

Throughout your planning process, you will be supported by a Hackathon Community Manager (HCM) from MLH to help answer any questions, talk through challenges, and brainstorm new ideas.

During your event, an MLHer (called a Coach) will be on-site to help you and your team with whatever you need. MLHers are event organizers themselves and receive extensive training to become an asset to your team.

## Resources

* MLH: [Become an Official Event](https://mlh.io/event-membership)
* MLH: [Event Membership Guide](https://github.com/MLH/mlh-policies/blob/main/member-event-guidelines.md)
* MLH: [Community Values](https://github.com/MLH/mlh-policies/blob/main/community-values.md)
* MLH: [Code of Conduct](https://github.com/MLH/mlh-policies/blob/main/code-of-conduct.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/overview/what-is-mlh.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.
