# Configuraciones

- [Formularios](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios.md)
- [Text Field](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/text-field-1.md): Text fiel is a basic component that allows the user to enter text.
- [Text](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/text.md): The text element allows you to display text in your app.
- [Button](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/button.md): A basic button component that should preview nicely on any app. Supports a minimal level of customization.
- [Switch](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/switch.md): Think of a light switch. It has two settings, On and Off. That is exactly what the switch component is like.
- [Picker](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/picker.md): Picker is a component which is used to select an item from the multiple choices. Picker is used when we need to provide an alternative to choose from multiple options.
- [Radio](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/radio.md): Radio buttons are used when you have a list of 2 or few options, and you want the user to select exactly one of them
- [Slider](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/formularios/slider.md): A component used to select a single value from a range of values.
- [Multimedia](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia.md)
- [Image](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/image.md): Component for displaying different types of images, including network images, static resources, temporary local images, and images from local disk, such as the camera roll.
- [Camera View](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/camera-view.md): Provides access to the local camera view or photo library.
- [Map](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/map.md): The function is produce maps that give accurate representations of a particular area, detailing road arteries and points of interest also allows the calculation of distances from one place to another.
- [Web View](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/web-view.md): Preview web content in a app view.
- [Calendar](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/calendar.md): Calendar is a  component that represents a graphical Gregorian calendar and supports the selection and navigation between dates and date ranges for scheduling appointments.
- [Icon](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/icon.md): An icon is a character used to represent something else.
- [Video View](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/video-view.md): Displays a video online in your app
- [Chart](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/charts.md): A chart is a graphical representation of data, in which "the data is represented by symbols, such as bars in a bar chart, lines in a line chart, or slices in a pie
- [Containers](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/containers.md)
- [Container](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/containers/container.md): The container is one of the most important controls because it can help you order your content and create great designs.
- [Swiper](https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/containers/swiper.md): A control to preview screens with arrows. Swipe action triggering can be configured.


---

# 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/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz.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.
