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

# Getting Started

- [Tutorials step-by-step](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step.md): Step-by-step tutorials to get you up and running using our decentralised financial services
- [Connect your wallet](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step/connect-your-wallet.md)
- [How to take a Mortgage](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step/how-to-take-a-mortgage.md)
- [How to open an Earn position](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step/how-to-open-an-earn-position.md)
- [How to use the Redeemer](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step/how-to-use-the-redeemer.md): Use the Redeemer to exit your Earn position 1:1 for USD stable coins by waiting for repayments and fees from Mortgage borrowers
- [How to exit your Earn position via Uniswap](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step/how-to-exit-your-earn-position-via-uniswap.md)
- [How to enter Earn via Uniswap](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step/how-to-enter-earn-via-uniswap.md)
- [How to open a CMP](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/tutorials-step-by-step/how-to-open-a-cmp.md): CMPs combine our Mortgage and Earn products enabling you to borrow against your deposited asset with 98% synthetic USD stable coins whilst retaining upside exposure through the mortgage position
- [Components](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/components.md)
- [Mortgage Vaults](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/components/mortgage-vaults.md)
- [Earning Vaults](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/components/earning-vaults.md)
- [Loan NFTs](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/components/loan-nfts.md)
- [Defaults](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/components/defaults.md)
- [ERC20 Integration](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/components/erc20-integration.md)
- [Points system (expired)](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/points-system-expired.md)
- [Liquidity Incentives](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/points-system-expired/liquidity-incentives.md)
- [Referral Incentives](https://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started/points-system-expired/referral-incentives.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://mortgagefi-docs.gitbook.io/mortgagefi-documentation/getting-started.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.
