# 인증 정보 적용

Unity Scene의 XRStudio GameObject를 선택합니다. 아래 그림과 같이 Inspector에 XRAPI를 찾습니다.

XRAPI에는 4가지 입력이 필요로 합니다.\
\- Client Id, Client SecretKey, Authorization URL, ApplicationKey

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

* 앱 등록 사이트에서 발급 받은 Client Id와 Client secretKey, Authorization URL,Application Key를 위와 같이 입력합니다.
* 입력된 키로 token이 발급 되고 AR의 인식 및, POI, Navigation에서 사용됩니다.


---

# 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.maxverse.io/license/license-manager.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.
