# Web element properties

This section covers elements that are available when you edit web apps.

## Element categories

<table><thead><tr><th width="177.8778076171875">Category</th><th width="368.6363525390625">Description</th><th>Article link</th></tr></thead><tbody><tr><td><strong>Page</strong></td><td>The top-most layer of your design hierarchy. Each page has its own URL.</td><td><a data-mention href="web-element-properties/page-properties">page-properties</a></td></tr><tr><td><strong>Containers</strong></td><td>Elements that contain other elements, like <a href="web-element-properties/container-properties/group-element">group</a>, <a href="web-element-properties/container-properties/repeating-group-element">repeating group</a>, <a href="web-element-properties/container-properties/popup-element">popup</a> and <a href="web-element-properties/container-properties/table-element">table</a>.</td><td><a data-mention href="web-element-properties/container-properties">container-properties</a></td></tr><tr><td><strong>Visual</strong></td><td>Elements like <a href="web-element-properties/visual-element-properties/text-element">text</a>, <a href="web-element-properties/visual-element-properties/button-element">buttons</a>, <a href="web-element-properties/visual-element-properties/icon-element">icons</a> and <a href="web-element-properties/visual-element-properties/image-element">images</a>.</td><td><a data-mention href="web-element-properties/visual-element-properties">visual-element-properties</a></td></tr><tr><td><strong>Input forms</strong></td><td>Elements like <a href="web-element-properties/input-form-properties/input-element">text input</a>, <a href="web-element-properties/input-form-properties/date-time-picker-element">date/time picker</a>, <a href="web-element-properties/input-form-properties/checkbox-element">checkbox</a> and <a href="web-element-properties/input-form-properties/dropdown-element">dropdown</a>.</td><td><a data-mention href="web-element-properties/input-form-properties">input-form-properties</a></td></tr><tr><td><strong>Reusable elements</strong></td><td>A collection of elements and workflows that can be re-used across your app, such as a header and footer.</td><td><a data-mention href="reusable-element-properties">reusable-element-properties</a></td></tr><tr><td><strong>Bubble-made plugin elements</strong></td><td>Elements added by installing <a href="../../bubbles-interface/plugins-tab">plugins</a>. The documentation only covers plugins made by Bubble.</td><td><a data-mention href="web-element-properties/bubble-made-plugin-element-properties">bubble-made-plugin-element-properties</a></td></tr></tbody></table>


---

# 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/core-resources/bubble-elements/element-properties/web-element-properties.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.
