# Adding Challenges

To add challenges to your competition, navigate to the competition dashboard and select the 'edit' button next to the relevant competition.

\<Image of Dashboard (highlight the edit button)>

To create a new challenge, provide the following information in the designated fields:&#x20;

* Challenge Title
* Challenge Question
* Challenge Link
* Challenge Files (with a file size limit of 25 MB)
* Challenge Category
* Challenge Points
* Challenge Answer

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

You also have the option to add hints for each challenge question, which can be useful for providing additional guidance or support to the competitors.

\<Image of Adding Hint>

To add multiple questions to a challenge, utilise the 'Add Challenge Question' button. This will create additional fields for inputting an additional question with the above mentioned fields.

\<Image of Adding Additional Question (If required)>

Before finalising your competition, you have the option to determine the visibility of your competition by selecting either "public" or "Not Visible" . Once you have made your selection, make sure to save your progress by clicking on the 'save' button.


---

# 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://docs.bugbase.ai/program-guide/competition-dashboard/creating-a-competition/adding-challenges.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.
