> For the complete documentation index, see [llms.txt](https://unity.zoeimmersive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unity.zoeimmersive.com/getting-started/testing-without-a-headset.md).

# Testing without a headset

{% embed url="<https://youtu.be/-LQNgk22jrc>" %}

To test your experience without a headset, you can use **Desktop Camera Control** which can be found at the root of your Interaction Rig. Once the script is added, you will be able to look around you with your mouse, move around using your keyboard's `W`, `A`, `S`, and `D` keys and pick up objects with the `E` key.&#x20;

<figure><img src="/files/svJgiUYTQhOEVwEg0JcU" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Since your movements are more restricted than in VR, you can use the **Levitate** method to pick up your objects easily in this mode.&#x20;
{% endhint %}

{% hint style="info" %}
If using the **Grab** method, make sure the grab distance of your objects is long enough so that you can grab them from far away.
{% endhint %}

{% hint style="info" %}
In prior versions of Zoe for Unity, the 'Desktop Camera Control' component was named 'Desktop Controller' and needed to be added manually. This process is not needed anymore.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/getting-started/testing-without-a-headset.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.
