# Visibility

The **Visibility** action allows controlling the visibility of any object in the scene, including **Floating UI** elements.

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

**Settings**<br>

* **Control:**
  * **Toggle** — Switches visibility on or off.
  * **Show** — Makes the object visible.
  * **Hide** — Hides the object.

{% tabs %}
{% tab title="Object" %}
Choose object.
{% endtab %}

{% tab title="Selection" %}
Choose [selection](/documentation/other/selections.md).
{% endtab %}

{% tab title="Floating UI" %}

* **Parent** — Select the [Floating UI](/documentation/3d-configurator/floating-ui.md)
* **Target** — Choose the specific **Floating UI** element to be controlled (*image*, *button*, etc.)
* **Relative to** — Defines the reference point for the element’s position:
  * **Self** — Appears relative to the object defined in the trigger.
  * **Canvas** — Appears relative to the canvas.
  * **Pointer** — Appears relative to the cursor.

> **Note:** To adjust the angle and offset of the element, configure the **Position and Offset** parameters in the **Floating UI** settings within Design mode.

* **Auto-hide** — Automatically hides the element when clicking anywhere outside of it.
  {% endtab %}
  {% endtabs %}


---

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