# Bitcoin apps and websites

- [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


---

# 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.nwc.dev/bitcoin-apps-and-websites.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.
