# Competitions

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

The competitions dashboard displays the information about ongoing competitions hosted on BugBase.

These competitions are usually CTF/jeopardy type events which let the hackers show their elite skills off in a controlled environment.

Each competitions accompanies a separate leaderboard which shows the hackers with the highest points.

### All Competitions

This sections shows all the ongoing competitions. The hacker can resume with their progress on a joined competition by clicking on continue or join a new on by clicking join.

The competition banner is also accompanied by the details which tell the hacker more about the competition.

### My Competitions

This Section lists all the competitions that a hacker has joined. They can quickly navigate through them and start solving the CTF challenges.

### Rewards

The rewards won via competitions are communicated to the hacker via email or discord.


---

# 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/bounty-hunter-guide/competitions.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.
