# Introduction: Creator Guidelines

Not every learning experience needs to be built in 3D. When you begin exploring Unity and Zoe for Unity to create your first piece of content, it’s important to choose the right content type for your goals.

These guidelines will help you determine whether your idea is a good fit for 3D, Immersive learning or VR, and how to shape it effectively.

### Spatial Interactivity

Zoe for Unity is fundamentally 3D based and interaction-driven. This means it works best for experiences where learners:

* Explore a space, a story at the first person
* Move around inside an environment
* Pick up, manipulate, or inspect 3D objects
* Investigate systems through hands-on interaction

If these actions are central to your idea, then 3D content built with Unity and Zoe will be a strong choice.

&#x20;

<figure><img src="/files/ltqFHOu0gBDvaXEG1Pbh" alt=""><figcaption><p>Example of a point and click interaction on web</p></figcaption></figure>

Interactive Content Types

{% content-ref url="/pages/F5nT2wJq5nGI7fuPISjC" %}
[Process & Procedure Walkthroughs](/content-guidelines/introduction-creator-guidelines/process-and-procedure-walkthroughs.md)
{% endcontent-ref %}

{% content-ref url="/pages/ST9hRHqWKy7SAMclHhwU" %}
[Narrative Experiences & Stories](/content-guidelines/introduction-creator-guidelines/narrative-experiences-and-stories.md)
{% endcontent-ref %}

{% content-ref url="/pages/HMGhoKqDQqOuZ4OrDXzu" %}
[Investigation / Inspection Scenarios](/content-guidelines/introduction-creator-guidelines/investigation-inspection-scenarios.md)
{% endcontent-ref %}

{% content-ref url="/pages/IfMuwe17eRrkVvlDN6WK" %}
[Puzzles, Challenges & Escape Rooms](/content-guidelines/introduction-creator-guidelines/puzzles-challenges-and-escape-rooms.md)
{% endcontent-ref %}

{% content-ref url="/pages/DiMtMZ95UwNzDHj1WbIb" %}
[Environmental Simulations](/content-guidelines/introduction-creator-guidelines/environmental-simulations.md)
{% endcontent-ref %}

{% content-ref url="/pages/pE1VoWtYsaCyXYNTlBcV" %}
[Collaborative / Multi-User Activities](/content-guidelines/introduction-creator-guidelines/collaborative-multi-user-activities.md)
{% endcontent-ref %}

{% content-ref url="/pages/QroNiqCmFRP0qW4zeeKU" %}
[Mini-Games & Interactive Exercises](/content-guidelines/introduction-creator-guidelines/mini-games-and-interactive-exercises.md)
{% endcontent-ref %}

{% content-ref url="/pages/22qzGmLP2c6TveH3aFvP" %}
[Full Custom Simulations](/content-guidelines/introduction-creator-guidelines/full-custom-simulations.md)
{% endcontent-ref %}

***

{% content-ref url="/pages/QgxDyNZ2vDZVqFLYdg8t" %}
[Summary](/content-guidelines/introduction-creator-guidelines/summary.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/content-guidelines/introduction-creator-guidelines.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.
