> For the complete documentation index, see [llms.txt](https://manual.rush.sr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.rush.sr/tunables/diff-plate-stacks.md).

# Diff Plate Stacks

From the factory, we set the differential to the medium friction / medium lock-up configuration in the factory. Most owners leave it there and never touch it.

If you find that you are spinning the inside wheel coming off a corner, you can increase the differential lock up by adjusting the clutch plates to the high friction/ high lock-up configuration. Similarly if you find that power on exit is causing an exit understeer you can reduce the lock-up by going to the low friction configuration.

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

The picture above shows the clutch plate configuration for the 3 options. Please also note it takes a long time for the diff plates to seat in as there is really not a lot of movement during use.

Don't confuse a broken in diff with a worn out diff if you are able to spin a wheel by hand easily when you have the wheels off the ground. The diff is doing nothing unless being loaded through the drive gears.

Please note this is mainly driver preference and is NOT a typical tuning technique. The diff is adjustable by virtue of its design. Most will find the factory setting most preferential and will never adjust it!


---

# 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://manual.rush.sr/tunables/diff-plate-stacks.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.
