# Native mobile element properties

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

<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>View</strong></td><td>Views are the base layer for designing content in a native mobile app.</td><td><a data-mention href="native-mobile-element-properties/the-view-element">the-view-element</a></td></tr><tr><td><strong>Containers</strong></td><td>Elements like groups, repeating groups, popups and tables.</td><td><a data-mention href="native-mobile-element-properties/container-properties-mobile">container-properties-mobile</a></td></tr><tr><td><strong>Visual</strong></td><td>Elements like text, buttons, icons and images.</td><td><a data-mention href="native-mobile-element-properties/visual-element-properties-mobile">visual-element-properties-mobile</a></td></tr><tr><td><strong>Input forms</strong></td><td>Elements like text input, date/time picker, checkbox and dropdown.</td><td><a data-mention href="native-mobile-element-properties/input-form-properties-mobile">input-form-properties-mobile</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/native-mobile-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.
