# Paths

{% hint style="info" %}
**Tip:** The amount of paths per level is always the `level + 1`
{% endhint %}

## Overview

Each level has several paths. When you ride, you try to pick the winning path

> Only one path can win per level per round!

The amount of paths in a level is always the level number plus one

* ie. 2 paths in Level 1
* ie. 3 paths in Level 2
* ie. 8 paths in Level 7

Thus, the odds of choosing the correct route decrease each level.

* ie. 50% chance of picking correct route in Level 1
* ie. 33% chance of picking correct route in Level 2
* ie. 25% chance of picking correct route in Level 3

Choose wisely, and make it to your destination. Fail, and your bus will crash!

<figure><img src="/files/UcN9VRUaB5txRPYu9jNl" alt=""><figcaption><p>Buckle up and hope the bus doesn't break down!</p></figcaption></figure>


---

# 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://docs.ridethebus.xyz/overview/the-game/paths.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.
