# HongBao

## Docs

- [Welcome to Hongbao Academy](https://academy.hongbaob.tc/readme.md)
- [What is a Hongbao?](https://academy.hongbaob.tc/getting-started/what-is-hongbao.md)
- [Your First Bitcoin](https://academy.hongbaob.tc/getting-started/your-first-bitcoin.md)
- [Setting Up a Wallet](https://academy.hongbaob.tc/getting-started/setting-up-wallet.md)
- [What is Bitcoin?](https://academy.hongbaob.tc/bitcoin-basics/what-is-bitcoin.md)
- [How Bitcoin Works](https://academy.hongbaob.tc/bitcoin-basics/how-bitcoin-works.md)
- [Bitcoin vs Traditional Money](https://academy.hongbaob.tc/bitcoin-basics/bitcoin-vs-traditional-money.md)
- [Why Bitcoin Matters](https://academy.hongbaob.tc/bitcoin-basics/why-bitcoin-matters.md)
- [Keeping Your Bitcoin Safe](https://academy.hongbaob.tc/security-and-safety/keeping-bitcoin-safe.md)
- [Understanding Private Keys](https://academy.hongbaob.tc/security-and-safety/understanding-private-keys.md)
- [Common Scams to Avoid](https://academy.hongbaob.tc/security-and-safety/common-scams-to-avoid.md)
- [Sending Your First Transaction](https://academy.hongbaob.tc/practical-guide/first-transaction.md)
- [Understanding Fees](https://academy.hongbaob.tc/practical-guide/understanding-fees.md)
- [Using Lightning Network](https://academy.hongbaob.tc/practical-guide/lightning-network.md)
- [Bitcoin Mining Explained](https://academy.hongbaob.tc/advanced-topics/bitcoin-mining-explained.md)
- [Understanding the Blockchain](https://academy.hongbaob.tc/advanced-topics/understanding-the-blockchain.md)
- [Bitcoin Economics](https://academy.hongbaob.tc/advanced-topics/bitcoin-economics.md)
- [Glossary](https://academy.hongbaob.tc/resources/glossary.md)
- [Useful Links](https://academy.hongbaob.tc/resources/useful-links.md)
- [Community & Support](https://academy.hongbaob.tc/resources/community-and-support.md)
- [FAQ](https://academy.hongbaob.tc/resources/faq.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://academy.hongbaob.tc/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.
