# Connect a hosted wallet

Setting up BitBanana with a hosted wallet is simple.\
You'll just need a connection URI or a QR code that contains one.\
\
The connection URI must be in one of these two formats:

* [LndHub URI](/setup/connect-a-hosted-wallet/lndhub-uri.md)
* [Nostr Wallet Connect URI](/setup/connect-a-hosted-wallet/nostr-wallet-connect-uri.md)

{% hint style="danger" %}
These connection URIs contain all information needed to access the funds of your wallet.\
Keep it confidential and do not save or share it anywhere.
{% endhint %}

## Connect

{% stepper %}
{% step %}

### Open scan view

Tap the QR code scanner icon located on the home screen.
{% endstep %}

{% step %}

### Scan or paste

Scan the QR code or tap the paste button to input the connection URI you copied earlier.
{% endstep %}
{% endstepper %}

## Detailed connection instructions

If you haven’t received a connection string and need to obtain one yourself, the process will depend on your specific setup.\
Here are step-by-step guides for the most popular projects, arranged alphabetically.<br>

* [AlbyHub](/setup/connect-a-hosted-wallet/alby.md)
* [LNbits](/setup/connect-a-hosted-wallet/lnbits.md)


---

# 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.bitbanana.app/setup/connect-a-hosted-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.
