# Building for Mobile

- [Overview](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/building-for-mobile.md): Build Decentraland scenes that look great and play well on the mobile app.
- [Detect the platform](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/detect-platform.md): Detect whether your scene is running on mobile, desktop, or web.
- [Preview on mobile](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/preview-on-mobile.md): Preview your scene on a real mobile device from the Creator Hub or the CLI.
- [Mobile safe area](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/safe-area.md): The screen regions reserved for client controls on mobile.
- [UI best practices](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/ui-best-practices.md): DOs and DON'Ts for designing scene UIs that work well on mobile.
- [Input on mobile](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/input-on-mobile.md): How input actions map to touch on the Decentraland mobile client.
- [Get featured](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/get-featured.md): How to get your scene featured in the mobile Discover section.
- [iOS curation](https://docs.decentraland.org/creator/scenes-sdk7/building-for-mobile/ios-curation.md): How iOS content curation works and how to submit your scene or world for review.


---

# 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.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.
