# Package Integrations

[Post-Processing Fork](/software/index/package-integrations/post-processing.md) - Unfortunately, Unity’s default Post Processing is incompatible with the Hologram Camera in the Built-in Render Pipeline. Learn more about how our fork of the package works and how it can greatly improve hologram visual quality.

Leap Motion - Integrate hand tracking technology to show a user’s hands in the display, in 3D. More information can be found at [Ultraleap’s developer portal](https://developer.leapmotion.com/). We also have [a quickstart guide](/software/index/leap.md) on setting up Leap Motion in Unity, but be aware that it may be out of date. For most up to date tutorials, use Ultraleaps' documentation.


---

# 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/package-integrations.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.
