# FAQ

## FAQ

- [Introduction to Ampleforth](https://faq.ampleforth.org/master.md): This is a working DRAFT of the latest Ampleforth FAQ documentation.
- [Ampleforth Network Durability](https://faq.ampleforth.org/durability.md): This entry expands on the motivation, design, and performance of the Ampleforth protocol under live market conditions. (Working Draft October 2021: Evan K., Manny R., Nithin K.).
- [Lending & Borrowing](https://faq.ampleforth.org/lending_and_borrowing.md): This document expands on the details of lending and borrowing AMPL on decentralized platforms. Working draft 11/9/21.
- [Wrapped AMPL](https://faq.ampleforth.org/wampl.md): This document expands on the details of Wrapped-AMPL. Working draft 12/8/21.
- [Liquidity Mining](https://faq.ampleforth.org/liquidity_mining.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://faq.ampleforth.org/master.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.
