# Judging

## This page has been deprecated. V1 documentation is partially maintained [here](https://docs.balancer.fi/v/v1/guides/hackathons/judging)

### description: Some things we like to see (i.e. help yourself to win)

## Judging

* Novel and innovative uses of Balancer are great to see.&#x20;
* Provide a short presentation or video that explains your idea, how it uses Balancer and where the project could go next.
* Your code should be available on Github with a Readme describing how to run it.&#x20;
* Bonus for good documentation!
* A deployed and publicly available UI allows us to interact and get a feel for your project.
* If your project involved creating Solidity contracts make use of a testnet to deploy, test and hook up your UI.
* Have fun!


---

# 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://balancer.gitbook.io/balancer/guides/hackathons/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.
