# Introduction

### As you can already know *WalletConnect* is the decentralized Web3 messaging layer and a standard to connect blockchain wallets to dapps. It also helps to create a custom bridge on another layer and make custom integrations.&#x20;

{% hint style="info" %}
Our projects are mostly based on **React** so in this documentation, you will find only the path on how to do it using the web3-react package.
{% endhint %}

### Getting started

{% content-ref url="/pages/SUtFLvQhmzrT5BcfmkbY" %}
[Next 13 integration](/wallet-connector/basic-informations/next-13-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/uZzdvkqOT9dez09xPIzY" %}
[React integration](/wallet-connector/basic-informations/react-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/WYGTC6DfeMUlQz3kOtRB" %}
[Manual installation](/wallet-connector/basic-informations/manual-installation.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://docs.metaproprotocol.com/wallet-connector/introduction.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.
