# Interactive Objects

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Approximate Time</strong></td><td>20 minutes</td><td></td></tr><tr><td><strong>Package Name</strong></td><td>Interactions Lesson Unity Package</td><td></td></tr></tbody></table>

By the end of this lesson, you will know:

* How a Zoe for Unity IO (Interactive Object) is structured;
* How to Transform any asset in an interactive object;
* How to set up an interaction.

### Your Tasks

1. Open Unity.
2. Make sure Zoe for Unity is installed properly.
3. Import the Interactions Lesson Unity Package.
4. Open the Interactions Lesson Scene.
5. Watch all videos of the following playlist. These will guide you through the basics of setting up this lesson's interactions.

{% embed url="<https://www.youtube.com/playlist?list=PLEQTZWgCVZdfpggaaj5lYEjw_1y5H8GOW>" %}
"Zoe for Unity: Topic 3 - Interactive Objects" playlist (click at the upper-right corner icon for the full list)
{% endembed %}

### Additional Resources

{% content-ref url="/pages/BWfzWX5dFpaq2tecl9a1" %}
[Translate](/adding-interactivity/interactions/actions/translate.md)
{% endcontent-ref %}

{% content-ref url="/pages/9qk0zIk6fLswsX0YYP2K" %}
[Rotate](/adding-interactivity/interactions/actions/rotate.md)
{% endcontent-ref %}

{% content-ref url="/pages/bmcPJNticQ6ZLZNdsW3w" %}
[Audio](/adding-interactivity/interactions/actions/audio.md)
{% endcontent-ref %}


---

# 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/lessons/getting-started/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.
