# Learn

Welcome to the Neptune Protocol documentation. Here you'll find comprehensive guides and documentation to help you understand how Neptune works and how to use it effectively.

## Core Features

* [Lend](/learn/lend.md) - Learn how to earn yield by lending assets through Neptune's lending pools
* [Borrow](/learn/borrow.md) - Learn how to borrow assets using collateral with configurable risk parameters
* [Interest Rate](/learn/interest-rate.md) - Understand how Neptune's dynamic PID-controlled interest rates work

## Advanced Features

* [Flash Loans](/learn/flash-loans.md) - Understand how to use Neptune's flash loans for advanced trading strategies
* [Liquidate](/learn/liquidate.md) - Learn about the liquidation process and how to participate in liquidations

## Native Token

* [NEPT Token](/learn/nept-token.md) - Learn about the protocol's native token, staking, and governance

## Risks

* [Risks](/learn/risks.md) - Understand the risks of using the protocol and how to manage them

Each section provides detailed information about different aspects of the protocol. If you're new to Neptune, we recommend starting with the Core Features section before moving on to Advanced Features.


---

# 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.nept.finance/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.
