# Basic Scene

Head to `Zoe > SDK > _BasicScene` and open the **BasicScene** scene. Here you can see the basic setup you need in a scene for Zoe to work:

<figure><img src="/files/amlIl209pmK36Zwdw3Wj" alt=""><figcaption><p>Basic Scene Setup</p></figcaption></figure>

After following the previous steps simply press 'Play' in the top center of the Unity Editor and test the scene.

If everything is working correctly you should see your two controllers and a green apple that you are able to grab (using the triggers of your controllers).

You are now ready to start working with Zoe!

*If the camera does not move, or the controllers don’t work, check again all of the previous steps. In particular, make sure the XR Plugin is properly set (‘Initialize on Startup’ should 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/installation/basic-scene.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.
