> 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/brakes.md).

# Brakes

## Getting Super Powers

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

A set of front and rear brakes tuned for a slight front bias. If no car you own seems to fit the Ventura brakes, you can go for these.

|       Amerikon SpeedSystems      |              Gromlen             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_7__9ke1kegU5D) | ![](/files/-MEteT_8oiTQ8XxxTmeL) |

|              Medion              |             Transtek             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_9Vlte6xZ6oGM3) | ![](/files/-MEteT_AGMCFZnf635nh) |

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

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

A set of unbiased front and rear brakes with the purpose of quicker deceleration. These brakes do increase the risk of understeer due to the fact that they are very powerful and will lock your tires up, requiring earlier braking.

|             Dawndraft            |              Kestrel             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_CiLZXNiLNrSMF) | ![](/files/-MEteT_DnWHWTmg1K-8Y) |

|             Velocicom            |         Zero Tuning Mods         |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_E_vRit1Q7lR4R) | ![](/files/-MEteT_FT8KNt5jm9tTm) |

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

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

A set of front and rear brakes tuned to have the rear lock up slightly before the front. Causes braking oversteer and makes the car's rear more likely to slide. Best used on rear-wheel-drive cars with drift tunings as well as known track cars like the Elise.

|              Nova-T              |              Richter             |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_HvsdSouUX1PJk) | ![](/files/-MEteT_ITjz2eEJunJ4j) |

|              Ventura             |         Attack Motorsport        |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_JHaW7sH43tb4D) | ![](/files/-MEteT_Kz1eGtNxnJ3AO) |

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

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

A set of unbiased front and rear brakes tuned kinda loosely. This was done to provide stable braking at high speeds(avoid locking up). The downfall is that the brakes have to be applied a bit earlier coming into a turn. These brakes should be paired up with Medion tires as the grip should slow you down.

|         Omnia Racegruppe         |              Norset              |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_MhnL0CiB9Da8_) | ![](/files/-MEteT_NMyJb4cMrHom5) |

|          URSA Motorsport         |            SpeedSciens           |
| :------------------------------: | :------------------------------: |
| ![](/files/-MEteT_OCYFli6wZuVt9) | ![](/files/-MEteT_PTvxpsUDDxJMI) |

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


---

# 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/brakes.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.
