> For the complete documentation index, see [llms.txt](https://documentation.commudle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.commudle.com/hackathons.md).

# Hackathons

- [Overview of Features](https://documentation.commudle.com/hackathons/overview-of-features.md): Organizing a hackathon is a combination of multiple tasks and so many communications with your participants, judges and teams. We are here to make it easy for you!
- [How to create a new Hackathon](https://documentation.commudle.com/hackathons/how-to-create-a-new-hackathon.md)
- [How to add hackathon dates, social links and other details](https://documentation.commudle.com/hackathons/how-to-add-hackathon-dates-social-links-and-other-details.md)
- [How to add tracks and prizes to my hackathon](https://documentation.commudle.com/hackathons/how-to-add-tracks-and-prizes-to-my-hackathon.md)
- [How to add rounds to my hackathon](https://documentation.commudle.com/hackathons/how-to-add-rounds-to-my-hackathon.md)
- [What are the different hackathon statuses](https://documentation.commudle.com/hackathons/what-are-the-different-hackathon-statuses.md)
- [How to setup participant registrations in my hackathon](https://documentation.commudle.com/hackathons/how-to-setup-participant-registrations-in-my-hackathon.md)
- [How to send emails and other communications to my hackathon participants](https://documentation.commudle.com/hackathons/how-to-send-emails-and-other-communications-to-my-hackathon-participants.md)
- [How to add judges, mentors and speakers to my hackathon](https://documentation.commudle.com/hackathons/how-to-add-judges-mentors-and-speakers-to-my-hackathon.md)
- [How to add sponsors to my hackathon](https://documentation.commudle.com/hackathons/how-to-add-sponsors-to-my-hackathon.md)
- [How to manage applications and projects in my hackathon](https://documentation.commudle.com/hackathons/how-to-manage-applications-and-projects-in-my-hackathon.md)
- [How to Filter Teams & Projects On Applications Dashboard](https://documentation.commudle.com/hackathons/how-to-manage-applications-and-projects-in-my-hackathon/how-to-filter-teams-and-projects-on-applications-dashboard.md)
- [How to post updates on the public page of the hackathon](https://documentation.commudle.com/hackathons/how-to-post-updates-on-the-public-page-of-the-hackathon.md)
- [How to select winners for my hackathon](https://documentation.commudle.com/hackathons/how-to-select-winners-for-my-hackathon.md)
- [How to add FAQ's to my hackathon](https://documentation.commudle.com/hackathons/how-to-add-faqs-to-my-hackathon.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://documentation.commudle.com/hackathons.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.
