# How to add tracks and prizes to my hackathon

{% embed url="<https://www.youtube.com/watch?index=28&list=PLWB9ROSX-JSjbSyx9Hutrzi9Wk6B0WtRS&v=jrkWJDM7Ufk>" %}

### Tracks

Add multiple tracks to your hackathon for different problem statements, add multiple problem statements to each track.

1. Go to **Tracks & Prizes** from the left hand side menu

<figure><img src="/files/7GtQaI3wcIEGEU6Ygi2L" alt=""><figcaption><p>Select Tracks &#x26; Prizes from the menu</p></figcaption></figure>

2. Under the **Tracks** tab, click **Add Track**
3. Fill the track form by adding **Name, Description and Problem Statements**

<figure><img src="/files/ifChLPPYJm0wSnxgIpkr" alt="" width="340"><figcaption><p>Form to add a track</p></figcaption></figure>

{% hint style="info" %}
You can add unlimited number of tracks
{% endhint %}

Your new Track should now be visible on the list of tracks, you can edit or delete it if needed.

### Prizes

{% hint style="info" %}
Prizes can be of two types

1. Prizes for a track

2. Prizes independent of a track
   {% endhint %}

3. Go to **Tracks & Prizes** from the left hand side menu and select the **Prizes** tab.

<figure><img src="/files/5yMvt42p5p40QKqdt3rd" alt=""><figcaption><p>Prizes tab on Tracks &#x26; Prizes menu</p></figcaption></figure>

2. Click **Add Prize** to see a form which will help you add the prize

<figure><img src="/files/EQLUXa062yNOEHrVH3nv" alt="" width="360"><figcaption><p>Create Prize Form</p></figcaption></figure>

| **Name**              | Name can be First Prize, Best Design, Most Innovative Project, Best Pitch, etc                                                                                             |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Track**             | Track is optional, if you want to assign a prize to a specific track choose it, else leave it empty. Each track could have a winner and there could be overall winners too |
| **Order**             | This is the order in which you want to display the prizes on the public page of your Hackathon                                                                             |
| **Number of Winners** | This is to display how many winners will be there for this specific prize                                                                                                  |
| **Description**       | Add any specific details you might want to share here about the prize                                                                                                      |

4. Once saved, your prizes will be visible in the list of prizes and if you have assigned a track to a prize, they will also be visible under the tracks.


---

# 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://documentation.commudle.com/hackathons/how-to-add-tracks-and-prizes-to-my-hackathon.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.
