> For the complete documentation index, see [llms.txt](https://help.vectary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vectary.com/documentation/3d-configurator/interactions/actions.md).

# Actions

Actions are a core component of interactions, defining what happens when a trigger activates and any specified conditions are met.

Each interaction can contain multiple actions, meaning a single trigger can initiate several actions simultaneously or sequentially.

<table><thead><tr><th width="218.125"></th><th></th></tr></thead><tbody><tr><td><a data-mention href="/pages/vlYz636DMV6bI9W3j8Vk">/pages/vlYz636DMV6bI9W3j8Vk</a></td><td>Activate entry into a WebAR experience.</td></tr><tr><td><a data-mention href="/pages/ZRaxMkWxcgsMYhvVhRgk">/pages/ZRaxMkWxcgsMYhvVhRgk</a></td><td>Manage the playback of animated files (GIFs, Lotties, MP4).</td></tr><tr><td><a data-mention href="/pages/T1jlP3NcQCuq9YapMUtR">/pages/T1jlP3NcQCuq9YapMUtR</a></td><td>Manage the playback and control of a chosen animation created in Animate mode.</td></tr><tr><td><a data-mention href="/pages/g0pBShN8RjRZ1ncwy72G">/pages/g0pBShN8RjRZ1ncwy72G</a></td><td>Enable the creation and configuration of camera switching within a project</td></tr><tr><td><a data-mention href="/pages/RhLXivPJ2olAFNvooQMy">/pages/RhLXivPJ2olAFNvooQMy</a></td><td>Capture and save a snapshot of either the current view or a specified camera view from the selected camera within the project</td></tr><tr><td><a data-mention href="/pages/QgA06aM9gkV8otxoOTlE">/pages/QgA06aM9gkV8otxoOTlE</a></td><td>Allow objects to be visually emphasized using an outline (stroke) or color fill. </td></tr><tr><td><a data-mention href="/pages/yGIeMaAdyKmJ8qgps0vK">/pages/yGIeMaAdyKmJ8qgps0vK</a></td><td>Allow for managing other interactions within a project, enabling dynamic control over their execution.</td></tr><tr><td><a data-mention href="/pages/9oi81Jbr9Jcn5pkbdjl1">/pages/9oi81Jbr9Jcn5pkbdjl1</a></td><td>Allow switching between existing materials assigned to objects.</td></tr><tr><td><a data-mention href="/pages/fLN1Vs8eVXIVHkLYdeb8">/pages/fLN1Vs8eVXIVHkLYdeb8</a></td><td>Allow opening external links or generating a unique link to the project's current state</td></tr><tr><td><a data-mention href="/pages/2qlICvivdL20zoI5BeK6">/pages/2qlICvivdL20zoI5BeK6</a></td><td>Allow an object to automatically rotate toward a defined target</td></tr><tr><td><a data-mention href="/pages/dWuADYTVXaN9cqHgpuGw">/pages/dWuADYTVXaN9cqHgpuGw</a></td><td>Allow controlling the playback of audio files within a project.</td></tr><tr><td><a data-mention href="/pages/qiliZfdHOqidGhV5Mg2X">/pages/qiliZfdHOqidGhV5Mg2X</a></td><td>Allow defining object states and configuring transitions between them</td></tr><tr><td><a data-mention href="/pages/cvh02H4Al1xrjUJvLuiV">/pages/cvh02H4Al1xrjUJvLuiV</a></td><td>Allow end users to upload an image into the 3D configurator.</td></tr><tr><td><a data-mention href="/pages/xf4IeA8sH6W9usGFGNmD">/pages/xf4IeA8sH6W9usGFGNmD</a></td><td>Control the switching of variations within the Variants tool.</td></tr><tr><td><a data-mention href="/pages/3GQzPSsVqBkNrk0qSUpw">/pages/3GQzPSsVqBkNrk0qSUpw</a></td><td>Allow controlling the visibility of any object in the scene, including Floating UI elements.</td></tr><tr><td><a data-mention href="/pages/WiqRm5jINt2eQMmKiRHz">/pages/WiqRm5jINt2eQMmKiRHz</a></td><td>Activate entry into or exit from a WebXR experience.</td></tr><tr><td><a data-mention href="/pages/rboRjy33us6gydHyO0jd">/pages/rboRjy33us6gydHyO0jd</a></td><td>Enable event dispatching and data transmission.</td></tr><tr><td><a data-mention href="/pages/5wEwHXCEOu4OHastoppe">/pages/5wEwHXCEOu4OHastoppe</a></td><td>Allow assigning values to variables, enabling dynamic behavior and logic control within the project.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.vectary.com/documentation/3d-configurator/interactions/actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
