# Controls

- [Modify control](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/modify-control.md): Modify control (controls)
- [Trigger Event](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/trigger-event.md)
- [Callbacks](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/trigger-event/callbacks.md)
- [Entry Vars](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/trigger-event/entry-vars.md)
- [Open image viewer](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/open-image-viewer.md)
- [Entry Vars](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/open-image-viewer/entry-vars.md)
- [Toogle page loading](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/toogle-page-loading.md)
- [Entry Vars](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/toogle-page-loading/entry-vars.md)
- [Toogle bottom menu sheet](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/toogle-bottom-menu-sheet.md)
- [Callbacks](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/toogle-bottom-menu-sheet/callbacks.md)
- [Entry Vars](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/toogle-bottom-menu-sheet/entry-vars.md)
- [Add collection to UI](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/add-collection-to-ui.md): Permite realizar una lista recular o en celdas de objetos
- [Entry vars](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/add-collection-to-ui/entry-vars.md)
- [Toogle side menu](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/toogle-side-menu.md): Permite abrir o cerrar el menú lateral de la pantalla
- [Callbacks](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/toogle-side-menu/callbacks.md)
- [Iterate children](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/iterate-children.md): Esta función permite hacer un recorrido  a los controles internos o hijos y detecta las propiedades y generales de los mismos.
- [Callbacks](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/iterate-children/callbacks.md)
- [Entry vars](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/iterate-children/entry-vars.md)
- [Generate swiper content](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/generate-swiper-content.md): Esta función nos permite ingresar de forma dinámica información y modificar los controles dentro de un swiper
- [Callbacks](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/generate-swiper-content/callbacks.md)
- [Entry vars](https://docs.apphive.io/apphive-documentacion/reference/funciones/controls/generate-swiper-content/entry-vars.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.apphive.io/apphive-documentacion/reference/funciones/controls.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.
