# Racers

There are 4 performance factors which contribute to how fast a racer moves&#x20;

**The higher the sum of all 4, the faster the racer.**

<figure><img src="/files/D04sn3LScZf9JF3S6qxo" alt=""><figcaption><p>Performance Factors Visual</p></figcaption></figure>

1. **Speed:** Affects the whole race (same amount for each section)
2. **Flow:** Affects the whole race (varies each section)
3. **Acceleration:** Affects section 1 only
4. **Endurance** (coming soon): Affects section 3 only


---

# Agent Instructions: 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:

```
GET https://ocean-racing-league.gitbook.io/the-ocean-racing-league/ocean-racing-league/racers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
