# Overview

- [Getting Started](https://docs.solera.market/overview/getting-started.md)
- [Core Concepts](https://docs.solera.market/overview/getting-started/core-concepts.md): Core Mechanics of Solera's Lending and Borrowing Protocol
- [Market Types](https://docs.solera.market/overview/getting-started/market-types.md): Overview of Solera's market types
- [Lending & Borrowing](https://docs.solera.market/overview/editor.md)
- [Interest Rates](https://docs.solera.market/overview/editor/interest-rates.md): How interest rates are programatically determined in Solera's lending markets
- [Collateral & Liquidations](https://docs.solera.market/overview/editor/openapi.md)
- [Oracles](https://docs.solera.market/overview/editor/oracles.md): How different price feeds are provided for use within Solera
- [Morpho Markets](https://docs.solera.market/overview/morpho-markets.md): Isolated lending infrastructure
- [Earning](https://docs.solera.market/overview/morpho-markets/earning.md): How to Deposit Assets and Earn Interest on Solera
- [Borrowing](https://docs.solera.market/overview/morpho-markets/borrowing.md): How to Borrow Assets on Solera
- [Strategies](https://docs.solera.market/overview/strategies.md): One click. Many actions.
- [Vaults](https://docs.solera.market/overview/vaults.md)
- [Swap](https://docs.solera.market/overview/swap.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://docs.solera.market/overview.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.
