# PlebBook

## PlebBook

- [Hello Builders](https://book.pleblab.com/readme.md): PlebBook is a community resource for aspiring developers and builders to learn and get involved with the Bitcoin Lightning ecosystem. Kinda like a builders manual for Bitcoin and Lightning.
- [Communities](https://book.pleblab.com/collaboration/communities.md)
- [Co-Working Spaces](https://book.pleblab.com/collaboration/communities/co-working-spaces.md)
- [Hackerspaces](https://book.pleblab.com/collaboration/communities/hackerspaces.md)
- [Community Hubs](https://book.pleblab.com/collaboration/communities/community-hubs.md)
- [BitDevs Socratic Meetups](https://book.pleblab.com/collaboration/communities/bitdevs-socratic-meetups.md)
- [Online Meetings](https://book.pleblab.com/collaboration/communities/online-meetings.md)
- [Online Discussions](https://book.pleblab.com/collaboration/communities/online-discussions.md)
- [Other Technical Meetups](https://book.pleblab.com/collaboration/communities/other-technical-meetups.md)
- [Developers to Follow](https://book.pleblab.com/collaboration/communities/developers-to-follow.md)
- [Jobs, Hackathon & Bounties](https://book.pleblab.com/collaboration/jobs-hackathon-and-bounties.md)
- [Jobs](https://book.pleblab.com/collaboration/jobs-hackathon-and-bounties/jobs.md)
- [Bounties](https://book.pleblab.com/collaboration/jobs-hackathon-and-bounties/bounties.md)
- [Hackathons](https://book.pleblab.com/collaboration/jobs-hackathon-and-bounties/hackathons.md)
- [Startups](https://book.pleblab.com/collaboration/startups.md)
- [Grants and Donations](https://book.pleblab.com/collaboration/startups/grants-and-donations.md)
- [Venture Capital](https://book.pleblab.com/collaboration/startups/venture-capital.md)
- [Accelerators](https://book.pleblab.com/collaboration/startups/accelerators.md)
- [DevConfs](https://book.pleblab.com/education/devconfs.md)
- [Technical Books](https://book.pleblab.com/education/technical-books.md)
- [Workshops & Courses](https://book.pleblab.com/education/workshops-and-courses.md)
- [Documentation & Guides](https://book.pleblab.com/learn-by-coding/documentation-and-guides.md)
- [Libraries](https://book.pleblab.com/learn-by-coding/libraries.md)
- [APIs](https://book.pleblab.com/learn-by-coding/apis.md)
- [Kits](https://book.pleblab.com/learn-by-coding/kits.md)
- [Nodes](https://book.pleblab.com/learn-by-coding/nodes.md)
- [Wallets](https://book.pleblab.com/learn-by-coding/wallets.md)
- [Other Tools](https://book.pleblab.com/learn-by-coding/other-tools.md)
- [Submit a Website](https://book.pleblab.com/learn-by-coding/submit-a-website.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://book.pleblab.com/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.
