# How to Switch Wallets

{% stepper %}
{% step %}
**In Mosaic, open the account menu and Disconnect.**
{% endstep %}

{% step %}
**Click Connect Wallet again and choose the new wallet.** This creates a new session with that wallet’s capabilities and chains. If your previous wallet was EVM and the new one is Substrate (or vice versa), treat this as a fresh login because addresses and chain tooling differ.
{% endstep %}
{% endstepper %}


---

# 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://mosaic-9.gitbook.io/mosaic-launchpad/mosaic-launchpad-guide/how-to-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.
