# 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: 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://unilend.gitbook.io/unilend-finance/unilend-v1/the-protocol.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.
