# List of inputs

A list of fields where variables and expressions can be used. This list will continuously expand, with the ultimate goal of enabling support across all fields.

## Design mode

<table data-header-hidden><thead><tr><th width="262.83984375"></th><th width="331.98828125"></th></tr></thead><tbody><tr><td>Variables</td><td></td></tr><tr><td>Transformations (Design mode)</td><td>Position, Rotation, Scale</td></tr><tr><td>Color</td><td>HEX (Solid), RGB (Solid), Tiling, Offset, Rotation, HEX (Overlay), RGB (Overlay)</td></tr><tr><td>Roughness</td><td>Intensity, Tiling, Offset, Rotation</td></tr><tr><td>Metalness</td><td>Intensity, Tiling, Offset, Rotation</td></tr><tr><td>Opacity</td><td>Intensity, Tiling, Offset, Rotation</td></tr><tr><td>Emission</td><td>Intensity, Tiling, Offset, Rotation</td></tr><tr><td>Normal map</td><td>Intensity, Tiling, Offset, Rotation</td></tr><tr><td>Texture Transformations</td><td>Tiling, Offset, Rotation</td></tr><tr><td>Environment</td><td>Intensity, Rotation</td></tr><tr><td>Camera</td><td>Field of view</td></tr><tr><td>Background color (solid)</td><td>Hue, Saturation, Brightness, HEX, RGB</td></tr><tr><td>Lights</td><td>Intensity</td></tr><tr><td>3D text</td><td>Text</td></tr><tr><td>Floating UI - Text</td><td>Text</td></tr><tr><td>Floating UI - Button</td><td>Text</td></tr><tr><td>Floating UI - Input</td><td>Variable</td></tr><tr><td>Floating UI - Slider</td><td>Variable</td></tr></tbody></table>

## Interact mode

<table data-header-hidden><thead><tr><th width="222.75"></th><th width="235.33203125"></th></tr></thead><tbody><tr><td>Action - <strong>Set variable</strong></td><td></td></tr><tr><td>Condition - <strong>Expression</strong></td><td></td></tr><tr><td>Action - <strong>Transformation</strong></td><td>all 9 transformation inputs, Duration, Delay</td></tr><tr><td>Actions: <br><br>- <strong>Cameras</strong></td><td>Duration, Delay</td></tr><tr><td>Actions: <br><br>- <strong>Animated texture</strong><br><strong>- Animation</strong><br><strong>- Download image</strong><br><strong>- Interactions</strong><br><strong>- Materials</strong><br><strong>- Open link</strong><br><strong>- Sounds</strong><br><strong>- Upload image</strong><br><strong>- Variants</strong><br><strong>- Visibility</strong></td><td>Delay</td></tr></tbody></table>


---

# 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/variables-and-expressions/list-of-inputs.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.
