> For the complete documentation index, see [llms.txt](https://mlh.gitbook.io/hack-days/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mlh.gitbook.io/hack-days/readme.md).

# About Hack Days

Hack Days are 12-hour-or-less, in-person mini hackathons powered by Major League Hacking (MLH) and our amazing partners (like Google, MongoDB, and GitHub). MLH wants organizers and hackers to have time and space to hack outside of full weekend-long hackathons. Weekend-long hackathons are awesome, and we help host over 250 a year, but Hack Days are specifically designed to be lower-lift and easier for organizers to host.

Simultaneously, Large Language Models and Generative AI have made it more possible than ever to build a cool hack in less time. We really believe this is an exciting moment to bring mini-hackathons to the community at large.

***This website exists primarily as documentation for Hack Day Organizers. Not Hack Day hackers and attendees.***

{% hint style="info" %}
**Start Your Application:** [**https://organize.mlh.io/host/hack-days**](https://organize.mlh.io/host/hack-days)
{% endhint %}

### **How does organizing a Hack Day work?**

Here's the high-level overview of the steps. Make sure to check out the complete guide for all the details.

1. **Apply to host a Hack Day.** You can do this right now. It just takes a few minutes.
2. **Secure a venue.** Wherever your club or community typically meets is fine. This can be as simple as a room reservation at the library.
3. **No Website Required.** Attendee registration is entirely through MLH's OrganizerHQ platform. Once your application is approved, start collecting registrations for the event.
4. **Receive Swag.** As your Hack Day nears, we will ship you a physical swag pack for your attendees. This will include prizes, stickers, and swag.
5. **Order Food and Snacks.** We recommend planning ahead, but ordering once you have a confirmed count of hackers.
6. **Get Reimbursed.** We'll reimburse you up to 350 USD for food, snacks, and other event expenses. For each hacker who checks into your event, you receive 7 USD.
   1. *We can only reimburse you for the money you spent on the event.*
   2. *If you're outside the US, the amount we reimburse changes. See Reimbursements for more info.*


---

# 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://mlh.gitbook.io/hack-days/readme.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.
