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

# 조작법

터치를 사용해 이동, 상호작용, 채팅, 카메라 사용을 하는 방법입니다.

Decentraland 모바일 앱은 키보드와 마우스를 화면상의 터치 컨트롤로 대체합니다. 데스크톱에서 할 수 있는 모든 작업은 모바일에서도 가능하며, 한 손 터치 사용을 위해 설계된 다른 레이아웃을 사용합니다.

<figure><img src="https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-73aae5e062101b5f8dfd7785203c5da15f755557%2Fmobile-controls.png?alt=media" alt="Mobile in-world HUD with controls labeled"><figcaption><p>각 터치 컨트롤이 표시된 Decentraland 모바일 앱의 게임 내 HUD.</p></figcaption></figure>

## 이동

* **화면 조이스틱** (화면 왼쪽) — 드래그하여 어느 방향으로든 걷고 달릴 수 있습니다. 조이스틱을 더 멀리 밀수록 더 빨리 움직입니다.
* **카메라 드래그** (화면 오른쪽 어디에서나) — 드래그하여 주변을 둘러보세요. 아바타는 움직이지 않고 시점만 회전합니다.

## 상호작용

* **상호작용 버튼** (오른쪽 아래) — 탭하여 조준 중인 대상과 상호작용하세요. 데스크톱에서 포인터 클릭과 같은 기능입니다.
* **오브젝트 탭하기** — 세계의 많은 대상은 직접 탭할 수 있습니다. 제작자가 탭에 반응하도록 엔티티를 설정해 두었다면, 데스크톱에서 클릭하듯 같은 방식으로 작동시킬 수 있습니다.

## 채팅

* **채팅 아이콘** (왼쪽) — 탭하여 채팅을 여세요. 주변 사람들과 이야기하거나 친구와 비공개 메시지를 주고받는 데 사용할 수 있습니다.

## 프로필, 검색, 이모트

* **프로필** (오른쪽 상단) — 프로필을 열고, 아바타를 관리하고, 계정 설정에 접근하세요.
* **검색** (왼쪽) — 씬, 월드, 이벤트 및 다른 플레이어를 찾습니다.
* **이모트** (왼쪽) — 이모트를 실행해 다른 플레이어 앞에서 자신을 표현하세요.

## 카메라

* **카메라 컨트롤** (오른쪽 상단) — 1인칭과 3인칭 시점을 전환하고 카메라 관련 옵션에 접근하세요.

## 팁

* 근처의 누구와도 채팅할 수 있습니다. 상대가 데스크톱이나 웹을 사용 중이어도 가능합니다. 모두가 같은 세계를 공유합니다.
* 조이스틱을 길게 눌러 엄지로 화면을 누르고 있지 않아도 계속 걸을 수 있습니다(앱 버전에 따라 다름).
* 어떤 씬의 UI가 답답하게 느껴진다면, 제작자가 아직 모바일용으로 업데이트하지 않았을 수 있습니다 — 잠시 기다리거나, 다른 보기 옵션을 찾아보거나, 앱 내 지원 메뉴에서 신고하세요.

## 관련

* [모바일에서 시작하기](/player/player-ko/mobile-app/getting-started.md)
* [문제 해결](/player/player-ko/mobile-app/troubleshooting.md)
* [단축키 및 채팅 명령어](/player/player-ko/in-world/shortcuts-and-chat-commands.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/controls.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.
