# Get featured

The mobile Discover section is the highest-traffic surface on the Decentraland mobile app and the best way to get your scene in front of mobile players. Featured scenes are curated — there is no automatic ranking.

## How to apply

Submit your scene through the [rl-mobile-featuring](https://discord.com/channels/417796904760639509/1471564023131537590) channel on the Decentraland Discord.

## Requirements

To be considered, your scene or world should:

* **Propose an engaging or novel mechanic for mobile players** — something that feels worth opening the app for, designed with touch in mind.
* **Have UI placement that does not conflict with the mobile controls** — follow the [mobile safe area](/creator/scenes-sdk7/building-for-mobile/safe-area.md).
* **Work as expected on mobile** — preview and test on a real device first; see [Preview on mobile](/creator/scenes-sdk7/building-for-mobile/preview-on-mobile.md).

## What to include in your submission

Provide the following with your application:

* **Scene / World title**
* **Scene / World description**
* **Gameplay description** — what the player does and why it's interesting on mobile.
* **A short gameplay video of your scene running on mobile** — this is the most important piece. Capture from a real device, ideally showing the on-screen controls in action.

## Tips for a strong submission

* Get the basics right first. Validate the [UI best practices](/creator/scenes-sdk7/building-for-mobile/ui-best-practices.md) and [safe area](/creator/scenes-sdk7/building-for-mobile/safe-area.md) before submitting — UI that clashes with controls is the most common reason a scene is held back.
* Show the mobile-specific moment. If your scene has a mechanic that is especially fun on touch (drawing, swiping, drag-to-aim, tap rhythms), make sure your video highlights it.
* Keep the video short and focused — 30–60 seconds is plenty.

## Related

* [Mobile safe area](/creator/scenes-sdk7/building-for-mobile/safe-area.md)
* [UI best practices for mobile](/creator/scenes-sdk7/building-for-mobile/ui-best-practices.md)
* [Preview on mobile](/creator/scenes-sdk7/building-for-mobile/preview-on-mobile.md)
* [Make Discoverable](/creator/scenes-sdk7/publishing/make-discoverable.md)


---

# Agent Instructions: 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:

```
GET https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/get-featured.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
