# Upload image

The **Upload Image** action allows end users to upload an image into the 3D configurator.

<figure><img src="/files/7orrEmXRu6YfWSMUrLDj" alt="" width="563"><figcaption></figcaption></figure>

**Settings**

* **Material** — Choose the material to which the uploaded image will be applied. **Note:** The image is assigned to a material, not to an object.
* **Property Selection** — Specify which material properties the uploaded image will affect. Available options include:

  * [Color](/documentation/design-process/materials-and-textures/basic-materials/color.md)
  * [Opacity](/documentation/design-process/materials-and-textures/basic-materials/opacity.md)
  * [Emission](/documentation/design-process/materials-and-textures/basic-materials/emission.md)

  All other material properties remain unchanged, meaning the uploaded image will only be applied to the selected properties.

{% hint style="info" %}
The uploaded image is applied only within the browser session, and refreshing the browser tab will reset it
{% endhint %}


---

# 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://help.vectary.com/documentation/3d-configurator/interactions/actions/upload-image.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.
