# Widgets

- [Image](https://docs.flipabit.dev/widgets/image.md): Image or sequence of images user can swipe.
- [Video](https://docs.flipabit.dev/widgets/video.md): Movie file user can play
- [Text](https://docs.flipabit.dev/widgets/text.md): Plain or formatted text
- [PDF](https://docs.flipabit.dev/widgets/pdf.md): PDF document will be converted to Image widget
- [Web](https://docs.flipabit.dev/widgets/web.md): Web browser user can navigate
- [Diorama](https://docs.flipabit.dev/widgets/diorama.md): An image with labels; user can pan and zoom.
- [Audio](https://docs.flipabit.dev/widgets/audio.md): Audio file user can play
- [Animation](https://docs.flipabit.dev/widgets/animation.md): Sequence of images or animated gif user can play
- [Camera](https://docs.flipabit.dev/widgets/camera.md): Show camera's output
- [YouTube](https://docs.flipabit.dev/widgets/youtube.md): YouTube video user can play
- [Map](https://docs.flipabit.dev/widgets/map.md): Online map user can navigate
- [Chart](https://docs.flipabit.dev/widgets/chart.md): Data charts and graphs
- [Calendar](https://docs.flipabit.dev/widgets/calendar.md): Calendar with events user can navigate
- [Table](https://docs.flipabit.dev/widgets/table.md): Displays data as list, flows or tables
- [Form](https://docs.flipabit.dev/widgets/form.md): Various form elements user can input
- [3D Model](https://docs.flipabit.dev/widgets/3d-model.md): 3D file user can manipulate


---

# 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.flipabit.dev/widgets.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.
