> 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/player/player-ko/mobile-app/getting-started.md).

# 시작하기

Decentraland 모바일 앱을 처음 설정하는 방법입니다.

이 가이드는 Decentraland 모바일 앱에서의 첫 세션을 단계별로 안내합니다.

## 1. 앱 설치

휴대폰의 앱 스토어에서 Decentraland를 설치하세요:

* [App Store(iOS)](https://apps.apple.com/app/decentraland/id6478403840?utm_source=docs\&utm_medium=internal\&utm_content=ios)
* [Google Play(Android)](https://play.google.com/store/apps/details?id=org.decentraland.godotexplorer\&pcampaignid=web_share\&utm_source=docs\&utm_medium=internal\&utm_content=android)

## 2. 로그인

앱을 열고 로그인하세요. 데스크톱에서 사용하는 것과 같은 계정을 사용할 수 있으며, 아바타, 인벤토리, 친구, 진행 상황이 모두 그대로 이어집니다.

Decentraland를 처음 사용하는 경우, 앱 안에서 새 계정을 만들 수 있습니다.

## 3. 아바타 맞춤 설정

새 사용자는 처음 로그인할 때 아바타를 설정하라는 안내를 받습니다. 기존 사용자는 기존 계정의 아바타를 그대로 사용합니다. 어느 경우든 프로필 메뉴에서 언제든지 외모를 변경할 수 있습니다 — [아바타 맞춤 설정하기](/player/player-ko/in-world/customizing-your-avatar.md) 전체 가이드는 여기에서 확인하세요.

## 4. 갈 곳 선택하기

모바일 앱의 **탐색** 섹션은 어울릴 만한 장소를 찾는 가장 쉬운 방법입니다. 여기에는 모바일에서 잘 작동하도록 설계된 엄선된 씬과 월드가 표시되며, 라이브 이벤트, 게임, 소셜 공간이 포함됩니다.

다음도 가능합니다:

* 특정 씬이나 월드를 이름으로 검색
* 이름으로 월드 방문하기(예: `myworld.dcl.eth`)
* 친구의 위치로 바로 이동

## 5. 이동하기

월드에 들어가면 화면의 컨트롤을 사용해 이동하고 상호작용하세요. 전체 참조는 다음에서 확인할 수 있습니다 [조작법](/player/player-ko/mobile-app/controls.md).

## 관련

* [조작법](/player/player-ko/mobile-app/controls.md)
* [문제 해결](/player/player-ko/mobile-app/troubleshooting.md)
* [아바타 맞춤 설정하기](/player/player-ko/in-world/customizing-your-avatar.md)
* [이벤트 찾기](/player/player-ko/in-world/finding-events.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 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/player/player-ko/mobile-app/getting-started.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.
