# Creación para móvil

- [Resumen](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/building-for-mobile.md): Crea escenas de Decentraland que se vean geniales y funcionen bien en la app móvil.
- [Detectar la plataforma](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/detect-platform.md): Detecta si tu escena se está ejecutando en móvil, escritorio o web.
- [Vista previa en móvil](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/preview-on-mobile.md): Previsualiza tu escena en un dispositivo móvil real desde el Creator Hub o la CLI.
- [Área segura de la pantalla en móvil](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/safe-area.md): Las regiones de la pantalla reservadas para los controles del cliente en móvil.
- [Mejores prácticas de UI](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/ui-best-practices.md): Qué hacer y qué no hacer al diseñar UIs de escena que funcionen bien en móvil.
- [Entrada en móvil](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/input-on-mobile.md): Cómo las acciones de entrada se asignan al toque en el cliente móvil de Decentraland.
- [Destacar](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/get-featured.md): Cómo hacer que tu escena aparezca destacada en la sección Discover de móvil.
- [Curación de iOS](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/creacion-para-movil/ios-curation.md): Cómo funciona la curación de contenido en iOS y cómo enviar tu escena o World para revisión.


---

# 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/content-creator-es/scenes-sdk7/creacion-para-movil.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.
