> For the complete documentation index, see [llms.txt](https://docs.plotx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plotx.io/how-to-play/sports-challenges.md).

# Sports Challenges

By clicking on **Challenges** you enter the world of sports.&#x20;

**Step 1 - Select a challenge**

Choose your challenge eg. Punjab Vs Chennai

![](https://lh5.googleusercontent.com/ZGI9LSAMgkEKkriS51VfWki0Y1re0zMS7ouCd84zVi3EnScLKrj6h16H8YeLmBUNtOnQ9jSeAz0XKs3pkjE5oVSOwmMOCK7iMi8tRgxizRSPM2yLYSc3gC1koTvXt1V-vM4JlUhOjsU1ZxqzWg)

**Step 2 - Answer simple questions**

![](https://lh3.googleusercontent.com/YOv4XGsh94KWShV47kklFPIIi9qAfEDppU_NTT-cLp14mBG9ApmSXMkz6UmHPjQkNcMqck_-8UEFwotLjV9wiz2cVXDO2tRO520munU32X8sDGlOaHY-IOu9Y1482YFoEyvj5Fde755uwOO_rQ)

Once you have answered the questions,  click on ‘Continue’

**Step 3 - Apply Powerups**

![](https://lh5.googleusercontent.com/y9j5u73I6fj1e-es-Zh8_gsLxbiQ-2NrbWeLGT4ogzcMjfSWMQIIwfhvuMbuT3fYbWNAyZaC_CsLZjl2qk5Y2gPrDfk0WMeDaDbMAplacmrVdSSlNk3AlWaU7A6GgI29fLkDi0eS032uD6-IRA)

**Step 4 - Select and enter a contest**

Now you'll see a pool of contests with different rewards and entry fees. You can enter multiple contests for any challenge.

![](https://lh3.googleusercontent.com/1LXHHRQFNeUFk35uLRn9qCYy8grV27z8WAfTXoa0wWZlhROttpdwm0GmW0GOCGJVkvuWU6V21sa49F6Z7oHjSxiVYKrnJ0jGt3D7r15vQzOswIl8KImO_EgDpA_uG8L-TKiuMmt3_rTY1h3Jfw)

* Click on ‘Join’ to use your answers to enter a contest.

Kudos! Now, wait for the challenge to end to see your ranking and rewards on the leaderboard.

{% hint style="success" %}
You can change the answer set till the commencement of the challenge.
{% endhint %}

Refer to this to learn about the [scoring system](/calculation/sports-challenges.md) and in case you have any [questions](/faqs/cricket-challenges.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plotx.io/how-to-play/sports-challenges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
