> For the complete documentation index, see [llms.txt](https://gitbook.mfhlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.mfhlabs.com/shift-hub/juggling-game.md).

# Juggling Game

## Juggling Game Rules

### Daily Task:

The Juggling Game is available to all users and can be activated once every 24 hours.<br>

### Gameplay:

Each game lasts 30 seconds.

The objective is to touch the ball as many times as possible within the time limit.

Precision matters! Every missed touch reduces your score.

The player with the most touches during the 30-second period ranks 1st.

### Juggling Leaderboard:

The leaderboard tracks all results within a single period.

At the end of the day, winners for the period are officially announced.

### Daily Scoring System:

1st place: 5 Score points

2nd place: 4 Score points

Places 3 to 10: 3 Score points

Places 11 to 100: 2 Score points

All other participants: 1 Score point

### Challenge Points:

Points earned in the daily challenge contribute to your Season Score and Weekly Score.

### Tiebreaker Rule:

In the event of a tie, rankings are determined on a first-come, first-served (FCFS) basis. Players who finish the game earlier will rank higher.

### Daily Challenge Reset:

The Juggling Challenge updates every day at UTC+1.<br>

## Enjoy the game and be quick! 🚀

<br>


---

# 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://gitbook.mfhlabs.com/shift-hub/juggling-game.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.
