# Drop

The **Drop** condition is available for [IO](/adding-interactivity/interactive-objects.md)s with the Drag & Drop system enabled.

This condition checks in which phase of the Drag & Drop a given IO is at.

* **Object:** IO that is being manipulated to be dropped.
* **Mode**
  * `Drop` = object has been dropped on the target
  * `Ready to drop`= object is close enough from target to be dropped
  * `Cancel drop`= object is taken away out of the minimum distance from target
  * `Remove` = object has been removed from target
* **Target(s):** drop targets that need to be checked.


---

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