# Elements

- [Generate Swiper Content](https://docs.apphive.io/apphive-documentacion/reference/funciones/elements/generate-swiper-content.md)
- [Modify Control](https://docs.apphive.io/apphive-documentacion/reference/funciones/elements/modify-control.md): Function to modify any element on a screen.
- [Toggle Side Menu](https://docs.apphive.io/apphive-documentacion/reference/funciones/elements/toogle-side-menu.md): (Alternar menú lateral)  Abrir y cerrar una barra de navegación izquierda
- [Add Collections To UI](https://docs.apphive.io/apphive-documentacion/reference/funciones/elements/add-collections-to-ui.md): (Agregar colecciones a la interfaz de usuario) Crear una lista de elementos usando datos en la base de datos.
- [Toggle Page Loading](https://docs.apphive.io/apphive-documentacion/reference/funciones/elements/toggle-page-loading.md): Enable and disable a page loading.


---

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