# Hotspots

**Hotspots** are 2D interface elements that can be anchored to any point on a 3D object or within the scene. They serve as visual triggers for executing actions, such as toggling UI elements, starting animations, or launching interactions. Behavior is defined through [**Interact mode**](/documentation/3d-configurator/interactions.md).

Hotspots are always camera-facing, maintaining clear visibility from any viewing angle.

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

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

Supported content types:<br>

* Static images - `JPG`, `PNG`, `SVG`, `WebP`
* Animated assets - `GIF`, `MP4`, `Lottie`
* [Figma frames import](/documentation/importing/figma-frames-import.md)

To anchor a Hotspot to a specific surface of a 3D object, enable the **Snap to Face** option.

{% embed url="<https://screen.studio/share/IJ1yePoV>" %}

#### Settings

* **Size** — sets the default display size of the Hotspot
* **Hover Size** — sets the size of the Hotspot on hover
* **Fade** — adjusts the transparency of the Hotspot when obstructed by geometry:
  * **100%** — always fully visible, even behind geometry
  * **0%** — fully hidden when occluded by geometry


---

# 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/hotspots.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.
