> For the complete documentation index, see [llms.txt](https://docs.openflower.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openflower.org/build-applications.md).

# Build Applications

- [Create a new App](https://docs.openflower.org/build-applications/create-a-new-app.md)
- [Modules](https://docs.openflower.org/build-applications/create-a-new-app/modules.md)
- [Version and Release Management](https://docs.openflower.org/build-applications/create-a-new-app/version-and-release-management.md)
- [App Editor](https://docs.openflower.org/build-applications/app-editor.md)
- [Visual Components](https://docs.openflower.org/build-applications/app-editor/visual-components.md)
- [Common Component Settings](https://docs.openflower.org/build-applications/app-editor/visual-components/common-component-settings.md)
- [File upload](https://docs.openflower.org/build-applications/app-editor/visual-components/file-upload.md)
- [Charts and graphs](https://docs.openflower.org/build-applications/app-editor/visual-components/charts-and-graphs.md)
- [Image](https://docs.openflower.org/build-applications/app-editor/visual-components/image.md)
- [Option lists](https://docs.openflower.org/build-applications/app-editor/visual-components/option-lists.md)
- [List View](https://docs.openflower.org/build-applications/app-editor/visual-components/list-view.md)
- [Drawer](https://docs.openflower.org/build-applications/app-editor/visual-components/drawer.md)
- [Google Maps](https://docs.openflower.org/build-applications/app-editor/visual-components/google-maps.md)
- [Table](https://docs.openflower.org/build-applications/app-editor/visual-components/table.md)
- [Messages / Toast](https://docs.openflower.org/build-applications/app-editor/visual-components/messages-toast.md)
- [Calendar](https://docs.openflower.org/build-applications/app-editor/visual-components/calendar.md)
- [Date handling](https://docs.openflower.org/build-applications/app-editor/date-handling.md)
- [Bulk Editing](https://docs.openflower.org/build-applications/app-editor/bulk-editing.md)
- [Layers](https://docs.openflower.org/build-applications/app-editor/layers.md)
- [Data selection & Javascript](https://docs.openflower.org/build-applications/app-editor/data-selection-and-javascript.md)
- [Use Markdown](https://docs.openflower.org/build-applications/app-editor/use-markdown.md)
- [Keyboard shortcuts](https://docs.openflower.org/build-applications/app-editor/keyboard-shortcuts.md)
- [App Navigation](https://docs.openflower.org/build-applications/app-navigation.md)
- [App Interaction](https://docs.openflower.org/build-applications/app-interaction.md): How to use Events inside of Apps
- [Event handlers](https://docs.openflower.org/build-applications/app-interaction/event-handlers.md)
- [Themes & Styling](https://docs.openflower.org/build-applications/themes-and-styling.md)
- [Design an efficient and user-friendly form](https://docs.openflower.org/build-applications/themes-and-styling/design-an-efficient-and-user-friendly-form.md)
- [Customize Styles](https://docs.openflower.org/build-applications/themes-and-styling/customize-styles.md)
- [Component Styling Possibilities](https://docs.openflower.org/build-applications/themes-and-styling/component-styling-possibilities.md)
- [Video Calls in OpenFlower](https://docs.openflower.org/build-applications/video-calls-in-lowcoder.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openflower.org/build-applications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
