# Learn

- [Glossary](https://docs.prl.one/buttonwood/learn/glossary.md): Defining core terminology.
- [Elastic Supply Assets](https://docs.prl.one/buttonwood/learn/elastic-supply-assets.md): Learning materials about elastic supply assets, and the ButtonToken and UnButtonToken wrappers
- [ButtonToken](https://docs.prl.one/buttonwood/learn/elastic-supply-assets/buttontoken.md)
- [UnbuttonToken](https://docs.prl.one/buttonwood/learn/elastic-supply-assets/unbuttontoken.md)
- [Tranche](https://docs.prl.one/buttonwood/learn/tranche.md): Learning materials about Buttonwood Tranche - a risk stratification protocol
- [Deposit Flow](https://docs.prl.one/buttonwood/learn/tranche/deposit-flow.md): Users deposit collateral and receive "Tranche" tokens. How does this work?
- [Redemption Flow](https://docs.prl.one/buttonwood/learn/tranche/redemption-flow.md)
- [ButtonZero](https://docs.prl.one/buttonwood/learn/buttonzero.md): Buttonwood Zero is a long-term debt market featuring zero-coupon bonds & zero-liquidations.
- [System Design](https://docs.prl.one/buttonwood/learn/buttonzero/system-design.md): How does the Button Zero system work?
- [Lending](https://docs.prl.one/buttonwood/learn/buttonzero/lending.md)
- [Borrowing](https://docs.prl.one/buttonwood/learn/buttonzero/borrowing.md)
- [ButtonAuctions](https://docs.prl.one/buttonwood/learn/buttonauctions.md): Double-sided auctions for any asset pair
- [ButtonSwap](https://docs.prl.one/buttonwood/learn/buttonswap.md)
- [Core Concepts](https://docs.prl.one/buttonwood/learn/buttonswap/core-concepts.md)
- [Pool Interactions](https://docs.prl.one/buttonwood/learn/buttonswap/pool-interactions.md)


---

# 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.prl.one/buttonwood/learn.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.
