# Prefabs

A Unity prefab is a modular game object that can accelerate application development. If you’re unfamiliar with this pattern, you can learn more in the [Unity documentation on prefabs](https://docs.unity3d.com/Manual/Prefabs.html).

The Looking Glass Unity Plugin provides three prefabs for assist with your hologram creations.

* [Hologram Camera](/software/index/prefabs/hologram-camera.md) acts as a replacement for Unity’s default camera, creating holograms from the capture volume.
* [3D Cursor](/software/index/prefabs/3d-cursor.md) lets user navigate and explore 3D objects with the mouse.
* [Dual Monitor Application](/software/index/prefabs/dual-monitor-application.md) provides support for applications that simultaneously use a Looking Glass device and a 2D screen.


---

# 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://lfdocs.lookingglassfactory.com/software/index/prefabs.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.
