> For the complete documentation index, see [llms.txt](https://docs.novabloq.com/web3-metamask/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novabloq.com/web3-metamask/how-to-use-on-mobile.md).

# How to use on Mobile

**Can this plugin be used on mobile?** \
\- Yes! But keep reading to see how and what are the limits.

{% hint style="danger" %}
First and most important thing, place the plugin element on the page and not in a group!
{% endhint %}

Some groups are automatically hidden on mobile, therefore if the plugin element is in that group, it will no longer work because its code from the plugin element simply won't be loaded.<br>

{% hint style="warning" %}
Wallet connection is possible only inside the MetaMask integrated browser.
{% endhint %}

If you want to connect from any other browser, you can use the [WalletConnect PRO](https://bubble.io/plugin/walletconnect-pro-1636974372019x518724777637576700) plugin for mobile use-cases.\
However, if you need the Utils element only, it can be used without connection, you will need to provide an RPC url in the plugin element settings. [See details](/web3-metamask/elements-details/web3-utils.md#optional-settings)<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.novabloq.com/web3-metamask/how-to-use-on-mobile.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.
