# Project submission

1. At the bottom of the team page, click “Submit” to enter the submission page
2. Upload a project thumbnail to be displayed as the cover photo on the page showcasing submissions from all other teams.
3. Upload at least one of the following: website link, video link, github link or files (zip, pdf, or ppt file). If files are too big, then it will fail to upload successfully.
4. Choose the theme your submission falls under, and the award you are aiming for.
5. Submissions can be resubmitted if your team wants to make changes. The judges will only be able to see the latest edit.


---

# 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://help.hackhub.com/participant/project-submission.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.
