# Managing Multiple Wallets

PooDoge makes it easy to manage and track multiple wallets all in one place. On desktop the menu for adding wallets is at the top right where it says your currently connected wallet address. On mobile you swipe to the right side panel and the menu is at the top right of the screen where it says your wallet address.

<figure><img src="/files/WUsncGzNjCqtibUbeGcC" alt=""><figcaption><p>Multi-Wallet Management</p></figcaption></figure>

## Adding Wallets

\
Clicking the Add button will bring up a dialog with a text box where you enter your wallet address. Enter your address and tap the "Add Wallet" button and it will add your wallet to the list and load your Tokens and History. There are currently no limits on the number of wallets you can track but in the future tracking more than two wallets will be a PooDoge holders-only feature.

<figure><img src="/files/p2KfRthoDbCdqhiuY1wO" alt=""><figcaption><p>Add Wallet Button</p></figcaption></figure>

<figure><img src="/files/7bO88lKK6wwJZaCA52hL" alt=""><figcaption><p>Add Wallet Dialog</p></figcaption></figure>

## Removing Wallets

To remove wallets simply click the small X button next to the wallet address in the top right wallets menu. Don't worry, it won't actually delete your wallet! It will only delete your wallet from the list, which can be added back at any time.

<figure><img src="/files/1EC0C1VTOeLqPWZoNorA" alt=""><figcaption><p>Remove Wallet Button</p></figcaption></figure>

## Log Out Button

The Log Out button will disconnect you from your currently connected wallet. To reconnect you will have to press the Connect button at the top right of the screen.

<figure><img src="/files/MjY5yHzCKgTTOIbmTLFI" alt=""><figcaption><p>Logout Button</p></figcaption></figure>


---

# 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.poodoge.app/poodoge-dapp/managing-multiple-wallets.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.
