# Nostr Wallet Connect Docs

## Nostr Wallet Connect Docs

- [Welcome to NWC](https://docs.nwc.dev/introduction/welcome-to-nwc.md): Nostr Wallet Connect (NWC) — Connecting Bitcoin Wallets and Apps
- [Introduction to NWC](https://docs.nwc.dev/introduction/introduction-to-nwc.md)
- [What to Build](https://docs.nwc.dev/what-to-build.md)
- [FAQ](https://docs.nwc.dev/faq.md)
- [Benefits and Features](https://docs.nwc.dev/bitcoin-apps-and-websites/benefits-and-features.md)
- [Getting Started](https://docs.nwc.dev/bitcoin-apps-and-websites/getting-started.md): How to get started quickly with bitcoin payments based on NWC
- [Code Examples](https://docs.nwc.dev/bitcoin-apps-and-websites/code-examples.md): Fast-track your NWC integration with these examples
- [Connecting To The Wallet](https://docs.nwc.dev/bitcoin-apps-and-websites/connecting-to-the-wallet.md)
- [Traditional Connection Flow](https://docs.nwc.dev/bitcoin-apps-and-websites/connecting-to-the-wallet/traditional-connection-flow.md)
- [1-Click Wallet Connections](https://docs.nwc.dev/bitcoin-apps-and-websites/connecting-to-the-wallet/1-click-wallet-connections.md)
- [SDKs and Tools](https://docs.nwc.dev/bitcoin-apps-and-websites/sdks-and-tools.md): Find SDKs and tools to implement NWC into your apps and websites
- [Best Practices](https://docs.nwc.dev/bitcoin-apps-and-websites/best-practices.md): Follow this page to learn about best practices as an app developer
- [Benefits and Features](https://docs.nwc.dev/bitcoin-lightning-wallets/benefits-and-features.md)
- [Getting Started](https://docs.nwc.dev/bitcoin-lightning-wallets/getting-started.md): How to get started quickly with NWC
- [Code Examples](https://docs.nwc.dev/bitcoin-lightning-wallets/code-examples.md): Fast-track your NWC integration with these examples
- [NWC Relay](https://docs.nwc.dev/bitcoin-lightning-wallets/nwc-relay.md)
- [References & SDKs](https://docs.nwc.dev/bitcoin-lightning-wallets/references-and-sdks.md): Find SDKs and tools to implement NWC into your bitcoin lightning wallet
- [Best Practices](https://docs.nwc.dev/bitcoin-lightning-wallets/best-practices.md): Follow this page to learn about best practices as a wallet service developer
- [Overview](https://docs.nwc.dev/reference-api/overview.md): Overview of NWC supported methods
- [get\_info](https://docs.nwc.dev/reference-api/overview/get_info.md): Get specific information about the wallet account
- [get\_balance](https://docs.nwc.dev/reference-api/overview/get_balance.md): Request the balance of the wallet account
- [make\_invoice](https://docs.nwc.dev/reference-api/overview/make_invoice.md): Request an invoice
- [pay\_invoice](https://docs.nwc.dev/reference-api/overview/pay_invoice.md): Requests payment of an invoice.
- [multi\_pay\_invoice](https://docs.nwc.dev/reference-api/overview/multi_pay_invoice.md): Request payment of multiple invoices.
- [pay\_keysend](https://docs.nwc.dev/reference-api/overview/pay_keysend.md)
- [lookup\_invoice](https://docs.nwc.dev/reference-api/overview/lookup_invoice.md): Lookup data of a specific invoice
- [list\_transactions](https://docs.nwc.dev/reference-api/overview/list_transactions.md): List invoices and payments.
- [Error Codes](https://docs.nwc.dev/reference-api/error-codes.md): List of error codes
- [Specification](https://docs.nwc.dev/contribute/specification.md): This page contains the official specification of NWC
- [Design Assets](https://docs.nwc.dev/contribute/design-assets.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.nwc.dev/introduction/welcome-to-nwc.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.
