# The Judging Process

- [What is Judging?](https://wiki.purduesigbots.com/judging/why.md): A brief introduction to Judging at VEX Robotics Competitions!
- [The Engineering Notebook](https://wiki.purduesigbots.com/judging/notebook.md): The Engineering Design Process is a fluid series of steps used to streamline and maximize the efficiency of progress designing, building, and testing a robot.
- [Identify the Problem](https://wiki.purduesigbots.com/judging/notebook/identify.md)
- [Brainstorm Solutions](https://wiki.purduesigbots.com/judging/notebook/brainstorm.md)
- [Select Best Solution](https://wiki.purduesigbots.com/judging/notebook/select.md)
- [Build and Program](https://wiki.purduesigbots.com/judging/notebook/build.md)
- [Original Testing of Solutions](https://wiki.purduesigbots.com/judging/notebook/test.md): Does it work?
- [Other Rubric Categories](https://wiki.purduesigbots.com/judging/notebook/other.md): These rubric criteria are not especially complex, and did not require their own articles as a result.
- [Team and Project Management](https://wiki.purduesigbots.com/judging/notebook/management.md)
- [The Interview](https://wiki.purduesigbots.com/judging/interview.md)
- [Rubric Breakdown](https://wiki.purduesigbots.com/judging/interview/rubric.md): An integral component in the tournament judging process, the Design Interview is a great way for teams to grow public speaking skills while discussing robotics in a friendly environment.
- [General Advice](https://wiki.purduesigbots.com/judging/interview/advice.md): An integral component in the tournament judging process, the Design Interview is a great way for teams to grow public speaking skills while discussing robotics in a friendly environment.
- [Resources](https://wiki.purduesigbots.com/judging/resources.md)
- [BLRS2 '23-'24 Engineering Notebook](https://wiki.purduesigbots.com/judging/resources/blrs2.md)
- [Integrating Inventor Models into Documentation](https://wiki.purduesigbots.com/judging/resources/inventor.md): Creating CAD models is a crucial step in the Engineering Design Process, which is why it's important to integrate models into documentation.
- [Community Resources](https://wiki.purduesigbots.com/judging/resources/community.md)
- [Using Notion for an Engineering Notebook](https://wiki.purduesigbots.com/judging/notion.md)
- [How to Setup a Notebook](https://wiki.purduesigbots.com/judging/notion/setup.md)
- [How to Create Entries](https://wiki.purduesigbots.com/judging/notion/entries.md)
- [How to Export a Notebook](https://wiki.purduesigbots.com/judging/notion/export.md)
- [Purdue SIGBots Notion Template](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template.md)
- [Game Analysis](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/game-analysis.md)
- [Identify The Problem](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/identify-the-problem.md)
- [Brainstorm Solution](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/brainstorm-solution.md)
- [Select Best Approach & Plan](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/select-best-approach-and-plan.md)
- [Build Log](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/build-log.md)
- [Programming Log](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/programming-log.md)
- [Testing Solution](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/testing-solution.md)
- [Tournament Recap](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/tournament-recap.md)
- [Innovative Feature](https://wiki.purduesigbots.com/judging/notion/purdue-sigbots-notion-template/innovative-feature.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://wiki.purduesigbots.com/judging.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.
