> For the complete documentation index, see [llms.txt](https://nway.gitbook.io/olympics-go-paris-2024/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nway.gitbook.io/olympics-go-paris-2024/how-to-play/breaking.md).

# Breaking

The Breaking (Breakdancing) event is unlocked after reaching player level 5 and can be accessed from the Breakdancing Floor.

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

The Breaking or Breakdancing event is a sport about rhythm.  Players must press the arrow keys when they reach the end of the track.

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

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

Successfully timing the move will result in a perfect score.

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

When moves are completed successfully, the competition meeter will fill up.

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

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

Missing a move will cause you to fail the move. &#x20;

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

## How many rounds are there to medal in this event?

The player must qualify in the first two rounds in order to reach the medal round.  There are a total of 3 rounds for the Breaking event: the qualifying, semi-finals, and the finals medal round.&#x20;

<figure><img src="/files/0ShxqmVdLzx7vqLMQv8G" alt=""><figcaption></figcaption></figure>


---

# 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://nway.gitbook.io/olympics-go-paris-2024/how-to-play/breaking.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.
