# Data

## input data

### Context data

![](/files/-MLTAwV7I73R2T8vBY8C)

Esta propiedad nos permite agregar o eliminar variables locales (solo funcionan en la pantalla en cuestión) para poder guardar o retener datos que se pueden utilizar en funciones distintas como parámetro.

También pueden servir para recibir información desde otras pantallas

## Layout options

### Avoid keyboard

![](/files/-MLTCCqUzX3bROf4zdfO)

Al activar esta función, y abrir el teclado del dispositivo no se sobrepondrá en la aplicación, es decir que el ultimo control ingresado lo deslizará hacia arriba, dejando visible los componentes

### Hidde status bar

![](/files/-MLTCVZzCdssadFR7MpL)

Oculta la barra de estado del dispositivo, de esta manera la page cubre totalmente la pantalla del dispositivo

### Rotation Lock

![](/files/-MLTCOIsL3xVgbPjxR71)

Impide que la pantalla se rote en modo horizontal dejando fija la pantalla en vertical, independientemente de la configuración de rotación del dispositivo


---

# 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.apphive.io/apphive-documentacion/reference/controles/page/data.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.
