# Method 2: Pay with Wallet

In this section, users may need to connect their wallets based on the network and chain. They will then need to approve the transaction from the connected wallet. The result of the transaction will be displayed on the checkout page, indicating whether it was successful or not.

{% hint style="info" %}
Reference video for paying with Wallet: <https://youtu.be/hcwF_MjFEms>
{% endhint %}


---

# 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://pocketpay.gitbook.io/pocketpay/product-manual/checkout/checkout-payment-process/method-2-pay-with-wallet.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.
