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

# Fencing

The Fencing event is unlocked after reaching player level 2 and can be accessed from the Fencing Gymnasium.

<figure><img src="/files/4FQxOrpGih3iuc57bvyI" alt=""><figcaption></figcaption></figure>

Fencing is a dextrous sport where timing and precision is important.  Players will need to TAP when the circles reach the end of the track.

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

When the sequence is completed on time, the results are posted for the move.

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

For more difficult sequences that have a trailing section after the circle, the player must TAP and HOLD to complete the sequence.

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

Failing sequences will result in your opponent gaining an advantage.  Failing too many sequence will cause you to lose the round.&#x20;

<figure><img src="/files/7mYJQ0RpWEkBS60aMlGQ" alt=""><figcaption></figcaption></figure>

Complete more sequences to gain a higher score to win defeat your opponent.

<figure><img src="/files/bsL8YLuu4dpUEJ4ITmUk" 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 Fencing event: the qualifying, 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/fencing.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.
