> 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/readme/break-in-and-initial-setup/seat-mounting.md).

# Seat Mounting

We prefer that customers visit our factory at time of completion of their car. This allows us to ensure that the seat is mounted where the driver is comfortable and that the seat and pedals are positioned where they will best suit the owner.

Where a customer cannot visit our factory for seat fitment, we do not mount the seat. Our reason for this is we simply cannot guess where you will want it and will end up drilling holes where you didn’t want them.

The car is shipped with the pedals mounted full forward. Don’t worry about them until you have the seat mounted. It’s important to get your seat placed where you are in a comfortable driving position first, and then adjust the pedals where you want them.

Click for a video on mounting the seat:

{% file src="/files/gO9djGzIbow8Uck72bNE" %}

Please ensure that once you have the lower mounts in place, that you install the seat back mounts to support the seat back. A subsequent video shows this process:

{% file src="/files/jzgAqXNjyvjIPOFUGwZd" %}


---

# 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/readme/break-in-and-initial-setup/seat-mounting.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.
