# Touch

Touching an object in VR means placing your controller(s) on or into it. The **Touch** condition checks if the controllers are in collision with specific [IO](/adding-interactivity/interactive-objects.md)s.

{% embed url="<https://youtu.be/h6-UWfbeA5o?si=quGuEznvXHQV6WX5>" %}

The Touch condition includes the following parameters:

* **Hand:** choose which hand(s) must touch (or not) the specified object. It can be one of the four options: `Either`, `Left`, `Right` or `Both`.
* **Mode**: If you select `Touch`, then the specified hand(s)/controller(s) needs to be touching the specified object to fulfil this condition.\
  If you select `Untouch` then the specified hand(s) should not be touching the specified object anymore to fulfil this condition.\
  \*Note that `Untouch` requires the specified object and hand(s) to be previously in collision.
* **Target Objects:** target object(s) from the scene that the user needs to touch (or stop touching) for this condition to be met. You can have more than one object meaning that whenever one of the objects is in collision with the specified hand(s) the condition is valid.
* **Minimum duration required:** check details [here](/adding-interactivity/interactions/conditions/duration-parameter.md).

<br>


---

# 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://unity.zoeimmersive.com/adding-interactivity/interactions/conditions/touch.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.
