> 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/publish/get-featured.md).

# 추천 콘텐츠로 선정되기

모바일 Discover 섹션에 씬을 추천 콘텐츠로 노출시키는 방법입니다.

모바일 Discover 섹션은 Decentraland 모바일 앱에서 트래픽이 가장 많은 영역이며, 모바일 플레이어 앞에 여러분의 씬을 노출할 수 있는 가장 좋은 방법입니다. 추천 씬은 선별되며 — 자동 순위는 없습니다.

<figure><img src="https://3980763956-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-719c7b336139efffaadd75315143f0745ace5f9e%2Fmobile-featured.png?alt=media" alt="Mobile Discover featured section" width="33%"><figcaption></figcaption></figure>

## 지원 방법

당신의 씬을 다음을 통해 제출하세요 [rl-mobile-featuring](https://discord.com/channels/417796904760639509/1471564023131537590) Decentraland Discord의 채널에.

## 요구 사항

검토 대상이 되려면, 여러분의 씬 또는 월드는 다음을 충족해야 합니다:

* **모바일 플레이어를 위한 흥미롭거나 새로운 메커니즘을 제안할 것** — 앱을 열 가치가 있다고 느껴지는, 터치를 고려해 설계된 무언가.
* **모바일 조작과 충돌하지 않는 UI 배치를 가질 것** — 다음을 따르세요 [모바일 안전 영역](/creator/content-creator-ko/build-for-mobile/develop/safe-area.md).
* **모바일에서 예상대로 작동할 것** — 먼저 실제 기기에서 미리 보고 테스트하세요; 다음을 참고하세요 [모바일에서 미리보기](/creator/content-creator-ko/build-for-mobile/develop/preview-on-mobile.md).

## 제출물에 포함할 내용

신청 시 다음을 제공하세요:

* **씬 / 월드 제목**
* **씬 / 월드 설명**
* **게임플레이 설명** — 플레이어가 무엇을 하는지와 그것이 모바일에서 왜 흥미로운지.
* **모바일에서 실행 중인 여러분의 씬을 담은 짧은 게임플레이 영상** — 이것이 가장 중요한 항목입니다. 실제 기기에서 촬영하고, 가능하면 화면상의 조작이 실제로 작동하는 모습을 보여주세요.

## 강력한 제출을 위한 팁

* 먼저 기본을 제대로 맞추세요. 다음을 검증하세요 [UI 모범 사례](/creator/content-creator-ko/build-for-mobile/develop/ui-best-practices.md) 및 [안전 영역](/creator/content-creator-ko/build-for-mobile/develop/safe-area.md) 제출하기 전에 — 조작과 충돌하는 UI는 씬이 보류되는 가장 흔한 이유입니다.
* 모바일에 특화된 장면을 보여주세요. 여러분의 씬에 터치에서 특히 재미있는 메커니즘(그리기, 스와이프, 드래그하여 조준하기, 탭 리듬 등)이 있다면, 영상에서 반드시 강조하세요.
* 영상은 짧고 집중되게 유지하세요 — 30\~60초면 충분합니다.

## 관련

* [모바일 안전 영역](/creator/content-creator-ko/build-for-mobile/develop/safe-area.md)
* [모바일 UI 모범 사례](/creator/content-creator-ko/build-for-mobile/develop/ui-best-practices.md)
* [모바일에서 미리보기](/creator/content-creator-ko/build-for-mobile/develop/preview-on-mobile.md)
* [발견 가능하게 만들기](/creator/content-creator-ko/sdk7/publishing/make-discoverable.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/creator/content-creator-ko/build-for-mobile/publish/get-featured.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.
