# General FAQs

| <h3 id="gen-faq-1"><a href="general-faqs/smart-wallet-vs-eoa">What's the difference between a Loopring Wallet and an EOA wallet (like MetaMask, Coinbase wallet)?</a></h3> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <h3><a href="general-faqs/eoa-import-to-smart-wallet">Can I import my EOA wallet (i.e. MetaMask) into my Loopring Smart Wallet?</a></h3>                                   |
| <h3><a href="general-faqs/incorrect-balance">My balance or data is not showing correctly?</a></h3>                                                                         |
| <h3><a href="general-faqs/sent-funds-to-wrong-address">I sent tokens to the wrong address - can they be recovered or reimbursed?</a></h3>                                  |
| <h3><a href="general-faqs/wallet-to-web-dapp-connection">How do I connect the Loopring Smart Wallet to the Loopring L2 web app?</a></h3>                                   |
| <h3><a href="general-faqs/wallet-logs">How do I get my wallet logs?</a></h3>                                                                                               |
| <h3><a href="general-faqs/new-device">I got a new device and I am prompted to activate my Loopring app again</a></h3>                                                      |
| <h3><a href="general-faqs/forgotten-wallet-address">I am trying to recover my wallet but I do not remember my wallet address</a></h3>                                      |
| <h3><a href="general-faqs/connected-to-a-phishing-site">I connected to a malicious site, what can I do?</a></h3>                                                           |


---

# 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-wallet.loopring.io/faqs/general-faqs.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.
