# Connecting to the wallet

Sats Connect lets you connect your app to users' wallets by detecting [Wallet Providers](/sats-connect/wallet-providers.md) in their browsers and connecting to their accounts.&#x20;

This section provides detailed instructions for [connecting to users's Xverse wallets](/sats-connect/connecting-to-the-wallet/connect-to-xverse-wallet.md), [fetching their wallet accounts](/sats-connect/wallet-methods/wallet_getaccount.md), [managing permissions](/sats-connect/xverse-wallet-permissions.md) & handling [wallet events](/sats-connect/xverse-wallet-events.md).

You can also use Sats Connect to let your users connect with other wallets than Xverse.


---

# 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.xverse.app/sats-connect/connecting-to-the-wallet.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.
