# Guide for Developers

- [Guide For Unity Developer](https://ditoland-utplus.gitbook.io/ditoland/guide-for-developers/guide-for-unity-developer.md): 유니티 게임 개발자를 위한 디토랜드 Quick Start 강좌에요.
- [Guide For Roblox Developer](https://ditoland-utplus.gitbook.io/ditoland/guide-for-developers/guide-for-roblox-developer.md): 로블록스 개발자를 위한 디토랜드 Quick Start 강좌에요.


---

# 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://ditoland-utplus.gitbook.io/ditoland/guide-for-developers.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.
