# Web app

- [The page](https://manual.bubble.io/help-guides/design/elements/web-app/the-page.md): The page is the blank canvas on which you design your app's user interface.
- [Containers](https://manual.bubble.io/help-guides/design/elements/web-app/containers.md): This section covers the container elements, used to group and control the behavior of other elements
- [Groups](https://manual.bubble.io/help-guides/design/elements/web-app/containers/groups.md): This section covers Groups, that can be used to contain elements and data and control the responsive behavior of child elements
- [Repeating groups](https://manual.bubble.io/help-guides/design/elements/web-app/containers/repeating-groups.md): This section covers the container type repeating group, used to display lists of things such as records from the database
- [Table elements](https://manual.bubble.io/help-guides/design/elements/web-app/containers/table-elements.md): This section covers the table element, used to display lists of things such as records from the database in a table-like structure of rows and columns
- [Popups](https://manual.bubble.io/help-guides/design/elements/web-app/containers/popups.md): This section covers the container type Popup, which is a group that hovers above all other elements on the screen
- [Floating groups](https://manual.bubble.io/help-guides/design/elements/web-app/containers/floating-groups.md): This section covers the group type Floating Group, which is used primarily for attaching a group to one of the sides of the screen, regardless of scrolling position
- [Group focus](https://manual.bubble.io/help-guides/design/elements/web-app/containers/group-focus.md): This section covers the group type Group Focus. This group will remain visible for as long as it is in focus, typically used for dropdown menus
- [Visual elements](https://manual.bubble.io/help-guides/design/elements/web-app/visual-elements.md): This section describes the visual elements that are available in the Bubble editor
- [Input forms](https://manual.bubble.io/help-guides/design/elements/web-app/input-forms.md): This section covers Input forms. These are element that accept data input from a user such as text, numbers, dates, uploads and dynamic content.
- [Text and numbers](https://manual.bubble.io/help-guides/design/elements/web-app/input-forms/text-and-numbers.md): This section covers elements that accept text and numbers as user input
- [Dates and time](https://manual.bubble.io/help-guides/design/elements/web-app/input-forms/dates-and-time.md): This section covers elements that accepts dates and time as user input
- [File uploads](https://manual.bubble.io/help-guides/design/elements/web-app/input-forms/file-uploads.md): This section covers elements that lets your users upload files and images
- [Selection controls](https://manual.bubble.io/help-guides/design/elements/web-app/input-forms/selection-controls.md): This section covers selection control elements, that lets you set up input elements with predefined options


---

# 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://manual.bubble.io/help-guides/design/elements/web-app.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.
