> 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/owner-resources/media-and-logos.md).

# Media and Logos

#### Brand Colors

| Dark Blue 282 C                                              | Blue 2995C                                              | Orange 1665C                                              | White                                              |
| ------------------------------------------------------------ | ------------------------------------------------------- | --------------------------------------------------------- | -------------------------------------------------- |
| ![Dark Blue 282 C color swatch](/files/UylV8cL5zLUltRtF9aUR) | ![Blue 2995C color swatch](/files/U5KqgQbnjtI52Pkg5Lzn) | ![Orange 1665C color swatch](/files/d2LrMLon5zASTvu5uZ1a) | ![White color swatch](/files/hKPi8EaQ7ScxcP9Ehqax) |
| #041E42                                                      | #00A9DF                                                 | #FC4C01                                                   | #FFFFFF                                            |

#### Brand Logos

| RAW Master Logo                                 | Rush Logo                                 | Series Logo                                 | GridLife Rush Logo                                 |
| ----------------------------------------------- | ----------------------------------------- | ------------------------------------------- | -------------------------------------------------- |
| ![RAW Master Logo](/files/59NtTfvDl6O0Kd6Ya3ZE) | ![Rush Logo](/files/eXpUSxVkOkhDkVsstkkO) | ![Series Logo](/files/U3dZUM0tfdiRbbrf6oha) | ![GridLife Rush Logo](/files/4DnBYXdGruoFt7jBaG5k) |

| Illustrator Logo                                                                                        | Black PNG                                      | White PNG                                      |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
| [RAW LOGO.ai](https://github.com/Rush-Auto-Works/RushSR-Manual/blob/main/.gitbook/assets/RAW%20LOGO.ai) | ![RAW Logo Black](/files/tDrGtkb8NF9kWwePIGMC) | ![RAW Logo White](/files/AWlVZimbZTcYOcF1rgWd) |

#### Spec Series Decals

The [RUSH Spec Series](/at-the-track/competing-in-events.md) requires specific decals on the car. You can contact RAW directly for the decals, which will be available at all events. See the [GridLife Decal Guide](https://grid.life/decal-guide) for placement details.

| Profile                                              | 3/4 View                                         |
| ---------------------------------------------------- | ------------------------------------------------ |
| ![Rush SR profile view](/files/Teotxth4uNO9aujBMKP0) | ![Rush SR 3/4 view](/files/BxnTFxhKvhBKjj6WTw6f) |

| Front                                              | Rear                                              |
| -------------------------------------------------- | ------------------------------------------------- |
| ![Rush SR front view](/files/ogBqY2LJpjpR5W86Gvku) | ![Rush SR rear view](/files/GaHkxof7iacHdVOSpItu) |

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


---

# 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/owner-resources/media-and-logos.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.
