> For the complete documentation index, see [llms.txt](https://unilend.gitbook.io/unilend-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol.md).

# THE PROTOCOL

- [Features of Unilend](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/features-of-unilend.md): Things making UniLend a unique DeFi Protocol
- [How to use UniLend Dashboard](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/features-of-unilend/how-do-users-can-stake-tokens-on-unilend-dashboard.md): Guide to using UniLend Dashboard
- [Lending Pools](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/lending-pools.md)
- [Creating New Lending Pool](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/lending-pools/new-lending-pool.md): UniLend is permissionless protocol and brings support to any ERC20 asset for lending and flash loans.
- [Flash Loan](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/flash-loan.md)
- [Understanding Flash Loan Smart Contract](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/flash-loan/performing-flashloan.md): Developer guide to execute Unilend Flashloan
- [Deploying Flash Loan Smart Contract](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/flash-loan/deploy-flashloan.md): For testing purpose we always recommend using one of testnets.
- [UniLend vs Aave](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/flash-loan/unilend-vs-aave.md): A comparison of test between Unilend and Aave flashloan.
- [Listed Tokens](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/listed-tokens.md): Here are the list of tokens with liquidity on UniLend
- [FAQs](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/faq.md)
- [Audit Reports](https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol/audit-reports.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 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, and the optional `goal` query parameter:

```
GET https://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
