# Interactive Objects

Zoe programming system uses what we call ‘Interactive Objects’ shortened hereafter **IOs**.

IOs are any object you want to add **life** to. Only an IO can use the **interaction system** of Zoe. IOs can be 3D objects, 2D objects, or any other object within your Unity scene. For instance, you can create a simple cube in Unity and convert it to an IO or you can import a model in Unity from your favorite 3D modeling software and convert it to an IO. As soon as an object has been converted into an IO, you will be able to add interactions and interact with it in VR.<br>

<figure><img src="/files/psibqtVGVyoaTpLOAXSe" alt=""><figcaption><p>An 'interactive apple'.</p></figcaption></figure>


---

# 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/interactive-objects.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.
