# Overview

WebView provides access to Web View on the native platform. It allows following functionalities.

* Load
* Show/Hide
* Register a Scheme for passing information to Unity
* Evaluate JavaScript
* Load a file to web view

{% hint style="info" %}
Plugin can display only one web view at any given time. Showing multiple web views is not possible anymore.
{% endhint %}

{% hint style="danger" %}
Web view feature is not simulated on editor. This only works on native device.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=0GSBP3tknT4>" %}
Web View Video Tutorials
{% endembed %}

{% content-ref url="/pages/-MKeeqw-MDXZ\_FtGeZTA" %}
[Use Cases](/v2/web-view/use-cases.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKeetHytIlhYiOKKa7k" %}
[Setup](/v2/web-view/setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKeevO5MI60I5Fd4D1K" %}
[Usage](/v2/web-view/usage.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKeexhh7Sr5RNbNcnlu" %}
[FAQ](/v2/web-view/faq.md)
{% endcontent-ref %}


---

# 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://assetstore.essentialkit.voxelbusters.com/v2/web-view/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.
