# Controls

- [Container](https://docs.apphive.io/reference/controles/container.md): A container is an abstract delimiter, that is, an control that contains other controls that can be included or removed.
- [Swiper](https://docs.apphive.io/reference/controles/swiper.md): is the mobile touch slider with accelerated transitions
- [Field](https://docs.apphive.io/reference/controles/field.md): The purpose of the text box is to allow the user to input textual information to be used by the program.
- [Text](https://docs.apphive.io/reference/controles/untitled.md): It is a property that allows us to integrate hard or fixed text, not editable from the render
- [Button](https://docs.apphive.io/reference/controles/button.md): represents a clickable element that can be used on forms or anywhere on the page that needs a standard, simple button to apply.
- [Switch](https://docs.apphive.io/reference/controles/switch.md): Defined as switch, switch, rod or whip, depending on each context.
- [Picker](https://docs.apphive.io/reference/controles/picker.md): Defined as a dropdown list of predefined values ​​to select an option
- [Radio](https://docs.apphive.io/reference/controles/radio.md): Radio buttons, which in Spanish are usually called radio buttons or option buttons, are elements for forms that allow you to choose a single option from a group
- [Slider](https://docs.apphive.io/reference/controles/slider.md): A slider or track bar is a graphical control element with which a user can set a value by moving a pointer
- [Image](https://docs.apphive.io/reference/controles/image.md): An Image element displays content in it to provide versions of an image for different device scenarios.
- [Camenra View](https://docs.apphive.io/reference/controles/camenra-view.md): It is a control and monitoring system that allows you to see live the main cameras of the device
- [Map](https://docs.apphive.io/reference/controles/mapa.md): A map is a simplified graphic representation of a territory with metric properties on a two-dimensional surface.
- [Web View](https://docs.apphive.io/reference/controles/web-view.md): It is a component that allows web browsing within applications
- [Calendar](https://docs.apphive.io/reference/controles/calendar.md): it is a systematized account of the passage of time, used for the chronological organization of activities, it is a set of rules or norms.
- [Icon](https://docs.apphive.io/reference/controles/icon.md): It is a pictogram that is used to represent files, folders, programs, storage units, etc. in a graphical operating system.
- [Video View](https://docs.apphive.io/reference/controles/video-view.md): Video View gives us the facility to be able to play videos on our device
- [Graphic View](https://docs.apphive.io/reference/controles/graphic-view.md): In the graphical view, you can view and manipulate the 2D representation of quantitative information.


---

# 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/reference/controles.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.
