# Features

- [LRT Lending Market](https://docs.zerolend.xyz/features/lrt-lending-market.md)
- [RWA Lending](https://docs.zerolend.xyz/features/rwa-lending.md)
- [RWA Stablecoin Market](https://docs.zerolend.xyz/features/rwa-lending/rwa-stablecoin-market.md)
- [Account Abstraction (AA)](https://docs.zerolend.xyz/features/account-abstraction-aa.md): This page will discuss Account Abstraction and how it is integrated into the ZeroLend protocol to enhance user experience.
- [Capital Efficiency](https://docs.zerolend.xyz/features/capital-efficiency.md): This page outlines the different features of ZeroLend w.r.t. Capital Efficiency.
- [High Efficiency Mode (E-Mode)](https://docs.zerolend.xyz/features/capital-efficiency/high-efficiency-mode-e-mode.md): This page discusses how to increase your capital efficiency on ZeroLend with E-Mode.
- [Isolation Mode](https://docs.zerolend.xyz/features/capital-efficiency/isolation-mode.md): This page discusses Isolation mode, ZeroLend’s risk management feature.
- [Credit Delegation](https://docs.zerolend.xyz/features/capital-efficiency/credit-delegation.md): This page discusses ZeroLend’s credit delegation feature.
- [Supply/Borrow Caps](https://docs.zerolend.xyz/features/capital-efficiency/supply-borrow-caps.md): This page explains how supply and borrow caps help you manage risks while lending/borrowing on Zerolend.
- [Liquidations](https://docs.zerolend.xyz/features/liquidations.md): This page explains liquidations, its pros, cons, and how liquidations are executed on ZeroLend.
- [Liquidation Guide for Developers](https://docs.zerolend.xyz/features/liquidations/liquidation-guide-for-developers.md): This guide discusses how developers can participate in the liquidation process on ZeroLend.
- [Credit Card](https://docs.zerolend.xyz/features/credit-card.md): This page consists all the information about our Credit Card


---

# 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.zerolend.xyz/features.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.
