# Unity SDK

- [Overview](https://docs.holokit.io/creators/unity-sdk/overview.md)
- [Prerequisite](https://docs.holokit.io/creators/unity-sdk/prerequisite.md)
- [How to Get HoloKit Unity SDK](https://docs.holokit.io/creators/unity-sdk/how-to-get-holokit-unity-sdk.md)
- [Stereoscopic Rendering](https://docs.holokit.io/creators/unity-sdk/stereoscopic-rendering.md)
- [Hand Tracking](https://docs.holokit.io/creators/unity-sdk/hand-tracking.md): The basic input of HoloKit Unity SDK
- [Advanced Use of Hand Tracking](https://docs.holokit.io/creators/unity-sdk/advanced-use-of-hand-tracking.md): Some common use cases
- [Other Useful Tips](https://docs.holokit.io/creators/unity-sdk/other-useful-tips.md)


---

# 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://docs.holokit.io/creators/unity-sdk.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.
