# Native Screen

- [Title Element](https://help.twinr.dev/native-screen/title-element.md)
- [Paragraph Element](https://help.twinr.dev/native-screen/paragraph-element.md)
- [Button Element](https://help.twinr.dev/native-screen/button-element.md)
- [Image Element](https://help.twinr.dev/native-screen/image-element.md)
- [Spacer Element](https://help.twinr.dev/native-screen/spacer-element.md)
- [Divider Element](https://help.twinr.dev/native-screen/divider-element.md)
- [Banner Element](https://help.twinr.dev/native-screen/banner-element.md)
- [Banner Element(with Background Image)](https://help.twinr.dev/native-screen/banner-element/banner-element-with-background-image.md)
- [Banner Element(with Background Color)](https://help.twinr.dev/native-screen/banner-element/banner-element-with-background-color.md)
- [List Element](https://help.twinr.dev/native-screen/list-element.md)
- [List Grid Element](https://help.twinr.dev/native-screen/list-element/list-grid-element.md)
- [List Vertical Element](https://help.twinr.dev/native-screen/list-element/list-vertical-element.md)
- [List Horizontal Element](https://help.twinr.dev/native-screen/list-element/list-horizontal-element.md)
- [Product List Element](https://help.twinr.dev/native-screen/product-list-element.md)
- [Setting List Element](https://help.twinr.dev/native-screen/setting-list-element.md)
- [Video Element](https://help.twinr.dev/native-screen/video-element.md): The Video Element lets you embed and play videos directly inside your app’s native screen. It supports multiple formats and playback controls to enhance user experience.
- [Countdown Timer](https://help.twinr.dev/native-screen/countdown-timer.md): The Countdown Timer helps you display a live ticking timer — ideal for limited-time offers, events, or special launches.
- [Search Element](https://help.twinr.dev/native-screen/search-element.md): The Search Element allows users to quickly search content within your app by entering keywords, making it easier to find relevant items such as products, listings, or articles.


---

# 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://help.twinr.dev/native-screen.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.
