# Judging and Submissions

- [Rules for Your Hackathon](https://guide.mlh.io/general-information/judging-and-submissions/rules-for-your-hackathon.md): Being extra clear ahead of time can prevent headaches down the road
- [Judging Plan](https://guide.mlh.io/general-information/judging-and-submissions/judging-plan.md): Check out our example template at https://hackp.ac/judgingexample - Email league@mlh.io if you need any help!
- [Cheating Check](https://guide.mlh.io/general-information/judging-and-submissions/cheating-check.md): Things to keep an eye out for
- [Judges Communication and Recruiting](https://guide.mlh.io/general-information/judging-and-submissions/judges-communication-and-recruiting.md): You’ll need to recruit a variety of individuals to judge your hackathon.
- [Hackathon Submission Portal](https://guide.mlh.io/general-information/judging-and-submissions/hackathon-submission-portal.md)
- [Using Devpost](https://guide.mlh.io/general-information/judging-and-submissions/hackathon-submission-portal/using-devpost.md)
- [Using Devfolio](https://guide.mlh.io/general-information/judging-and-submissions/hackathon-submission-portal/using-devfolio.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/general-information/judging-and-submissions.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.
