# Multimedia

- [Image](https://docs.apphive.io/apphive-documentacion/reference/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/reference/elementos-de-interfaz/multimedia/camera-view.md): Provides access to the local camera view or photo library.
- [Map](https://docs.apphive.io/apphive-documentacion/reference/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/reference/elementos-de-interfaz/multimedia/web-view.md): Preview web content in a app view.
- [Calendar](https://docs.apphive.io/apphive-documentacion/reference/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/reference/elementos-de-interfaz/multimedia/icon.md): An icon is a character used to represent something else.
- [Video View](https://docs.apphive.io/apphive-documentacion/reference/elementos-de-interfaz/multimedia/video-view.md): Displays a video online in your app
- [Chart](https://docs.apphive.io/apphive-documentacion/reference/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


---

# 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/elementos-de-interfaz/multimedia.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.
