> 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/mobile-client.md).

# 모바일 클라이언트

- [개요](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/mobile-client/overview.md): iOS 및 Android용 Decentraland 모바일 앱 개요로, 다운로드 링크와 씬을 모바일에 맞게 준비하기 위한 체크리스트가 포함되어 있습니다.
- [샘플 씬](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/mobile-client/sample-scenes.md): Decentraland 팀이 만든 오픈 소스 씬으로, 모바일 플레이에 최적화되어 있습니다.
- [누락된 기능](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/mobile-client/missing-features.md): Decentraland 데스크톱 클라이언트에서는 사용할 수 있지만 아직 모바일 앱에서는 지원되지 않는 기능과 알려진 플랫폼 간 불일치입니다.
- [하드웨어 요구 사항](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/mobile-client/hardware-requirements.md): 모바일 기기에서 Decentraland를 실행하기 위한 최소 및 권장 하드웨어 사양입니다.


---

# 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/mobile-client.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.
