# How to

- [Deposit (Lender)](https://docs.galapago.app/how-to/deposit-lender.md): The deposit operation allows the user to lend out their liquidity for protocol loan operation. In return, deposit user receives deposit APR.
- [Mint NFTs](https://docs.galapago.app/how-to/mint-nfts.md): Mint NFTs instantly for Testnet campaign participation in case you don't have any existing Algorand Testnet NFTs for borrowing to create a loan.
- [Borrow (NFT holder)](https://docs.galapago.app/how-to/borrow-nft-holder.md): Borrow ALGO instantly with your bluechip NFTs.
- [Repay a Loan](https://docs.galapago.app/how-to/repay-a-loan.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.galapago.app/how-to.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.
