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

# Product Guides

- [For Borrowers](https://docs.fluidnft.org/product-guides/for-borrowers.md): Borrower how-to guides
- [Get a Loan](https://docs.fluidnft.org/product-guides/for-borrowers/get-a-loan.md): Borrow ETH, WETH and other ERC20 tokens using your NFT(s) as collateral.
- [Repay a Loan](https://docs.fluidnft.org/product-guides/for-borrowers/repay-a-loan.md): Repay a loan to retrieve the NFT(s) used as collateral.
- [Refinance a Loan](https://docs.fluidnft.org/product-guides/for-borrowers/refinance-a-loan.md): Instantly and permissionlessly refinance a loan to extend the maturity date, borrow more against an appreciated asset or make a partial repayment.
- [Get Help Repaying](https://docs.fluidnft.org/product-guides/for-borrowers/get-help-repaying.md): Need help repaying? Click "Get help" to chat with our team.
- [For Creators](https://docs.fluidnft.org/product-guides/for-creators.md): Creator / Lender how-to guides
- [Add a Collection](https://docs.fluidnft.org/product-guides/for-creators/add-a-collection.md): Fluid partners with creators to generate perpetual income post royalties.
- [Deposit ETH / Tokens](https://docs.fluidnft.org/product-guides/for-creators/deposit-eth-tokens.md): Deposit ETH, WETH and other ERC20 tokens to earn yield.
- [Withdraw ETH / Tokens](https://docs.fluidnft.org/product-guides/for-creators/withdraw-eth-tokens.md): Withdraw ETH / tokens plus interest by redeeming interest-earning fTokens.
- [For the Community](https://docs.fluidnft.org/product-guides/for-the-culture.md): Community-wide how-to guides
- [Trigger an Auction](https://docs.fluidnft.org/product-guides/for-the-culture/trigger-an-auction.md): Trigger an auction to earn a fee for protecting the lending pool from bad debt.
- [Purchase NFTs at Auction](https://docs.fluidnft.org/product-guides/for-the-culture/purchase-nfts-at-auction.md): Purchase the underlying NFT(s) from a defaulted loan in a Dutch auction.


---

# 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://docs.fluidnft.org/product-guides.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.
