# Collision

**Collision** is when at least 2 objects collide.

* **Collision Mode:** if you select `ENTER`, it means objects have to be **in collision** with each other to validate the condition. If you select `EXIT`, it means objects need to **stop colliding** for the condition to be valid.
* **Target Object(s):** select at least 2 objects that need to be colliding (or not). If several objects are set it means whenever two of them collide (or stop colliding) the condition will validate.
* **Minimum duration required:** check details [here](/adding-interactivity/interactions/conditions/duration-parameter.md).

{% hint style="info" %}
*Note that the condition uses the **Proximity colliders** of the given IOs.*
{% endhint %}


---

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