# Manage submissions

### Check submission details

1. Find and click on “Submissions” on the left side of the admin panel.
2. Submission details: Click on the little document icon under “Submission Detail” to view the project’s description, comments by judges, themes, links, etc.
3. Under “Total”, it will show a percent indicating the scores given by judges according to the evaluation criteria.&#x20;
4. Public or private: if you wish to make submissions public, then other teams as well as HackHub users will be able to see all the teams’ submission detail.
5. Giving awards: click on the small triangle under “Give Award” to give 1st, 2nd, 3rd places.
6. Scoring details: Click the small triangle on the left side of the team name to see the specific scores that were given by the judges.

### Export **projects and review results**

At the very bottom of the page, the submission detail of every team can be downloaded. Click on “Download Team Rankings”, and various options will be displayed, including downloading scores of each team categorized by criteria, or by judges. Downloads will be opened by Office Excel.

### **Reset all scores**

Click on “Reset all Scores” to delete all judges’ scorings.


---

# 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/event-organizer/teams-and-submissions/manage-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.
