> 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-zh/wei-yi-dong-duan-gou-jian/fa-bu/get-featured.md).

# 获取精选推荐

如何让你的场景在移动端 Discover 分区获得推荐。

移动端 Discover 板块是 Decentraland 移动应用中流量最高的展示位，也是让你的场景出现在移动玩家面前的最佳方式。精选场景由人工策划——没有自动排名。

<figure><img src="https://2460066822-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-zh/wei-yi-dong-duan-gou-jian/kai-fa/safe-area.md).
* **在移动端按预期运行** ——请先在真机上预览和测试；参见 [在移动端预览](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/preview-on-mobile.md).

## 提交内容应包含

请随申请提供以下内容：

* **场景 / 世界标题**
* **场景 / 世界描述**
* **玩法描述** ——玩家要做什么，以及它在移动端为何有趣。
* **一段你的场景在移动端运行的简短玩法视频** ——这是最重要的部分。请用真机录制，最好能展示屏幕上的控制操作。

## 优秀提交的小贴士

* 先把基础做好。先验证 [UI 最佳实践](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/ui-best-practices.md) 和 [安全区域](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/safe-area.md) 后再提交——与控制冲突的 UI 是场景被搁置的最常见原因。
* 展示移动端专属亮点。如果你的场景有特别适合触控的机制（绘画、滑动、拖动瞄准、点击节奏等），请务必在视频中突出展示。
* 保持视频简短且聚焦——30 到 60 秒就足够了。

## 相关

* [移动端安全区域](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/safe-area.md)
* [移动端 UI 最佳实践](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/ui-best-practices.md)
* [在移动端预览](/creator/content-creator-zh/wei-yi-dong-duan-gou-jian/kai-fa/preview-on-mobile.md)
* [让它更易被发现](/creator/content-creator-zh/chang-jing-sdk7/fa-bu/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-zh/wei-yi-dong-duan-gou-jian/fa-bu/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.
