# Creating IOs

To convert an object into an [IO](/adding-interactivity/interactive-objects.md), there are two options:

* **Right click** on your object in the Hierarchy view and chose: **Zoe > Convert Into Interactive Object.**

<figure><img src="/files/impNBu7OfgLG6duZGR1i" alt="" width="375"><figcaption><p>Convert with contextual menu.</p></figcaption></figure>

* **Select** your object in the hierarchy or in the scene view and in the menu bar select **Zoe > Convert > Into Interactive Object**.

<figure><img src="/files/y9Jij2oJyje7q9RNKr9i" alt="" width="289"><figcaption><p>Convert with top bar menu.</p></figcaption></figure>

A new object is created with an (IO) extension at the end and a specific structure inside.


---

# 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/creating-ios.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.
