# Vehicle Upgrades

You just learned about how to maintain your vehicles in the [consumables](/gameplay/consumables.md) page, but did you know you can upgrade them too?! If you are a gearhead like us, vehicle customizations really revs your engine. Whether it be performance, endurance, or cosmetic - you can make any vehicle in your collection your own, suited to your needs and identity.

## Vehicle Attributes

Refer to [vehicle attributes](/gameplay/vehicle-attributes.md) to learn about what they are and how they impact your racing experience.

## Vehicle Upgrades

<figure><img src="/files/zpqOvD8YSrTw8dIblQTj" alt=""><figcaption><p>Click the "Upgrade" button.</p></figcaption></figure>

You should be up-to-speed on the attributes of your vehicle now, and understand how they can play in to your favour or be a detriment to your success on the track. So let's dive into how you can enhance these attributes in a way that makes your experience a little more dynamic. After selecting your vehicle and choosing to upgrade, you will find yourself in the garage.

<figure><img src="/files/SbSvvwFzu02NJnlJf8bf" alt=""><figcaption><p>See descriptions of the garage below.</p></figcaption></figure>

{% tabs %}
{% tab title="1. Performance" %}

<figure><img src="/files/6RONy2TBqveswCRGA3Ys" alt=""><figcaption><p>See descriptions of the garage below.</p></figcaption></figure>

1. **Engine Upgrades**: upgrade your vehicle's engine block, gearbox, and ECU to improve acceleration and top speed.
2. **Maneuverability**: upgrade your vehicle's brakes, suspension, and traction to improve cornering.
3. **Fine Tuning**: fine tune your vehicle to improve all performance attributes.
   {% endtab %}

{% tab title="2. Visual" %}
Cosmetic upgrades are coming soon and will include, but are not limited to:

* Spoilers
* Hoods
* Bumpers
* Fenders
* Headlights
* Taillights
* Vinyls
* Decals
* Paint Jobs
  {% endtab %}

{% tab title="3. Endurance" %}

<figure><img src="/files/K8nepAYTS3xJQWGwO7jg" alt=""><figcaption><p>See descriptions of the garage below.</p></figcaption></figure>

1. **Chassis Bracing**: strengthen and stabilize your vehicle's chassis to increase mass and improve HP.
2. **Replace Lightweight Materials**: replace lightweight materials with heavier metals to increase mass and improve HP.
3. **Body Kit**: reinforce your vehicle's body to increase mass and improve HP.
   {% endtab %}
   {% endtabs %}


---

# 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://documentation.coinracer.io/gameplay/vehicle-upgrades.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.
