> For the complete documentation index, see [llms.txt](https://docs.perplay.io/perplay-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perplay.io/perplay-whitepaper/game-fi/users/setting-the-main-vehicle.md).

# Setting the Main Vehicle

You need to choose one of the Vehicles you own as the Main Vehicle. The Main Vehicle is your primary vessel, to which the following rules are applied:

<table><thead><tr><th width="213">Feature</th><th>Description</th></tr></thead><tbody><tr><td>Stat applied fully</td><td>Your Main Vehicle’s Stats are fully applied to the final numbers when calculating Stat effects. Thus, it is important to grow your Main Vehicle first.</td></tr><tr><td>Ownership Bonus cap</td><td>The higher your Main Vehicle’s Grade, the limit of the Ownership Bonuses from your other Vehicles increases.</td></tr><tr><td>Condition decrease</td><td>Each time you play a game and spend Power, the Condition of your Main Vehicle decreases.</td></tr><tr><td>Mileage increase</td><td>Each time you play a game and spend Power, the Mileage of your Main Vehicle increases.</td></tr></tbody></table>

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


---

# 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://docs.perplay.io/perplay-whitepaper/game-fi/users/setting-the-main-vehicle.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.
