# Overview

The **REST API Integration** feature enables native screen elements to **fetch and display dynamic data using REST APIs**.<br>

This allows you to build **real-time, data-driven app experiences** by connecting external endpoints directly to native screens without writing custom code.

With this feature, you can:

* Create and manage REST APIs in one place
* Reuse APIs across multiple native screens
* Dynamically populate elements like **Product Lists, Banners, Lists etc.**
* Instantly preview and publish live data in your mobile app


---

# 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/rest-api-integration/overview.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.
