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

# Rowing

The Rowing event is unlocked after reaching player level 10 and can be accessed from the Rowing Canal venue.

<figure><img src="/files/9wUXz0zvQfNoHj6TOeHq" alt=""><figcaption></figcaption></figure>

The Rowing event is a sport of speed and endurance.  Players must TAP when the cursor reaches the green zones at the edges of the bar at the bottom of the screen to complete the stroke.

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

Tapping outside the green zone lowers your speed.

<figure><img src="/files/9eRyKVMwTPvL7txv9Cov" alt=""><figcaption></figcaption></figure>

TAP rapidly when going through a checkpoint. &#x20;

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

TAPs will fill the speed meter at the bottom of the screen to maximize your speed.

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

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


---

# 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/rowing.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.
