> For the complete documentation index, see [llms.txt](https://nfsworld.davidcarbon.download/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfsworld.davidcarbon.download/performance-parts/list/tires.md).

# Tires

## Getting Super Powers

{% hint style="warning" %}
**Yellow Performance Parts**
{% endhint %}

These tires improve the handling of a car all across the board by boosting grip by a considerable margin. By doing this, your car gets improved traction and improved stability and is recommended for any car that lacks in both fields. You do get some mild understeer, but it doesn't make much of a difference to be considered car-breaking.

|       Amerikon SpeedSystems      |              Gromlen             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZhsXHH_lgUsnUM) | ![](/files/-MEtbdZi2_5nwq-1YKB0) |

|              Medion              |             Transtek             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZjLSiacX9ScIan) | ![](/files/-MEtbdZk1zhpmRuRN9RI) |

|       Quartz Speed Packages      |
| :------------------------------: |
| ![](/files/-MEtbdZlHBmb9A0sFKRN) |

{% hint style="info" %}
**Blue Performance Parts**
{% endhint %}

These are a set of tires that boost acceleration considerably by increasing traction. Their tendency to cause moderate oversteer, however, should be noted (although at times, if you know how, you can force power oversteer). \~ Credit to legor17 for the insight on power oversteer. Anecdotal information.

|             Dawndraft            |              Kestrel             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZmGDoi9bNt1-Pw) | ![](/files/-MEtbdZnT2UeKzLxGIRZ) |

|             Velocicom            |         Zero Tuning Mods         |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZodXH2nlgPuowt) | ![](/files/-MEtbdZpUKtB9xuEvjkF) |

|         Stick Motorsport         |
| :------------------------------: |
| ![](/files/-MEtbdZqkX_sET2qw1KK) |

{% hint style="danger" %}
**Red Performance Parts**
{% endhint %}

Designed for drifting, Nova-T/Richter/Ventura tires are perfect for known driftable cars (i.e. RX-7, 240SX, 350Z, 370Z, Silvia S15, AE116, etc.) as they help the car slide out in turns, basically the same function brakes with a rear bias have. These are also useful for track cars; however, as with the suspension of the same brand, this should be left to rear-wheel-drive vehicles.

|              Nova-T              |              Richter             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZrgZmfUjqHjd9V) | ![](/files/-MEtbdZsstNo8x_BMa8a) |

|              Ventura             |         Attack Motorsport        |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZtCG9cvW13XjS9) | ![](/files/-MEtbdZuBkZwu4BHPhnx) |

|               Tear               |
| :------------------------------: |
| ![](/files/-MEtbdZvq1Khr5bmAvcn) |

{% hint style="success" %}
**Green Performance Parts**
{% endhint %}

These are a set of tires that benefit cars that rule on the highways. While the stat increases don't tell you, they increase stability at high speeds, so in a way, these tires improve top speed. As with the blue tires, however, this causes turning understeer and, as a result, require precision turning from the driver.

|         Omnia Racegruppe         |              Norset              |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZw_VOiln7fjg3f) | ![](/files/-MEtbdZxv7ouqeuaX8WB) |

|          URSA Motorsport         |            SpeedSciens           |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEtbdZyAr2Ysm7vCh6z) | ![](/files/-MEtbdZz_xTXQrURiOCp) |

|      Dynamo Aftermarket Kits     |
| :------------------------------: |
| ![](/files/-MEtbd_-Bugxa7jH3sl2) |


---

# 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://nfsworld.davidcarbon.download/performance-parts/list/tires.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.
