# Materials

Each vehicle is made up of multiple parts. Each body part uses more than one material, allowing you to have different colours around the body.

Here's an example from the front of Car\_01.

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

You could select the 'Car\_01\_Dark' material and edit the colour on that, however, do be aware that this material is used on more than one GameObject so will change the colour everywhere this is used.

I suggest creating a new material and assigning that into any material slots you want to use that colour.


---

# Agent Instructions: 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:

```
GET https://avpdocs.enigma23.co.uk/how-to/build-your-rotorcraft-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
