> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop.md).

# 개발

- [플랫폼 감지](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/detect-platform.md): 씬이 모바일, 데스크톱, 웹 중 어디에서 실행 중인지 감지하세요.
- [모바일에서 미리보기](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/preview-on-mobile.md): Creator Hub 또는 CLI에서 실제 모바일 기기로 씬을 미리 보세요.
- [모바일 안전 영역](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/safe-area.md): 씬 UI를 모바일에서 안전하게 배치할 수 있는 영역으로, 기기의 하드웨어 여백과 클라이언트 자체 컨트롤을 피한 곳입니다.
- [UI 모범 사례](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/ui-best-practices.md): 모바일에서 잘 작동하는 씬 UI를 설계하기 위한 해야 할 일과 하지 말아야 할 일입니다.
- [모바일 입력](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/input-on-mobile.md): 입력 동작이 Decentraland 모바일 클라이언트에서 터치로 매핑되는 방식입니다.
- [성능](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/optimize-performance.md): Decentraland 씬의 모바일 씬 제한과 성능 목표, 그리고 Creator Hub에서 이를 미리 보고 측정하는 방법입니다.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
