# Preview your App

<details>

<summary>How to refresh preview after doing changes?</summary>

Click on the floating button and click on refresh.

</details>

<details>

<summary>Will the floating hamburger button from the preview be visible in my real app?</summary>

No, it is just for the preview purpose. Button is useful in refreshing the preview and going back to application list.\
\
It will not be visible on your real app.

</details>

<details>

<summary>How to scroll in integrated virtual preview?</summary>

You have to click and drag up/down to be able to scroll.

</details>

<details>

<summary>Can I test my app in Android?</summary>

Yes. You can either install our preview app <https://play.google.com/store/apps/details?id=com.twinr.builder.previewer&pli=1>\
\
or\
\
take a build and install apk in your phone.

</details>


---

# 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/faqs/preview-your-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.
