# The Stages

In Homie Wars we find two types of stage:

### The race stages

In the race type stages the objective is clear: to reach the finish line before anyone else. Only the first places will survive this type of scenario, the rest will finish their game early.

### The showdown stages

In the showdown type scenarios the objective is also clear: to survive. How to survive will depend on each type of scenario: not falling, accumulating points, pushing other players.... Whatever it takes to be the only one to survive and get the prize.


---

# 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://homiewars.gitbook.io/homie-wars-whitepaper/the-homieverse/the-stages.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.
