> For the complete documentation index, see [llms.txt](https://docs-wallet.loopring.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-wallet.loopring.io/faqs/general-faqs/forgotten-wallet-address.md).

# Forgotten wallet address

Did you need to recover your wallet but forgot your wallet address? Worry not!&#x20;

You can retrieve the wallet address(es) associated with the email address or phone number you used to create your wallet.

After following the [Recover into Multi-wallet UI](/troubleshooting/recovery/recover-into-multi-wallet-ui.md) process:

### A. Tap "Forgot address?"

<figure><img src="/files/4B8p4Sub09auToSIuncE" alt="" width="375"><figcaption></figcaption></figure>

### &#x20;B. Choose between email address or phone number

{% tabs %}
{% tab title="Email Address" %}

<figure><img src="/files/i1bMuGroKMEKRK6palF2" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Phone number" %}

<figure><img src="/files/0lYhWeSJ4kBhQWklv4H4" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## C. Choose the wallet address you want to recover

<figure><img src="/files/3aqT6wz2FEIGtBSITBsM" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
Congratulations! You have now retrieved your wallet address and may now proceed with Wallet Recovery!
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-wallet.loopring.io/faqs/general-faqs/forgotten-wallet-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
