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

# Mirrors

As per 4.8.5 of the [Technical Regulations](/at-the-track/competing-in-events.md), alternative mirrors may be used.

Details of the existing mirrors are below. There are many mirrors [available on Amazon](https://www.amazon.com/gp/product/B0DRNTM3V3) and similar sites that are universal and will fit the car well, and can be mounted in the original mounting location or to the roll bars.

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

## Recommended replacements

* [Ball mounts](https://www.amazon.com/dp/B09TKNVPST)
* [Motorcycle mirrors](https://www.amazon.com/dp/B0CNSZ3CBD)

Some people prefer mounting these to the roll bar for a more secure, vibration-free fit. They may also stick on small [convex mirrors](https://www.amazon.com/LivTee-Mirror-Frameless-Convex-Adjustable/dp/B07ZFHF14Q) for a wider field of view, which helps cover the blind spots created by the car's wide rear bodywork.


---

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