# What is Nostr Wallet Connect?

Nostr Wallet Connect (NWC or [NIP-47](https://github.com/nostr-protocol/nips/blob/master/47.md)) is a specification for communicating with a lightning node via Nostr.&#x20;

NWC enables an easy way to make payments from your backend or native payments in your mobile app without requiring the user to confirm payment or switch to their wallet.

You can get started quickly with NWC using the following tools:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>NWC HTTP API</strong></td><td>Add NWC to your web app</td><td></td><td><a href="../building-lightning-apps/nwc-http-api">nwc-http-api</a></td></tr><tr><td><strong>NWC JS SDK</strong></td><td>Add NWC to your JS app</td><td></td><td><a href="../building-lightning-apps/nwc-js-sdk">nwc-js-sdk</a></td></tr></tbody></table>


---

# 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://guides.getalby.com/developer-guide/developer-guide/nostr-wallet-connect-api/introduction/what-is-nostr-wallet-connect.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.
