# WebLN Guide

## WebLN Guide

- [Welcome](https://www.webln.guide/introduction/readme.md)
- [What is WebLN](https://www.webln.guide/introduction/what-is-webln.md)
- [Benefits of WebLN](https://www.webln.guide/introduction/benefits-of-webln.md)
- [👨💻 Getting Started](https://www.webln.guide/building-lightning-apps/getting-started.md)
- [WebLN Reference](https://www.webln.guide/building-lightning-apps/webln-reference.md): Explore the different APIs WebLN offers.
- [webln.isEnabled()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.isenabled.md)
- [webln.enable()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.enable.md)
- [webln.getInfo()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.getinfo.md)
- [webln.keysend()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.keysend.md)
- [webln.makeInvoice()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.makeinvoice.md)
- [webln.sendPayment()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.sendpayment.md)
- [webln.sendPaymentAsync()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.sendpaymentasync.md)
- [webln.signMessage()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.signmessage.md)
- [webln.verifyMessage()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.verifymessage.md)
- [webln.request()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.request.md): A generic API to leverage the full potential of your connected node. Use any API node provides.
- [webln.lnurl()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.lnurl.md)
- [webln.on()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.on.md)
- [webln.off()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.off.md)
- [webln.getBalance()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.getbalance.md)
- [Error handling](https://www.webln.guide/building-lightning-apps/webln-reference/error-handling.md)
- [Libraries and Tools](https://www.webln.guide/building-lightning-apps/libraries-and-tools.md)
- [Best Practices](https://www.webln.guide/building-lightning-apps/best-practices.md)
- [WebLN Providers](https://www.webln.guide/ressources/webln-providers.md)
- [Showcases](https://www.webln.guide/ressources/showcases.md)
- [Tutorials](https://www.webln.guide/ressources/tutorials.md)
- [Additional Resources](https://www.webln.guide/ressources/additional-ressources.md)
- [Working Group & Guidelines](https://www.webln.guide/contribute/working-group-and-guidelines.md)
- [Glossary](https://www.webln.guide/contribute/glossary.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://www.webln.guide/introduction/readme.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.
