# Switch Wallets

In Comet, switching between your multiple wallets is easy and can be done in two ways:

1. You can either [lock your current wallet and then unlock another](/user-guides/lock-unlock-wallet.md)<br>

   <figure><img src="/files/6mqjWeiMs8BJuhsINEst" alt="" width="563"><figcaption></figcaption></figure>
2. or simply use the dropdown menu within the currently active wallet:

<figure><img src="/files/PUWg9czflc3pWeR7GUrf" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
Comet will only ask for your wallet password when you're unlocking a wallet, not during switching from one wallet to another. The initial unlocking of Comet is a basic protective measure to ensure no one can immediately view your balances if they access your device.
{% endhint %}

{% hint style="warning" %}
While wallet addresses themselves aren't encrypted since they're considered non-sensitive, any action that involves the private key, such as sending tokens or signing a transaction, will prompt you to enter the specific wallet's password. This ensures your tokens and transactions remain secure at all times.
{% endhint %}

<br>


---

# 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.cometwallet.io/user-guides/switch-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.
