# Color

{% code fullWidth="false" %}

```markup
{
      "Wall": ["#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF"],
      "Roof": ["#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF"],
      "Detail": ["#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#FFFFFF"]
}

```

{% endcode %}

The colors for the structures should come in a hexadecimal value in a txt file format. The Wall tag corresponds to the primary mesh, the Roof to the secondary mesh, and the Detail to the detail mesh. You will have the chance to include 15 different colors.&#x20;

To get the color value you want you can use any online [**HEX color picker**](https://g.co/kgs/irwLw6L)

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

Once you have your color picked you just need to replace the 6 alphanumeric digits&#x20;

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


---

# 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://upland-3d.gitbook.io/upland-3d/structures/color.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.
