> 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/cycling-track.md).

# Cycling - Track

The Cycling - Track event is unlocked after reaching player level 6 and can be accessed from the Velodrome venue.

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

Cycling - Track is a fast paced event where athletes must use balance and speed to win the race.  To start the race, players must TAP on to gain speed.

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

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

On straightaways, as the player TAPs, the speed bar at the bottom of the screen fills up.

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

On curves, the player must keep the cycle icon within the track to the left to stay balanced.

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

TAP and HOLD the button on the left to move the icon up and down while following the guide.

<figure><img src="/files/tH2irR1QeRqSnBf4K5dX" 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 Cycling - Track event: the quarter-finals, semi-finals, and the finals medal round.&#x20;

<figure><img src="/files/SNjHFP5ClNqZL3rUmLgS" 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/cycling-track.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.
