# JS Bridge

- [What is the JS Bridge?](https://help.twinr.dev/js-bridge/what-is-the-js-bridge.md): With our JS Bridge, you can supercharge your app by connecting it directly to the functionality of the underlying mobile device.
- [AdMob Interstitial Ad](https://help.twinr.dev/js-bridge/admob-interstitial-ad.md): Display ads in your app using AdMob’s interstitial format, ideal for monetizing your app content.
- [Change App Language](https://help.twinr.dev/js-bridge/change-app-language.md): The Change App Language feature in Twinr allows you to dynamically switch the language of your app in real time, enhancing localization and improving the user experience for a global audience.
- [Push Notification - Device Token](https://help.twinr.dev/js-bridge/push-notification-device-token.md): The Push Notification - Device Token feature in Twinr allows you to retrieve the unique device token needed to send push notifications to a user’s device.
- [Request Account Delete](https://help.twinr.dev/js-bridge/request-account-delete.md): The Request Account Delete feature in Twinr allows you to open account delete request form.
- [Native Datastore](https://help.twinr.dev/js-bridge/native-datastore.md): The Native Datastore feature in Twinr allows you to store and retrieve data locally on a user’s device.
- [Device Info](https://help.twinr.dev/js-bridge/device-info.md): The Device Info feature in Twinr allows you to retrieve detailed information about the user’s device using a simple JavaScript function.
- [Copy to Clipboard](https://help.twinr.dev/js-bridge/copy-to-clipboard.md): The Copy to Clipboard JS Bridge allows you to programmatically copy any text to the device clipboard using Twinr’s native bridge support.
- [Prompt Share Dialogue](https://help.twinr.dev/js-bridge/prompt-share-dialogue.md): The Prompt Share Dialogue  JS Bridge in Twinr allows you to invoke the device’s native share sheet to let users share a URL (optionally with a title) directly from your 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/js-bridge.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.
