# MAXVERSE XR SDK

## MAXVERSE XR SDK

- [Requirements & Supports](https://docs.maxverse.io/introduction-v1.0.x/overview.md)
- [Setup Guide](https://docs.maxverse.io/unity/setup-guide.md): 유니티에서 MAXVERSE SDK 사용하기 위한 셋팅 방법을 설명합니다.
- [Unity Scene 구성](https://docs.maxverse.io/unity/unity-scene.md): MAXST MAXVERSE의 Unity Scene 구성에 대해서 설명합니다.
- [3D Object 배치](https://docs.maxverse.io/unity/3d-object.md): Unity Scene View 상에서 렌더링할 3D Object를 쉽게 배치하고 XRPov를 통해 정교하게 위치 조정하며 마지막으로 시뮬레이션하는 방법 대한 설명입니다.
- [Scene Manager 설명](https://docs.maxverse.io/unity/scene-manager.md): SceneManager에 대한 설명입니다.
- [POI 설명](https://docs.maxverse.io/unity/poi.md): Poi(point of interest)를 획득 하는 방법을 설명 합니다.
- [Navigation 설명](https://docs.maxverse.io/unity/navigation.md): 네비게이션을 사용하는 방법을 설명 합니다.
- [인증 정보 발급](https://docs.maxverse.io/license/license-key.md): 인증 정보를 발급 받는 방법에 대한 설명 입니다.
- [인증 정보 적용](https://docs.maxverse.io/license/license-manager.md): 라이센스 사용 방법을 설명 합니다.
- [Release Note](https://docs.maxverse.io/release-note.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.maxverse.io/introduction-v1.0.x/overview.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.
