# How to add rounds to my hackathon

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

Add multiple rounds to your hackathon to manage the progress of participants

1. Go to **Rounds** from the left hand side menu

<figure><img src="/files/VFw0YZ3NBEPuDol7qpVV" alt=""><figcaption></figcaption></figure>

2. Click **Add Round** and complete the fields of the form

| Round Name        | <p>Can be Round 1, Round 2 ...<br>or<br>Screening Round, Final Round, etc</p>                                            |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Round Date        | When is the round going to take place                                                                                    |
| Round Order       | Display Order for your round, this helps if you want to change the order of display on the public page of your hackathon |
| Round Description | Details about the round                                                                                                  |

<figure><img src="/files/vXTPDe5xDnzV3BlFVrpm" alt=""><figcaption></figcaption></figure>

Once submitted, your round will be visible in the list of rounds, you can then edit or delete it.


---

# 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-rounds-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.
