# Embedding within Apps

## Integration within Apps

Integration within apps works by running the link generated above of an iframe(web) equivalent in the app.

### **Android - Chrome Custom Tabs**

Custom Tabs is a browser feature, introduced by Chrome, that is now supported by most major browsers on Android. It gives apps more control over their web experience, and makes transitions between native and web content more seamless without having to resort to a WebView\.More documentation can be found [here](https://developer.chrome.com/docs/android/custom-tabs/overview/).

{% content-ref url="/pages/H1Szio15DlTAYaRFsOJe" %}
[Android Embed](/metaverse/publishing/embed/android-embed.md)
{% endcontent-ref %}

### **iOS**

There are 2 implementations that can be used namely **WKWebView** and **SFSafariViewController**. Both these implementations are similar to android’s chrome custom tabs implementation but have their own set of use cases. We recommend using SFSafariViewController to run GMetri experiences within your app to get the full immersive experience. Documentation for both can be found here:

* **WKWebView :** [WKWebView](https://developer.apple.com/documentation/webkit/wkwebview)
* **SFSafariViewController :** [SFSafariViewController](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller)


---

# 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://docs.gmetri.com/metaverse/publishing/embed.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.
