> For the complete documentation index, see [llms.txt](https://unity.zoeimmersive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unity.zoeimmersive.com/adding-interactivity/interactions/conditions/manipulate.md).

# Manipulate

The **Manipulate** condition checks if the user manipulates (grabs or levitates) an [IO](/adding-interactivity/interactive-objects.md).

{% embed url="<https://youtu.be/SHuEEymNJdg?si=2t5jXP9q9zGZPgd0>" %}

The condition includes the following parameters:

* **Hand:** choose which hand must manipulate (or not) the specified object. It can be one of the three options: `Either`, `Left` or `Right`. “Both” is not an option as you can not manipulate an object with both controllers at the same time.
* **Mode**: If you select `Manipulate`, then the specified hand(s)/controller(s) need to manipulate (grab or levitate) the specified object to fulfil this condition. If you select `Manipulate+Hold,`the condition will validate **if the object is already being manipulated.** If you select `Release` then the specified hand(s) should release the object to fulfil this condition. \
  \*Note that `Release` requires the user to previously manipulate the object.

{% hint style="info" %}
`Manipulate + Hold` is useful when you have another condition paired (for example a collision or a button to be pressed) so the user can hold the object and the action only triggers when the second condition is valid. Example: a flashlight that turns on when the user presses a button (while holding it).
{% endhint %}

* **Target Objects:** IOs from the scene that the user needs to manipulate (or release) for this condition to be met. You can have more than one object meaning that whenever one of the objects is manipulated, the condition is valid.
* **Minimum duration required:** check details [here](/adding-interactivity/interactions/conditions/duration-parameter.md).
