# Upload Icons

As you probably noticed in the [Publish the Configurator](/configurator/create-your-first-configurator/publish-the-configurator.md) page the configurator by default doesn't include any icons and this would be something that you would need to upload for your own product. To do this you would first need to locate the product whose icon you would like to change.

If you only know the scene of your configurator, you can also find the product by finding your product inside the tree and clicking on its link:

<figure><img src="/files/jRiZomDUp5ckzHRTTYtV" alt="" width="383"><figcaption><p>Link to the template</p></figcaption></figure>

Once you are in the product that you would like to change, simply click on a config variant like so:

<figure><img src="/files/41nfl5svEu0SrZLJogQL" alt="" width="563"><figcaption><p>Config variant</p></figcaption></figure>

and click on the blue Icon field. This will open up a window where you can select a new icon.


---

# 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://docs.colormass.com/configurator/upload-icons.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.
