# iOS curation

To comply with [Apple's App Store Review Guidelines on User Generated Content (UGC)](https://developer.apple.com/app-store/review/guidelines/#user-generated-content), Decentraland has introduced a **manual review process** for all scenes and worlds that appear in the **Discover section of the iOS app**.

{% hint style="info" %}
This review process applies to iOS only. The Android Discover section and search continue to show all published content without restrictions.
{% endhint %}

## How it works

* All content must be manually reviewed before it appears in the Discover section of the iOS app.
* Scenes and Worlds that are not approved will be hidden from the iOS Discover section.
* Events tied to non-approved Scenes or Worlds will also be hidden in the iOS Discover section.
* **All scenes remain accessible** on iOS at any time via deep linking or the `/goto` and `/world` chat commands — curation only affects Discover visibility.

## Submit your scene or world for iOS review

To request that your scene or world be reviewed for inclusion in the iOS Discover section, submit a **Content Review Request** in the Decentraland Discord server:

1. Join the [Decentraland Discord](https://dcl.gg/discord).
2. Navigate to the **#rl-mobile-curation** channel.
3. Post your request including:
   * Scene or World name
   * Coordinates or World name (e.g. `0,0` or `MyWorld.dcl.eth`)
   * A brief description of the content

Submissions are reviewed within **24 hours**. You will be notified in the channel once your content has been approved or if any follow-up is needed.

## Related

* [Get featured](/creator/scenes-sdk7/building-for-mobile/get-featured.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)


---

# 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/ios-curation.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.
